Skip to content

metricq/metricq-rpc-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

37 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

(WIP) MetricQ RPC documentation

This repository attempts to document the MetricQ RPC interface using the AsyncAPI specification.

Accessing the documentation

Documentation build from the master branch and deployed here.

Building it yourself

Build using the dockerized version of the AsyncAPI Generator:

# ./docker-build.sh

Or install the necessary dependencies (e.g. AsyncAPI Generator, the HTML template):

$ npm install --only=dev

Then, run:

$ ag -p sidebarOrganization=byTags \
    --output docs  \
    manager.asyncapi.yaml ./template

...and find the generated HTML files in docs/.

About

๐Ÿ—Ž MetricQ RPC interface documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages