All Projects → PythonDataIntegrator → pythondataintegrator

PythonDataIntegrator / pythondataintegrator

Licence: MIT License
Integrate your data

Programming Languages

python
139335 projects - #7 most used programming language
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
Dockerfile
14818 projects
shell
77523 projects

Projects that are alternatives of or similar to pythondataintegrator

tefact
🏭 (Beta) 轻量级无代码/低代码 H5、表单编辑器。Lightweight no-code/low-code editor for website、H5 page and Form. Build your page without code!
Stars: ✭ 244 (+1776.92%)
Mutual labels:  low-code-development-platform, low-code-platform
elemental-lowcode
Elemental lowcode development platform.
Stars: ✭ 44 (+238.46%)
Mutual labels:  low-code-development-platform, low-code-platform
corteza-webapp-compose
cortezaproject.org/
Stars: ✭ 61 (+369.23%)
Mutual labels:  low-code-platform
daas-with-github-actions
A low code learning project run with github actions
Stars: ✭ 15 (+15.38%)
Mutual labels:  low-code-development-platform
N8n
Free and open fair-code licensed node based Workflow Automation Tool. Easily automate tasks across different services.
Stars: ✭ 19,252 (+147992.31%)
Mutual labels:  low-code-development-platform
Pipedream
Connect APIs, remarkably fast. Free for developers.
Stars: ✭ 2,068 (+15807.69%)
Mutual labels:  low-code-development-platform
Amis
前端低代码框架,通过 JSON 配置就能生成各种页面。
Stars: ✭ 8,930 (+68592.31%)
Mutual labels:  low-code-development-platform
Budibase
Budibase is an open-source low-code platform for creating internal apps in minutes. Supports PostgreSQL, MySQL, MSSQL, MongoDB, Rest API, Docker, K8s 🚀
Stars: ✭ 8,071 (+61984.62%)
Mutual labels:  low-code-development-platform
H5 Dooring
H5 Page Maker, H5 Editor, LowCode. Make H5 as easy as building blocks. | 让H5制作像搭积木一样简单, 轻松搭建H5页面, H5网站, PC端网站,LowCode平台.
Stars: ✭ 5,832 (+44761.54%)
Mutual labels:  low-code-platform

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].