cschneider / Karaf-Tutorial

http://cschneider.github.io/Karaf-Tutorial/
Apache License 2.0
271 stars 305 forks source link

Apache Karaf Tutorial Part 6: What's the most reliable data storage strategy? #43

Closed laurentkvb closed 6 years ago

laurentkvb commented 6 years ago

Hi back again,

Currently, I am in the process of developing an OSGi based application using the Apache Karaf implementation of OSGi Karaf. So far it has been going great and have made good progress but there's one component missing and that's a database. Two of my requirements are scalability & multi-tenancy.

I was wondering which data storage strategy reliable with these 2 requirements in mind. I took a look at the "Apache Karaf Tutorial Part 6" and noticed that JPA was used.

I am thinking about to use MySQL, JPA or any other data storage strategy, but I have no clue which one to choose.

I would appreciate the responses.