This is the repository for the RDF Stream Processing Community Group (RSP CG) specifications.
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.
Currently, this repository contains the following specifications:
- RDF Messages – source code, published version
- Defines the base concepts of RDF Messages, RDF Message Streams, and RDF Message Logs.
Additionally, there is the index.bs file that lists the specifications (published version).
We use bikeshed with pipx to build the specifications. To build a spec, run:
pipx run bikeshed spec spec/<spec-name>.bsYou 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 serveTo view, for example, messages.bs, open http://localhost:8000/spec/messages.html in your web browser.