Skip to main content

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

See the Github ticket, I saw Hibernate OGM (which under the Right circumstances may implement NoSQL as other parts also do with JPA) uses the package name „keyvalue“, so why not use that?

 

Werner

 

Sent from Mail for Windows 10

 

From: Eduardo Asafe
Sent: Monday, August 12, 2019 18:17
To: jnosql developer discussions
Cc: nosql developer discussions
Subject: Re: [jnosql-dev] Define the package name domain to key-value. #9

 

i like of second suggestion but i think in future may generate some confusion because kv its a acronym(nothing that cannot be conturned).
if i can suggest, i prefer a synonymous to 'key-value' like "pair" as example:
     jakarta.nosql.pair or jakarta.nosql.pairs.

 

Em sáb, 10 de ago de 2019 às 18:01, Otávio Gonçalves de Santana <otaviopolianasantana@xxxxxxxxx> escreveu:

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?

 

--

Otávio Gonçalves de Santana

_______________________________________________
jnosql-dev mailing list
jnosql-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/jnosql-dev

 


Back to the top