starlette-jsonapi now with OpenAPI 3.x support

This page summarizes the projects mentioned and recommended in the original post on /r/Python

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • starlette-jsonapi

    A microframework based on Starlette and marshmallow_jsonapi

  • GitHub: https://github.com/vladmunteanu/starlette-jsonapi Documentation: https://starlette-jsonapi.readthedocs.io/en/latest/ Examples: https://github.com/vladmunteanu/starlette-jsonapi/tree/master/examples

  • starlette

    The little ASGI framework that shines. 🌟

  • FastAPI (https://fastapi.tiangolo.com/) is a great framework that's also written on top of Starlette (https://www.starlette.io/) and offers an OpenAPI integration. However, FastAPI does not implement the jsonapi.org specification, so starlette-jsonapi tries to cover that niche.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • json-api

    A specification for building JSON APIs

  • u/kingscolor One would use the framework in this repository to create a RESTful API, conforming to the jsonapi.org specification, using any data layer implementation they like. With the OpenAPI integration, they would also be able to generate documentation for their API, which can then be rendered by special UIs (for example: https://petstore.swagger.io/).

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • 5 top Python web frameworks of 2022

    1 project | dev.to | 2 Sep 2022
  • FastAPI Streaming Response

    1 project | dev.to | 29 Jun 2022
  • Redis Weekly Updates(Jan 28, 2022) - Latest Blogs, Tutorials, Sample Apps & Events

    1 project | dev.to | 30 Jan 2022
  • Program gets stuck with tornado

    1 project | /r/learnpython | 27 May 2021
  • Streaming video with FastAPI

    1 project | /r/FastAPI | 17 Mar 2021