https://github.com/nmoncho/helenus-examples
Example Projects using Helenus and Cassandra
https://github.com/nmoncho/helenus-examples
Last synced: 4 months ago
JSON representation
Example Projects using Helenus and Cassandra
- Host: GitHub
- URL: https://github.com/nmoncho/helenus-examples
- Owner: nMoncho
- License: mit
- Created: 2022-12-28T15:37:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-23T13:50:54.000Z (6 months ago)
- Last Synced: 2025-01-10T15:49:28.270Z (5 months ago)
- Language: Scala
- Size: 52.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Helenus Examples
Example Projects using Helenus and Cassandra## Definitive Hotels
[Definitive Hotels](definitive-hotels) uses the model defined in [Cassandra: The Definitive Guide](https://www.oreilly.com/library/view/cassandra-the-definitive/9781098115159/)This project uses the _synchronous_ API.
## Definitive Hotels Async
The same as the [Definitive Hotels](#definitive-hotels) but using the _asynchronous_ API.
You can see this project [here](definitive-hotels-async).## Definitive Hotels Akka
The same as the [Definitive Hotels](#definitive-hotels) but using [Akka](https://akka.io/).
You can see this project [here](definitive-hotels-akka).## Definitive Hotels Pekko
The same as the [Definitive Hotels](#definitive-hotels) but using [Apache Pekko](https://pekko.apache.org/).
You can see this project [here](definitive-hotels-pekko).## Definitive Hotels ZIO
The same as the [Definitive Hotels](#definitive-hotels) but using [ZIO](https://zio.dev/).
You can see this project [here](definitive-hotels-zio).