Questions tagged [jnosql]

The Eclipse JNoSQL is a framework to help developers create enterprise-grade applications using Java and NoSQL technologies. It helps them create scalable applications while maintaining low coupling with the underlying NoSQL technology.

6 questions
3
votes
1 answer

Micronaut with Eclipse/JNosql

Is is possible to use Micronaut with JNoSQL ? JNoSQL is depending on CDI implementatio i.e Weld, Micronaut support many of the same set of annotations, but I do not think it is exposing a full CDI container, so the question is it possible to use…
Luis Trigueiros
  • 636
  • 7
  • 21
2
votes
1 answer

JNoSQL + MongoDB + Wildfly Swarm

I was trying to create a hello world with JNoSQL, Mongo and Wildfly Swarm. The use @Inject of DocumentCollectionManager is working, but it is not working with a Repository. This is how I'm injecting: @Inject private DocumentCollectionManager…
Victor
  • 8,309
  • 14
  • 80
  • 129
1
vote
1 answer

Does any class from a Spring ecosystem implement SeContainerInitializer or SeContainer?

I'm trying to use Jakarta jnosql Artemis along with a Spring Boot application. Artemis requires a CDI (Context and Dependency Injection) implementation to be provided. Overall, Spring Framework does it, however it implements it's own, similar…
xinus01
  • 47
  • 1
  • 8
1
vote
0 answers

Use JNOSQL with Spring Boot

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.:…
Duy Ngo
  • 21
  • 7
1
vote
2 answers

Using JNOSQL (CDI Library) with Spring Boot - Bean not found

Set up I am working on a Spring Boot project where we would like to make use of DynamoDB. Instead of using the AWS library directly, we would like to use JNOSQL; this API allows to easily switch databases by selecting a different driver, which we…
Tom Ryan
  • 397
  • 2
  • 6
  • 26
0
votes
1 answer

ArangoDB Key/Value Model: value maximum size

With regard to the Key/Value model of ArangoDB, does anyone know the maximum size per Value? I have spent hours searching the Internet for this information but to no avail; you would think that this is a classified information. Thanks in advance.
ben.jamin
  • 217
  • 1
  • 3
  • 6