Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.57 KB

File metadata and controls

39 lines (22 loc) · 1.57 KB

Specifications of the RDF Stream Processing Community Group

This is the repository for the RDF Stream Processing Community Group (RSP CG) specifications.

Contributing

Please see CONTRIBUTING.md and CODE_OF_CONDUCT.md for details.

Please make changes through a pull request.

Any feedback, suggestions, or questions are welcome – please open an issue for that.

The RSP CG wiki contains more information about the Community Group, its activities, and how to get involved.

Specifications

Currently, this repository contains the following specifications:

Additionally, there is the index.bs file that lists the specifications (published version).

Editing the specifications

We use bikeshed with pipx to build the specifications. To build a spec, run:

pipx run bikeshed spec spec/<spec-name>.bs

You can also start bikeshed in watch mode to automatically rebuild the specs on changes, and have it serve the specs on a local web server:

pipx run bikeshed serve

To view, for example, messages.bs, open http://localhost:8000/spec/messages.html in your web browser.