github-action
spec
Our great sponsors
github-action | spec | |
---|---|---|
4 | 31 | |
39 | 2,905 | |
- | 5.9% | |
5.5 | 7.0 | |
11 days ago | 11 days ago | |
TypeScript | JavaScript | |
MIT License | Apache License 2.0 |
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.
github-action
-
What is AsyncAPI?
Bump.sh 💙
-
Bump diff, the missing piece for an API “design-first” approach
If you use Github Actions to launch your automation workflows, we have some more good news for you: we now offer a stable bump-sh/[email protected] action. And this release includes automatic API contract changelog pushed as a comment for each pull request.
spec
-
Are there any languages with transactions as a first-class concept?
https://ballerina.io/ and https://www.asyncapi.com/ seem like two efforts to move in this direction a bit for web APIs.
-
IoT Core will be discontinued on Aug. 16, 2023
I'm in the process of migrating PrintNanny.ai's remote command/event system off Cloud IoT Core. I've been running on IoT Core for 1.5 years. Here's my breakdown of the costs...
- $236.99 in usage, approx 1% of project's total revenue
- ~20 hours to implement pub/sub applications running on a mix of Raspberry Pi & GCP VMs. Implementations were in Rust and Python. It would have taken much, much longer to stand up a managed MQTT broker and identity/key management that I felt comfortable using in my own home, let alone providing to customers.
- Hundreds of hours implementing and debugging glue between GCP's Pub/Sub product, websocket-based subscribers, and MQTT subscribers/publishers.
I don't regret my decision (wouldn't have shipped otherwise), but I'm looking forward to the next phase. Here's what I'm migrating towards:
- NATs message broker. NATS supports connections via MQTT and Websocket protocols, besides NATS own protocol.
- django-nats-nkeys for org, identity, and JWT management (not production-ready, don't use this until I've been eating my own dog food for a few months) [1]
- AsyncAPI schemas [2] for core message APIs, including schemas for 3rd-party printer software events (OctoPrint, Moonraker, Repetier, etc). This will underpin PrintNanny's plugin system.
-
Contract Integration Testing
A contract is nothing but a regular piece of code. So, you cannot apply the contract written in Java in the microservices created with Golang. If you need to use varying technologies and languages for the different parts of your system, then implementing statically typed contracts might become a challenge. There are some solutions on the market. For example, OpenAPI and AsyncAPI specifications can generate code snippets based on the provided configurations. Anyway, the approaches have limitations.
-
Is there a standard for microservice specifications (for metadata)
There is also great stuff going on around AsyncAPI
-
I made a documentation driven web-socket framework
The framework is driven by the AsyncAPI specification, built on top of Flask-SocketIO. and inspired by Connexion.
-
Hack to the Future: A Recap
Gabriel Gore, Sachin Muralidhara, and Sean McGovern taught us a little more about AsyncAPI , an open-source specification for event-driven architectures (EDA). It defines interfaces for Async APIs, similar to what OpenAPI or Swagger does for RESTful services. You can automate and formalize docs, you can generate code, you can validate schemas for event-driven microservices, and it's compatible with OpenAPI for a lot of use cases. (If you have an existing code base with Open API schemas in it, you may be able to port those over to AsyncAPI; here’s a nifty comparison chart.)
-
How to use Protobuf with Go?
Protobuf is one of the ways to implement Messaging Contracts there are more options like Pact, AsyncApi
-
What is AsyncAPI?
Gitter-streaming API
Here comes AsyncAPI: built with OpenAPI’s legacy in mind and sharing some concepts with, it uses some parts of its original structure and optimizes them for asynchronous needs.
-
Top 3 harmful incidents in open-source in 2021
I'm building community at AsyncAPI and definitely prefer to learn from the mistakes of others
What are some alternatives?
springdoc-openapi - Library for OpenAPI 3 with spring-boot
mqtt-venstar-bridge - Simple MQTT bridge to the venstar HTTP API
openapi-generator - OpenAPI Generator allows generation of API client libraries (SDK generation), server stubs, documentation and configuration automatically given an OpenAPI Spec (v2, v3)
JSON-Schema Faker - JSON-Schema + fake data generators
Flask-SocketIO - Socket.IO integration for Flask applications.
WatermelonDB - 🍉 Reactive & asynchronous database for powerful React and React Native apps ⚡️
eventbridge-atlas - Open-source tool to document, discover, and share your Amazon EventBridge schemas.
asyncapi-react - React component for rendering documentation from your specification in real-time in the browser. It also provides a WebComponent and bundle for Angular and Vue
Meteor-Files - 🚀 Upload files via DDP or HTTP to ☄️ Meteor server FS, AWS, GridFS, DropBox or Google Drive. Fast, secure and robust.
team - Rust teams structure
generator - Use your AsyncAPI definition to generate literally anything. Markdown documentation, Node.js code, HTML documentation, anything!
ReDoc - 📘 OpenAPI/Swagger-generated API Reference Documentation [Moved to: https://github.com/Redocly/redoc]