ProyectoRespira / data_retriever

Creates a mirror from mysql remote database to local postgres database
GNU General Public License v3.0
0 stars 0 forks source link

data_retriever

Introduction

Provide a brief overview of the project, its purpose, and its main features.

Current Project Structure

Current DB Structure

data_retriever_v4(1)

Current Flow Diagram

Available for editing here

data_retriever_flow

Installation

Provide instructions on how to install and set up the project, including any dependencies or prerequisites.

Usage

Explain how to use the project, including any command-line interfaces or APIs available. in main folder:

Docker

docker build -t respira_mage .
docker run -d -p 6789:6789 respira_mage

Example .env file

Rename .env.example to .env and complete with credentials

POSTGRES_USER='fer'
POSTGRES_PASSWORD='nanda'
POSTGRES_HOST='localhost'
POSTGRES_DATABASE='estaciones'

MYSQL_USER='fer'
MYSQL_PASSWORD='nanda'
MYSQL_HOST='localhost'
MYSQL_DATABASE='estaciones_remote'

AIRNOW_API_KEY='your_secret_airnow_api_key'

Contributing

Outline guidelines for contributing to the project, such as how to report issues, suggest improvements, or submit pull requests.

License

Specify the license under which the project is distributed.