I am looking for a common API in Java for NOSQL databases (similar to JPA for RDBMS) and found JNOSQL. However, I could not find a sample about JNOSQL and Spring Boot integration. Some samples I've found was based on Jakarta EE CDI only, e.g.: https://github.com/JNOSQL/oc1-hands-on-2019/tree/09ac19d196300a9c31d069d93e94e90b8740267d/nosql/src/main/java/jakarta/nosql/demo.
Is it possible to use JNOSQL with Spring Boot? If yes, is there a sample for it?
Any help would be appreciated.