I'm learning the ropes of Spring WebFlux with Spring Boot, by developing small demo applications.
Correct me if I'm wrong, but the only Spring Boot Data Starters that are Reactive are the following:
- Cassandra
- Couchbase
- MongoDB
- Redis
Is there an option to use an embedded NoSQL store for development, like it's usually done with H2 for JPA?