Releases: F7502/notebookapp
Releases · F7502/notebookapp
support for distributed setup
- notes can be stored in a database (tested with local file-based H2 and remote MySQL using AWS RDS)
- text processing can be done by an external REST service or by text processing workers listening on queues (based on JMS, tested with ActiveMQ and AWS SQS)
first working version
all-in-one, no persistence, no external dependencies