Live data from Hacker News

Ask HN: What technologies would you use today to create API endpoints?

news.ycombinator.com

1–3 of 3 posts

Ask HN: What technologies would you use today to create API endpoints?

#1
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?