• Stars
    star
    4,133
  • Rank 10,416 (Top 0.3 %)
  • Language
    JavaScript
  • License
    Apache License 2.0
  • Created almost 8 years ago
  • Updated about 2 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The AsyncAPI specification allows you to create machine-readable definitions of your asynchronous APIs.

AsyncAPI Logo


Read the specification

The latest draft specification can be found at spec/asyncapi.md which tracks the latest commit to the master branch in this repository. The human-readable markdown file is the source of truth for the specification.

Looking for the JSON Schema files? Check out our spec-json-schemas repo.

Feel like contributing? Check out our community repo.

Examples

πŸ’‘ Streetlights

Demonstrates how to use AsyncAPI to define an API that controls city streetlights.

πŸ‘‰ See more

Slack iconΒ Β  Slack Events API

Partial definition of the Slack Events API. Find the official one here.

πŸ‘‰ See more

Gitter iconΒ Β  Gitter Streaming API

Definition of the Gitter streaming API.

πŸ‘‰ See more

Gemini iconΒ Β  Gemini WebSocket API

Definition of the Gemini Websocket API.

πŸ‘‰ See more

βž• and more...

Check out the examples directory for more examples.

Our Sponsors

Platinum

Solace logo Β Β Β Β  IBM logo Β Β Β Β  IQVIA logo Β Β Β Β  Postman logo

Gold

RedHat logo Β Β Β Β 

Silver

Bump.sh logo Β Β Β Β 

Contributors

Thanks goes to these wonderful people (emoji key):


Fran MΓ©ndez

πŸ’¬ πŸ› πŸ“ πŸ“– πŸ€” πŸš‡ 🚧 πŸ‘€ βœ… πŸ“’

Lukasz Gornicki

πŸ“– πŸ€” πŸ‘€ πŸ’¬ πŸ“ πŸ“’ 🚧 πŸš‡

Mike Ralphson

πŸ’¬ πŸ“– πŸ€” πŸš‡ πŸ‘€ 🚧

raisel melian

πŸ’¬ πŸ› πŸ“– πŸ€” 🚧 πŸ‘€

Chris Wood

πŸ€” πŸ“–

Jonathan Schabowsky

πŸ“– πŸ€”

Victor Romero

πŸ€” πŸ‘€

Antonio Garrote

πŸ€” πŸ‘€ πŸ“–

Jonathan Stoikovitch

πŸ’‘ πŸ€” πŸ‘€

Jonas Lagoni

πŸ› πŸ“– πŸ€” πŸ’¬ πŸ‘€ πŸ’‘

Waleed Ashraf

πŸ“’ πŸ€” πŸ“– πŸ’‘

Andrzej Jarzyna

πŸ“’

Emmelyn Wang

πŸ“ πŸ€” πŸ“– πŸ“’

Marc DiPasquale

πŸ“ πŸ“’ πŸ‘€ πŸ› πŸ€” πŸ“Ή

Gerald Loeffler

πŸ“– πŸ› πŸ€”

Dale Lane

πŸ“ πŸ€” πŸ“Ή πŸ“’ βœ… πŸ“–

Maciej UrbaΕ„czyk

πŸ‘€ πŸ€” πŸ’¬ πŸ› πŸ“– πŸ’‘ 🚧

Vladimir Gorej

πŸ“– πŸ› πŸ’‘ πŸ€” πŸ‘€

Lorna Jane Mitchell

πŸ“’ πŸ€”

Laurent Broudoux

πŸ“– πŸ“ πŸ“’ πŸ’‘ πŸ€” πŸ‘€

Jesse Menning

πŸ“ πŸ“’ πŸ‘€ πŸ€”

Sergio Moya

πŸ‘€ πŸ€” πŸ’¬ πŸ“ πŸ› πŸ“– πŸ’‘ 🚧

Alexander Balogh

πŸ“– πŸ›

Khuda Dad Nomani

πŸ’‘ πŸ›

Aaron Korver

πŸ“–

Orlov Valentine

πŸ“–

Moez Bouhlel

πŸ“–

Muhammad Rafly Andrianza

πŸ“–

Daniel Kocot

πŸ“– πŸ’‘ πŸ€”

sekharbans-ebay

πŸ“– πŸ’‘ πŸ€”

Michael Davis

πŸ› πŸ“– πŸ’‘ πŸ€”

This project follows the all-contributors specification. Contributions of any kind welcome!

More Repositories

1

generator

Use your AsyncAPI definition to generate literally anything. Markdown documentation, Node.js code, HTML documentation, anything!
JavaScript
758
star
2

website

AsyncAPI specification website
TypeScript
441
star
3

modelina

A library for generating typed models based on inputs such as AsyncAPI, OpenAPI, and JSON Schema documents with high customization
TypeScript
295
star
4

cli

CLI to work with your AsyncAPI files. You can validate them and in the future use a generator and even bootstrap a new file. Contributions are welcomed!
TypeScript
184
star
5

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
TypeScript
174
star
6

studio

Visually design your AsyncAPI files and event-driven architecture.
TypeScript
162
star
7

saunter

Saunter is a code-first AsyncAPI documentation generator for dotnet.
C#
145
star
8

parser-js

AsyncAPI parser for Javascript (browser-compatible too).
TypeScript
116
star
9

community

AsyncAPI community-related stuff.
96
star
10

glee

Glee β€” The AsyncAPI framework that will make you smile again :)
TypeScript
88
star
11

bindings

AsyncAPI bindings specifications
71
star
12

java-spring-template

Java Spring template for the AsyncAPI Generator
Java
66
star
13

jasyncapi

/jay-sync-api/ is a Java code-first tool for AsyncAPI specification
Kotlin
66
star
14

html-template

HTML template for AsyncAPI Generator. Use it to generate a static docs. It is using AsyncAPI React component under the hood.
JavaScript
63
star
15

parser-go

It parses AsyncAPI documents.
Go
55
star
16

spec-json-schemas

AsyncAPI schema versions
JavaScript
52
star
17

github-action-for-cli

GitHub Action with generator, validator, converter and others - all in one for your AsyncAPI documents with AsyncAPI CLI as backbone
Shell
46
star
18

go-watermill-template

Go template for the AsyncAPI Generator using Watermill module
JavaScript
46
star
19

nodejs-template

This template generates a server using your AsyncAPI document. It supports multiple different protocols, like Kafka or MQTT. It is designed in the way that generated code is a library and with it's API you can start the server, send messages or register a middleware for listening incoming messages. Runtime message validation included.
JavaScript
39
star
20

java-spring-cloud-stream-template

Java Spring Cloud Stream template for the AsyncAPI Generator
JavaScript
31
star
21

avro-schema-parser

An AsyncAPI schema parser for Avro 1.x schemas.
TypeScript
31
star
22

bundler

Combine multiple AsyncAPI specification files into one.
TypeScript
30
star
23

.github

Location of all reusable community health files
29
star
24

vs-asyncapi-preview

VSCode AsyncAPI Preview Extension
TypeScript
28
star
25

server-api

Server API providing official AsyncAPI tools
TypeScript
26
star
26

markdown-template

Markdown template for the AsyncAPI Generator
JavaScript
26
star
27

diff

Diff is a library that compares two AsyncAPI Documents and provides information about the differences by pointing out explicitly information like breaking changes.
TypeScript
26
star
28

python-paho-template

Python Paho template for the AsyncAPI generator
JavaScript
25
star
29

nodejs-ws-template

Node.js WebSockets template for the AsyncAPI Generator. It showcases how from a single AsyncAPI document you can generate a server and a client at the same time.
JavaScript
23
star
30

conference-website

Website for the AsyncAPI online conference
JavaScript
22
star
31

ts-nats-template

Node.js/Typescript template for NATS
JavaScript
21
star
32

converter-go

Convert AsyncAPI documents from older to newer versions with Golang
Go
20
star
33

generator-react-sdk

Generator React SDK enabling the AsyncAPI generator to support React as the rendering engine for templates.
TypeScript
19
star
34

dotnet-nats-template

.NET template for NATS
JavaScript
18
star
35

converter-js

Convert to or migrate between AsyncAPI versions with the converter
TypeScript
18
star
36

template-for-generator-templates

This is a GitHub repository template for generator templates to make it much easier to start writing your own generator template.
JavaScript
18
star
37

simulator

Asynchronous traffic simulation application using async-api
TypeScript
16
star
38

EDAVisualiser

View your system, events, applications through different perspectives
TypeScript
15
star
39

optimizer

AsyncAPI offers many different ways to reuse certain parts of the document like messages or schemas definitions or references to external files, not to even mention the traits. There is a need for a tool that can be plugged into any workflows and optimize documents that are generated from code, but not only.
TypeScript
14
star
40

tck

(WIP) Test Compatibility Suite for AsyncAPI
Java
13
star
41

chatbot

The project's aim is to develop a chatbot that can help people create spec documents without knowing the specification.To get started with, the bot will consume the spec, JSON schema and serves the user as an expert. So based on a set of questions and answers it will generate an AsyncApi spec document according to the use cases.
JavaScript
12
star
42

openapi-schema-parser

An AsyncAPI schema parser for OpenAPI 3.0.x and Swagger 2.x schemas.
TypeScript
12
star
43

extensions-catalog

Catalog of extensions for AsyncAPI specification
11
star
44

shape-up-process

This repo contains pitches and the current cycle bets. More info about the Shape Up process: https://basecamp.com/shapeup
JavaScript
11
star
45

java-template

Java template for the AsyncAPI Generator
JavaScript
10
star
46

jasyncapi-idea-plugin

/jay-sync-api/-idea-plugin is a IDEA plugin for AsyncAPI specification
Kotlin
10
star
47

dotnet-rabbitmq-template

This template is for generating a .NET C# wrapper for the RabbitMQ client based on your AsyncAPI document.
JavaScript
10
star
48

brand

AsyncAPI brand guidelines and strategy
8
star
49

parser-api

Global API definition for all AsyncAPI Parser implementations.
8
star
50

problem

Library that implements the Problem interface. Reference https://www.rfc-editor.org/rfc/rfc7807
TypeScript
7
star
51

php-template

PHP Template for AsyncAPI generator
PHP
7
star
52

training

All about trainings, workshops, courses, etc.
6
star
53

raml-dt-schema-parser

AsyncAPI schema parser for RAML data types
TypeScript
5
star
54

enterprise-patterns

Enterprise patterns using AsyncAPI
4
star
55

protobuf-schema-parser

Schema parser for Protobuf compatible with AsyncAPI JS Parser
TypeScript
4
star
56

template-for-go-projects

This is a repository template for golang projects
Makefile
2
star
57

generator-filters

Library with reusable generator filters that you can use in your templates
JavaScript
2
star
58

generator-hooks

Library with reusable generator hooks that you can use in your templates
JavaScript
1
star