Skip to content

jedicontributors/pythondataintegrator

 
 

Repository files navigation

Introduction

The application that we aim to perform the integration processes easily and quickly through APIs

Getting Started

  1. Installation process
  2. Software dependencies
    • Postgresql is preferred database application. You can still use any relational database with sqlalchemy, just configure it.
    • And you must install related database client
  3. API references After python installation run package install command :
    • pip install -r requirements.txt
  4. Database Initialize
    • database migration run scripts

      • alembic upgrade head
    • new revision command

      • alembic revision --autogenerate -m "baseline"

Build and Test

After all installation, you can run application with "python app.py" also you can run test scenarios

Docker

You can run application on docker container with "docker-compose up" command

Releases

No releases published

Packages

No packages published

Languages

  • Python 52.0%
  • JavaScript 44.8%
  • HTML 2.1%
  • CSS 1.0%
  • Dockerfile 0.1%
  • Mako 0.0%