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

JPA Dao implementation #1790

Closed
15 tasks done
skabashnyuk opened this issue Jul 18, 2016 · 2 comments
Closed
15 tasks done

JPA Dao implementation #1790

skabashnyuk opened this issue Jul 18, 2016 · 2 comments
Assignees
Labels
kind/epic A long-lived, PM-driven feature request. Must include a checklist of items that must be completed.

Comments

@skabashnyuk
Copy link
Contributor

skabashnyuk commented Jul 18, 2016

Today to store information we using in memory storages which is backed as json files
during application suspend-startup. This approach is not scalable enough. To make
it more scalable, fault tolerant and concurrent we decided to move all our persistent storages to JPA based implementation. Potentially we will replace our in-memory implementation with JPA based. As JPA implementation we will take EclipseLink and h2 database.

See more
https://www.eclipse.org/eclipselink/
http://www.h2database.com/html/main.html

@skabashnyuk skabashnyuk added kind/epic A long-lived, PM-driven feature request. Must include a checklist of items that must be completed. team/platform labels Jul 18, 2016
@skabashnyuk skabashnyuk self-assigned this Jul 18, 2016
@skabashnyuk skabashnyuk changed the title JPA Dao implementations JPA Dao implementation Jul 18, 2016
@skabashnyuk skabashnyuk removed the kind/task Internal things, technical debt, and to-do tasks to be performed. label Jul 19, 2016
@bmicklea
Copy link

Added 5.0.0-M2 milestone to all issues completed at this stage.

@skabashnyuk
Copy link
Contributor Author

Study how to make changes in model after migration to single database #2110
moved out of scope of this issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/epic A long-lived, PM-driven feature request. Must include a checklist of items that must be completed.
Projects
None yet
Development

No branches or pull requests

2 participants