joelansbro / pipeline

API Pipeline DB middleware
2 stars 0 forks source link

Create inbound api #7

Closed jagithub2 closed 2 years ago

jagithub2 commented 2 years ago

Create the basic API, wherein: Flask has set up the API routes, and passes the results over to Celery Celery handles the task into the queue, which is connected to RabbitMQ Celery also saves down the JSON file locally

joelansbro commented 2 years ago

Next step will be to format the proper JSON schema that we need