Skip to content

Latest commit

 

History

History
57 lines (41 loc) · 1.4 KB

README.md

File metadata and controls

57 lines (41 loc) · 1.4 KB

Odigodi 1.0.0

This project is designed to provide hands-on experience with both ELT (Extract, Load, Transform) and ETL (Extract, Transform, Load) processes using Apache Airflow. By engaging with this project, participants will enhance their skills as data engineers, gaining practical knowledge and proficiency in managing complex data workflows.

image

Table of content

About

ODIGODI provides information on actual transaction prices for rent and sales, as offered by the Ministry of Land, Infrastructure and Transport of South Korea.

Getting Started

Prerequisite

  • node v18.17.0
  • environment variables (Contact me if required) | naver-map api | emailjs key | database access key

Installation

Install packages (frontend)

cd odigodi-frontend
npm install --force --save

Install

cd odigodi-backend
npm install
npm start

How to use

cd odigodi-frontend & npm start
## in another terminal
cd odigodi-backend & npm start

Contact

DongHun Kim - [email protected]

Links