Skip to content

Instantly share code, notes, and snippets.

View smoya's full-sized avatar
🛩️
Flying @asyncapi airlines

Sergio Moya smoya

🛩️
Flying @asyncapi airlines
View GitHub Profile
@smoya
smoya / 17-09-22__31-10-22.md
Last active November 8, 2022 10:14
AsyncAPI Spec and parsers update (half September + October 2022)

AsyncAPI Spec and parsers update (half September + October 2022).

This is another entry on my monthly (yes, monthly now) update about the AsyncAPI Spec and parsers.

As a side note, due to a personal situation, I would be stopping reporting this updates for a couple of months. I still need to figure out if someone else could do it during that time :)

Note This is not an official AsyncAPI update but a personal summary I volunteer to do.

What do I mean by AsyncAPI Spec and parsers update?. As most of the work around the AsyncAPI Spec is not only related to https://github.com/asyncapi/spec, each update will include the most significant recent activity from the following repositories:

@smoya
smoya / parser.js
Last active October 12, 2022 09:29
AsyncAPI Parser-JS example coded in the CCOSS 2022 Workshop: "Vamos a Generar Código y Documentación con AsyncAPI" - https://www.youtube.com/watch?v=qdHymBvBLZQ
const parser = require('@asyncapi/parser');
const fs = require('fs');
const path = require('path');
async function parse(content) {
const doc = await parser.parse(content);
console.log("Hola! Bienvenida/o a", doc.info().title());
console.log("Servers:");
Object.entries(doc.servers()).forEach((server) => {
@smoya
smoya / 01-07-22__16-09-22.md
Last active November 7, 2022 12:49
AsyncAPI Spec and parsers update 🏖️Summer Edition part 2 🏖️ (July, August, and half of September 2022)

AsyncAPI Spec and parsers update 🏖️Summer Edition part 2 🏖️ (July, August, and half of September 2022)

This is a special entry on my bi-weekly update about the AsyncAPI Spec and parsers. I am grouping summer updates to happen every ~2 months. The reason is that there is less activity in the community during this period due to summer holidays, etc. This is the last special one, by the way.

Note This is not an official AsyncAPI update but a personal summary I volunteer to do.

What do I mean by AsyncAPI Spec and parsers update?. As most of the work around the AsyncAPI Spec is not only related to https://github.com/asyncapi/spec, each update will include the most significant recent activity from the following repositories:

@smoya
smoya / 11-04-22__30-06-22.md
Last active July 11, 2022 08:29
AsyncAPI Spec and parsers update 🏖️Summer Edition 🏖️ (May and June 2022)

AsyncAPI Spec and parsers update 🏖️Summer Edition 🏖️ (May and June 2022)

This is a special entry on my bi-weekly update about the AsyncAPI Spec and parsers. During summer, I will be posting updates every one or two months. The reason is that there is less activity in the community during this period due to summer holidays, etc. (including me 😎).

Note This is not an official AsyncAPI update but a personal summary I volunteer to do.

What do I mean by AsyncAPI Spec and parsers update?. As most of the work around the AsyncAPI Spec is not only related to https://github.com/asyncapi/spec, each update will include the most significant recent activity from the following repositories:

@smoya
smoya / 01.2022_04_11.md
Last active April 11, 2022 15:34
AsyncAPI Spec and parsers update (19 March - 11 April 2022)

AsyncAPI Spec and parsers update (19 March - 11 April 2022)

This is another entry on my bi-weekly update about the AsyncAPI Spec and parsers. This time with a bit of delay. This is not an official AsyncAPI update but a personal summary I volunteer to do.

What do I mean by AsyncAPI Spec and parsers update?. As most of the work around the AsyncAPI Spec is not only related to https://github.com/asyncapi/spec, each update will include the most significant recent activity from the following repositories:

@smoya
smoya / 01.2022_03_18.md
Last active April 11, 2022 15:32
AsyncAPI Spec and parsers update (1 March - 18 March 2022)

AsyncAPI Spec and parsers update (1 March - 18 March 2022)

This is another entry on my bi-weekly update about the AsyncAPI Spec and parsers. This is not an official AsyncAPI update but a personal summary I volunteer to do.

What do I mean by AsyncAPI Spec and parsers update?. As most of the work around the AsyncAPI Spec is not only related to https://github.com/asyncapi/spec, each update will include the most significant recent activity from the following repositories:

@smoya
smoya / 01.update.md
Last active March 2, 2022 15:56
AsyncAPI Spec and parsers update (12 Feb - 28 Feb 2022)

AsyncAPI Spec and parsers update (12 Feb - 28 Feb 2022)

This is another entry on my bi-weekly update (yes, this time the range is a little more extensive) about the AsyncAPI Spec and parsers. This is not an official AsyncAPI update but a personal summary I volunteer to do.

What do I mean by AsyncAPI Spec and parsers update?. As most of the work around the AsyncAPI Spec is not only related to https://github.com/asyncapi/spec, each update will include the most significant recent activity from the following repositories:

@smoya
smoya / 01.update.md
Last active February 11, 2022 10:34
AsyncAPI Spec and parsers update (18 Jan - 11 Feb 2022)

AsyncAPI Spec and parsers update (18 Jan - 11 Feb 2022)

This is another entry on my bi-weekly update (yes, this time the range is a little more extensive) about the AsyncAPI Spec and parsers. This is not an official AsyncAPI update but a personal summary I volunteer to do.

What do I mean by AsyncAPI Spec and parsers update?. As most of the work around the AsyncAPI Spec is not only related to https://github.com/asyncapi/spec, each update will include the most significant recent activity from the following repositories:

@smoya
smoya / 01.update.md
Last active January 20, 2022 16:50
AsyncAPI Spec and parsers update: 1 Jan - 17 Jan 2022

AsyncAPI Spec and parsers update (1 Jan - 17 Jan 2022)

This is another entry on my bi-weekkly update about the AsyncAPI Spec and parsers. This is not an official AsyncAPI update but a personal summary I volunteer to do.

What do I mean by AsyncAPI Spec ecosystem? As most of the work around the AsyncAPI Spec is not only related with https://github.com/asyncapi/spec, each update will include the most significant recent activity from the following repositories, which I consider them to be part of the same ecosystem:

@smoya
smoya / 01.update.md
Last active January 20, 2022 16:50
AsyncAPI Spec ecosystem update: 30 Nov - 31 Dec 2021

AsyncAPI Spec and parsers update (30 Nov - 31 Dec 2021)

I plan to write periodic updates about the AsyncAPI Spec and parsers every ~2 weeks (I hope you are ok with it). This is not an official AsyncAPI update but a personal summary I volunteer to do.

What do I mean by AsyncAPI Spec ecosystem? As most of the work around the AsyncAPI Spec is not only related with https://github.com/asyncapi/spec, each update will include the most significant recent activity from the following repositories, which I consider them to be part of the same ecosystem: