Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jnosql-dev] Fwd: [microprofile] JNoSQL in MicroProfile?

I would see it as part of EE4J (like MicroProfile could some day use that umbrella instead of „Technology“) but not sure, if the already complex LifeCycle of „parts“ that are no genuine Sub-projects right now would do any good to fold it into MicroProfile.

 

Plus MicroProfile boils down to a software manifestation of many MicroProfile Patterns http://microservices.io/patterns/index.html

 

And while there are patterns for either shared DB or DB per service, the pattern works for both RDBMS and non-relational databases, so JNoSQL is an alternative to JPA but as such does not represent or solve a Microservice pattern.

 

Regards,

Werner

 

From: Manik Magar
Sent: Thursday, October 19, 2017 20:43
To: jnosql developer discussions
Subject: Re: [jnosql-dev] Fwd: [microprofile] JNoSQL in MicroProfile?

 

It will really be nice to see JNoSQL as a part of MicroProfile. We should explore this opportunity.

 

Regards,

Manik


On Oct 19, 2017, at 1:25 PM, Otávio Gonçalves de Santana <otaviopolianasantana@xxxxxxxxx> wrote:

That might be a nice opportunity to us

 

---------- Forwarded message ----------
From: Kevin Sutter <kwsutter@xxxxxxxxx>
Date: Wed, Oct 18, 2017 at 12:32 PM
Subject: [microprofile] JNoSQL in MicroProfile?
To: Eclipse MicroProfile <microprofile@xxxxxxxxxxxxxxxx>

Hi,
I know that we briefly discussed a persistence feature way back when we started MicroProfile.  At that time, we had talked about JPA, but decided that maybe relational databases were not the proper choice for cloud native microservice applications.

We also briefly discussed NoSQL databases, but which one would we choose?  There wasn't a standard defined and if we chose the "wrong one", then it could limit our applicability.

Recently, I've been re-introduced to JNoSQL.  This is not a standard, per se.  But, it is getting quite a bit of attention.  JNoSQL provides a programming model abstraction for NoSQL databases.  So, we wouldn't be tied to just MongoDB or CouchDB or whatever.  It provides both the basic communication mechanism as well as Java object mapping capabilities.

I'm not an expert, nor do I work with this group.  It just seems like a nice fit if we're interested in providing a persistence component for MicroProfile.  Before we take this too much further, I thought I would start the conversation here and see what the wider team thinks.

Thanks,
Kevin

--
You received this message because you are subscribed to the Google Groups "Eclipse MicroProfile" group.
To unsubscribe from this group and stop receiving emails from it, send an email to microprofile+unsubscribe@xxxxxxxxxxxxxxxx.
To post to this group, send email to microprofile@xxxxxxxxxxxxxxxx.
To view this discussion on the web visit https://groups.google.com/d/msgid/microprofile/cd9fce74-d3f3-4b22-b763-08071f1f56d1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



 

--

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://dev.eclipse.org/mailman/listinfo/jnosql-dev

 


Back to the top