mitreid-connect / OpenID-Connect-Java-Spring-Server

An OpenID Connect reference implementation in Java on the Spring platform.
Other
1.47k stars 767 forks source link

NoSQL datasource? #542

Open ghost opened 10 years ago

ghost commented 10 years ago

Hi,

Have you considered NoSQL back-end such as Redis?

I think IAM application is more fit for NoSQL database environment because lots of users would use it.

jricher commented 10 years ago

We've abstracted the data store out using Spring's @Service/@Repository system, and we're using JPA to do the actual storage in our current repository. As such, you could easily deploy this on top of a NoSQL setup of your choosing. If you would like to contribute a pull request to enable this, please do so!

prabhalar commented 10 years ago

ghost - Wondering if you had a chance to try out any NOSQL database? If so, would appreciate if you can share your experience.

antoniosignore commented 7 years ago

guys, need some help. We have been asked in our project to port MitreId over couchbase. Is there any attempt done already? Thanks ifr any help you could provide us...