Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phxql/noke
Web-based note taking software
https://github.com/phxql/noke
cassandra kotlin spring-boot spring-webflux
Last synced: 27 days ago
JSON representation
Web-based note taking software
- Host: GitHub
- URL: https://github.com/phxql/noke
- Owner: phxql
- License: lgpl-3.0
- Created: 2017-10-18T16:27:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-18T16:28:09.000Z (over 7 years ago)
- Last Synced: 2024-11-10T20:42:44.840Z (3 months ago)
- Topics: cassandra, kotlin, spring-boot, spring-webflux
- Language: Kotlin
- Size: 69.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Noke
Web-based note taking software. The notes can be written in Markdown.
## Building
`./gradlew build`
## Running
1. Start Cassandra
2. Execute [doc/cassandra/schema.cql](doc/cassandra/schema.cql) on the CQL console.
This creates a keyspace and the tables
3. `./gradlew run` and open [http://localhost:8080](http://localhost:8080)## Technical details
This project originated as a playground for the new Spring 5 Webflux and
Project Reactor stuff. The whole application is built non-blocking, by
using the Spring Data reactive support for Cassandra.## License
[LGPLv3](https://tldrlegal.com/license/gnu-lesser-general-public-license-v3-(lgpl-3))