Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Ostrzyciel committed Jul 3, 2024
1 parent 28d3535 commit c44a0c4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# Jelly-JVM

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)

Java Virtual Machine implementation of Jelly, an RDF streaming protocol, written in Scala 3.

This collection of libraries aims to provide the full stack of utilities for fast and scalable RDF streaming with the [Jelly protocol](https://github.com/Jelly-RDF/specification). You can only use a part of the stack (e.g., only the serializer), or you may choose to use the full gRPC server and the reactive streaming utilities.

## Development status
The libraries are in active (alpha) development and **are not yet stable**. Expect a first stable release in Q4 2023.

The libraries are in active (beta) development and **are not yet stable**. Expect a first stable release in Q3 2024.

The libraries follow the semantic versioning scheme for binary compatibility.

Expand Down Expand Up @@ -37,10 +39,13 @@ The `jelly-stream` and `jelly-grpc` use the [Apache Pekko library](https://pekko
- [`jelly-examples`](https://github.com/Jelly-RDF/jelly-jvm/tree/main/examples/src) – examples of using Jelly-JVM in practical scenarios.

## Contributing

Feel free to submit bug reports, feature proposals and pull requests! You can also contribute to the documentation in the [wiki](https://github.com/Jelly-RDF/jelly-jvm/wiki).

## License

The Jelly-JVM libraries are licensed under the [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0).

## Authors

- Piotr Sowiński ([Ostrzyciel](https://github.com/Ostrzyciel))

0 comments on commit c44a0c4

Please sign in to comment.