An open API service indexing awesome lists of open source software.

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

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).