microservice-apis VS fastapi-workshop

Compare microservice-apis vs fastapi-workshop and see what are their differences.

microservice-apis

Code repository for my book "Microservice APIs" (https://www.manning.com/books/microservice-apis) (by abunuwas)

fastapi-workshop

Code for workshop about building API applications with FastAPI (by abunuwas)
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
microservice-apis fastapi-workshop
3 1
179 6
- -
0.0 10.0
4 months ago over 1 year ago
Python Python
- -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

microservice-apis

Posts with mentions or reviews of microservice-apis. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-19.
  • I wrote a book and I'm so thankful for your support!
    1 project | /r/Python | 23 Jan 2023
    The code for the book is freely available on GitHub. Feel free to check out the code, raise issues if something isn’t clear, and contribute new code. It’d be cool if this becomes a reference for Python developers interested in microservices and APIs.
  • Build API applications with Python
    2 projects | /r/Python | 19 Nov 2022
    Hi u/Kranke you can see an example of how to implement a fully decoupled service layer in chapter 7 of my book Microservice APIs, which you can download for free from this link. The code for the book is also freely available and you can check it out in this repo. Decoupling is desirable for the reasons explained in this part of the video.
  • Best way to test GraphQL API using Python?
    4 projects | /r/graphql | 28 Jun 2022
    There's not a whole lot of documentation and tutorials on how to use these tools, but I've written something about them in my upcoming book Microservice APIs. To see a practical example on how to use hypothesis-graphql, check out this file from the book's GitHub repository. For an explanation of the code, check out section 12.5.2 of chapter 12 of the book. Note: that section will go away in the next release of the chapter so make sure you check that specific link. You don't need to buy the book to read the section - Manning allows you to read a few fragments for free every day. To learn to generate hypothesis strategies, check out section 12.3 of chapter 12.

fastapi-workshop

Posts with mentions or reviews of fastapi-workshop. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-19.
  • Build API applications with Python
    2 projects | /r/Python | 19 Nov 2022
    Hi all I created this video explaining how to build and deploy an API with Python using FastAPI. The video shows how to build a simple job portal API. You can check out the API specification here. I also show how to test the application, how to debug it, offer recommendations about project structure, and more. I hope you find it useful! The code for this video is available here. To make the learning more effective, I encourage you to write and run the code as you watch the video. If you encounter any issues or difficulties with the code, feel free to ping me and I'll be glad to help. The video is a recording from a workshop I run a couple of weeks ago. I've trimmed down the content to leave only stuff relevant for the teaching.

What are some alternatives?

When comparing microservice-apis and fastapi-workshop you can also consider the following projects:

hypothesis - Hypothesis is a powerful, flexible, and easy to use library for property-based testing.

Schemathesis - Automate your API Testing: catch crashes, validate specs, and save time