Avatar of John Nguyen

John Nguyen

kreuzwerker
Recommends
on
AirflowAirflowAWS LambdaAWS Lambda

You could also use AWS Lambda and use Cloudwatch event schedule if you know when the function should be triggered. The benefit is that you could use any language and use the respective database client.

But if you orchestrate ETLs then it makes sense to use Apache Airflow. This requires Python knowledge.

READ MORE
4 upvotes·240.1K views

Go with Node.js and use a framework. I can recommend NestJS or Fastifiy as a Backend Framework. They both have a strong community and Fastify is the successor of Express but much faster.

2 upvotes·204.1K views

I would say, it depends a bit on your use case. I use Flask to expose REST endpoints which then can be consumed by the frontend. However, if you need a full-stack then go for Django. In my opinion, Flask is much easier but Django comes with everything. Try out cookiecutter for Django to have an easier start https://github.com/pydanny/cookiecutter-django

READ MORE
1 upvote·1 comment·306 views
Al Ex
Al Ex
·
January 4th 2021 at 3:16AM

very mature and stable

https://www.web2py.com/

new development

https://py4web.com/

·
Reply