https://github.com/ampersandor/odigodi
It provides information on actual transaction prices for rent and sales.
https://github.com/ampersandor/odigodi
airflow naver-map-api nodejs openapi postgresql react vite
Last synced: about 1 month ago
JSON representation
It provides information on actual transaction prices for rent and sales.
- Host: GitHub
- URL: https://github.com/ampersandor/odigodi
- Owner: ampersandor
- Created: 2023-05-16T12:35:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-28T13:27:42.000Z (about 1 year ago)
- Last Synced: 2024-12-28T13:31:12.646Z (about 1 year ago)
- Topics: airflow, naver-map-api, nodejs, openapi, postgresql, react, vite
- Language: TypeScript
- Homepage: https://odigodi.com
- Size: 1.48 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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.

Table of content
- [About](#about)
- [Getting-Started](#getting-started)
- [Prerequisite](#prerequisite)
- [Installation](#installation)
- [License](#license)
- [Contact](#contact)
- [Links](#links)
## 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](#contact) me if required) | naver-map api | emailjs key | database access key
### Installation
#### Install packages (frontend)
```bash
cd odigodi-frontend
npm install --force --save
```
#### Install
```bash
cd odigodi-backend
npm install
npm start
```
#### How to use
```bash
cd odigodi-frontend & npm start
## in another terminal
cd odigodi-backend & npm start
```
## Contact
DongHun Kim -
## Links
* [Website](https://odigodi.com)