Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Crafting a Blog Post: Simplifying NoSQL Database Integration with Jakarta NoSQL #3536

Closed
fabio-franco opened this issue Feb 1, 2024 · 2 comments

Comments

@fabio-franco
Copy link
Contributor

Idea

The idea is to cover an example of Jakarta NoSQL using a fun game called JNopo running on Open Liberty. Also, the article will provide the information to run the JNopo game locally via container.

Temporary abstract (from a recent JakartaOne presentation):

Nowadays, it’s normal to see cloud-native solutions dealing with a huge amount of information. In this scenario, the NoSQL databases are getting a huge relevant position, but dealing with many NoSQL solutions from many different vendors is very difficult.

In terms of dealing with relational databases, there’s no doubt that JPA specification is a well-established API in the Java world, but what if there’s a well-defined way, pretty similar to JPA, to work with NoSQL with Java?

Jakarta NoSQL specification was created to increase the developer experience between Java and NoSQL databases. This spec allows developers to handle easily with many NoSQL databases.

In this talk, we will make a live coding session presenting a solution with Jakarta NoSQL and Jakarta Data. Even more, we’re going to mix other Jakarta EE specifications like Jakarta WebSocket.

Text copied from https://jakartaone.org/2024/portuguese/#
Special thanks to @dearrudam

@fabio-franco fabio-franco changed the title Simplifying NoSQL Database Integration with Jakarta NoSQL Crafting a Blog Post: Simplifying NoSQL Database Integration with Jakarta NoSQL Feb 1, 2024
@GraceJansen
Copy link
Member

Hi @fabio-franco and @dearrudam, would you be happy for this issue to now be closed given the Jakarta NoSQL series of blogs we have published?

@fabio-franco
Copy link
Contributor Author

Sure! I can close it. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants