Hacker News new | ask | show | jobs
Ask HN: What technologies would you use today to create API endpoints?
3 points by lahdo 3273 days ago
I would like to build a web-app that will allow bloggers to:

A. Automatically get summaries of their articles.

B. Automatically extract keywords from their articles.

These are just a two features of many more that my app will provide.

I would like to build a back-end for this app as a completely separated and independent project. My web-app will be just one consumer of API endpoints since I would like to share my API endpoints on mashape.com marketplace.

I would like to use Python.

######

Could you please advice me what frameworks / technologies / architectures should I use to achieve my goals?

######

Previously I was creating all API endpoints in Django using Django Rest Framework. Today I am thinking to build my app in micro-services architecture with GraphQL as at the front layer for my back-end. Do you think this is a good idea?

2 comments

Celery might be an option for distributing crawling jobs.
AWS API Gateway/Lambda