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

Add dedicated support for in-line caching. #26

Closed
jxblum opened this issue Mar 11, 2019 · 1 comment
Closed

Add dedicated support for in-line caching. #26

jxblum opened this issue Mar 11, 2019 · 1 comment
Assignees
Milestone

Comments

@jxblum
Copy link
Contributor

jxblum commented Mar 11, 2019

Currently, Apache Geode/Pivotal GemFire offers the JDBC Connector. However, this proves to be too limited in practice to be useful. Therefore, SBDG will offer dedicated support for inline caching that achieves 2 primary goals:

  1. Support for any backend data store (e.g. RDBMS, Document, Graph, Key/Value, other) by integrating the Spring Data Repositories infrastructure.

  2. Support for complex mapping. E.g. when using an RDBMS to back the cache for in-line caching, enable users to use Hibernate, or any other ORM tool (e.g. EclipseLink) to handle complex object hierarchies and relationships.

On top of these primary goals, this change will also include dedicated support configure in-line caching regardless of the context (e.g. Standalone vs. Cloud).

@jxblum jxblum self-assigned this Mar 11, 2019
@jxblum
Copy link
Contributor Author

jxblum commented Mar 11, 2019

This feature has already been coded as a proof-of-concept, here. The specific bits will come from this package.

@jxblum jxblum added this to the 1.1.0.M2 milestone Apr 16, 2019
jxblum added a commit to jxblum/spring-boot-data-geode that referenced this issue Jun 13, 2019
@jxblum jxblum closed this as completed in 92b7b06 Jun 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant