Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: content for module 5 #8

Open
wants to merge 15 commits into
base: master
Choose a base branch
from
Open
20 changes: 20 additions & 0 deletions 100-level-AsyncAPI-Intro/step5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
In this intergalactic journey, you explored AsyncAPI, a powerful specification for crafting asynchronous APIs. The first module discusses what AsyncAPI is and why to use AsyncAPI, exploring real-world AsyncAPI use cases.

Building on the basics, module two transitions into understanding Event-driven Architecture (EDA), showcasing how AsyncAPI fuels the design of both EDA and microservices.

The third module explores the AsyncAPI specification. You learn about the structure of AsyncAPI and its different components, such as info, channels, components, and tags. You also learn to define operations, messages, and schemas, and the request/reply pattern.
kakabisht marked this conversation as resolved.
Show resolved Hide resolved

The fourth module focuses on hands-on experience with exercises for writing AsyncAPI code and documents from scratch. It also introduces AsyncAPI Studio for validating your documents.
kakabisht marked this conversation as resolved.
Show resolved Hide resolved

## AsyncAPI tools
Ready to explore more of the AsyncAPI world? Check out the AsyncAPI tool ecosystem!

- AsyncAPI Studio helps you design and create a blueprint for your asynchronous API.
- AsyncAPI CLI (Command-Line Interface) helps you run AsyncAPI using text commands in a terminal.
- AsyncAPI Generator helps you plan and build the initial structure of your project.
- And more!
kakabisht marked this conversation as resolved.
Show resolved Hide resolved

## Extra resources

* [AsyncAPI Documentation](https://www.asyncapi.com/docs/): The official documentation provides comprehensive examples and context for learning AsyncAPI.
* [AsyncAPI GitHub Repository](https://github.com/asyncapi#-join-asyncapi-community): Join the AsyncAPI community and start contributing.
kakabisht marked this conversation as resolved.
Show resolved Hide resolved
Loading