An open API service indexing awesome lists of open source software.

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.

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.

![image](https://github.com/ampersandor/odigodi/assets/57800485/a7c8676e-e79f-4723-8e25-5ad4b5468eb0)

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)