https://github.com/nmoncho/time-range-queries
Companion code for the "Time range queries with Cassandra and Akka Streams" blogpost
https://github.com/nmoncho/time-range-queries
Last synced: 3 months ago
JSON representation
Companion code for the "Time range queries with Cassandra and Akka Streams" blogpost
- Host: GitHub
- URL: https://github.com/nmoncho/time-range-queries
- Owner: nMoncho
- Created: 2020-01-02T12:48:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-02T12:50:07.000Z (over 5 years ago)
- Last Synced: 2025-01-10T15:49:29.365Z (5 months ago)
- Language: Scala
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Time range queries with Cassandra and Akka Streams
This repository acts as companion code for the [blog post](https://new-grumpy-mentat.blogspot.com/2020/01/time-range-queries-with-cassandra-and.html),
it provides a simple implementation of the patterns discussed on it.## Running code
Ideally this repository would provide a REST API where to see data being read and written, for now this is given in the
form of tests:```
sbt test
```Will trigger the `CassandraRepositorySpec` test.