Best of FastAPI2022

  1. 1
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    How to Create Microservices with FastAPI

    We just published a course on the freeCodeCamp.org YouTube channel that will teach you how to develop microservices app using FastAPI. FastAPI is a Web framework for developing RESTful APIs in Python. You will learn how to use RedisJSON as a Database and dispatch events with Redis Streams.

  2. 2
    Article
    Avatar of gcgitconnected·4y

    FastAPI vs. Express.js vs. Flask vs. Nest.js Benchmark

    Travis Luong wanted to verify FastAPI’s claims of having performance on par with Node.js. For this, I used wrk, an HTTP benchmarking tool. I also wanted to test it with a call to an endpoint that makes a call. to a Postgres database in order to simulate a more ‘realistic’ scenario.

  3. 3
    Article
    Avatar of rpythonReal Python·4y

    Building a URL Shortener With FastAPI and Python – Real Python

    A URL shortener reduces the number of characters in a URL, making it easier to read, remember, and share. By following this step-by-step project, you’ll build a URLShortener with Python and FastAPI.

  4. 4
    Article
    Avatar of gcgitconnected·4y

    FastAPI Fundamentals — Getting Faster with FastAPI

    FastAPI is a modern, fast (high-performance) web framework for building APIs with Python 3.7+ based on standard Python-type hints. FastAPI is the acronym for Application Programming Interface, which is a software intermediary that allows two applications to talk to each other. In the context of APIs, Interface can be even though we passed 1234 as the path parameter it was parsed as a string. The result is as expected.

  5. 5
    Article
    Avatar of freecodecampfreeCodeCamp·4y

    How to Build an AI Chatbot with Redis, Python, and GPT

    This is an intermediate full stack software development project that requires some basic Python and JavaScript knowledge. Just make sure you have Python and NodeJs installed. To set up the project structure, create a folder named fullstack-ai-chatbot. To build a chat server with Python, FastAPI and WebSockets, we will use FastAPI to communicate with the user.

  6. 6
    Article
    Avatar of rpythonReal Python·4y

    Build a URL Shortener With FastAPI and Python – Real Python

    With only a few lines of code, you’ll create a FastAPI app with your first API endpoint. To run your app, you need a server. The framework automatically creates documentation of your API endpoints for you. To enable your user to manage the shortened URL, send along some additional information to the client.

  7. 7
    Article
    Avatar of towardsdevTowards Dev·3y

    FastAPI Production hints

    FastAPI Production hints FastAPI is a modern, fast (high-performance) web framework for building APIs with Python. In the last 3 years, it has been very popular among back-end developers that are using Python. It is asynchronous and fast because of mainly uses Startlette.

  8. 8
    Article
    Avatar of communityCommunity Picks·4y

    FastAPI - Open-Source Starters

    FastAPI - Open-Source Starters Hello coders! This article presents a curated list of open-source starters powered by FastAPI, a trending Python framework. All mentioned products are released on GitHub and the permissive license allows using the sources in commercial projects and eLearning activities.

  9. 9
    Article
    Avatar of towardsdevTowards Dev·4y

    Dockerize your API’s: FastAPI — Part1

    Gagandeep prasad explains how to Dockerize your API’s: FastAPI — Part1. In this simple blog we will create an → basic API && Dockerize it. We will be using docker-compose (reason: it looks cool😎)

  10. 10
    Article
    Avatar of itnextITNEXT·4y

    Scheduler with an API: Rocketry + FastAPI

    Rocketry is a modern scheduling framework with a powerful condition system that enables complex scheduling with a simple syntax. FastAPI is a web framework often used to build REST APIs. We can read task logs, shut down the scheduler or create, delete, terminate or run tasks using our API. Rocketry and FastAPI both run using async so we can use it to run both at same time.

  11. 11
    Article
    Avatar of devgeniusDev Genius·4y

    Simple SMS Api and Collector using FastAPI, Spring Boot, Kafka and MongoDB

    Simple SMS Api and Collector using FastAPI, Spring Boot, Kafka and MongoDB. Engleang Sam: This is just the proof of concept for developing various complex integration systems which you can implement in any programming language via the support of Apache Kafka. The important parts of the SMS system are CP, MT , MO and can be DN.