I just launched a webapp in Python, a JSON pastebin service called WST!

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

    The little ASGI framework that shines. 🌟

  • The entire app is written in Python, specifically in the ASGI webapp library Starlette, which is amazing for writing tiny API services like this. I also used SlowAPI as a rate limiter, just so my server doesn't explode.

  • httpie

    🥧 HTTPie CLI — modern, user-friendly command-line HTTP client for the API era. JSON support, colors, sessions, downloads, plugins & more. (by httpie)

  • I was tinkering with Python web frameworks and decided to get (slightly) serious, so I built an API-only webapp called wst. It's a pastebin that lets you store random JSON and share it with a link, but in this case it's API-only and designed for command-line use (particularly with httpie).

  • 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
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

  • You can't use pip on Ubuntu 23.04 anymore

    2 projects | /r/learnpython | 29 Apr 2023
  • How to change FastAPI's swagger favicon?

    3 projects | dev.to | 18 Jan 2022
  • Control Linux based distros using hand gestures using OpenCV, GTK, Mediapipe

    2 projects | news.ycombinator.com | 14 Apr 2024
  • Personas - an Ai Assistant

    3 projects | dev.to | 14 Apr 2024
  • Thefuck: Correct errors in previous console commands

    1 project | news.ycombinator.com | 1 Apr 2024