Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[nosql-dev] Define the package name domain to key-value. #9

As you know Jakarta NoSQL has one API to cover these NoSQL databases:

  • Column
  • Document
  • Graph
  • key-value

The domain to the first one is elementary, once we are talking about a sample name:

  • jakarta.nosql.column
  • jakarta.nosql.document
  • jakarta.nosql.graph

The key-value is a bit difficult one even if we take a look at the convention:
https://docs.oracle.com/javase/tutorial/java/package/namingpkgs.html

I have some suggestions:

What do you think?


Ref: https://github.com/eclipse-ee4j/nosql/issues/9
--
Otávio Gonçalves de Santana

Back to the top