meraki-analytics / orianna

A Java framework for the Riot Games League of Legends API (http://developer.riotgames.com/).
MIT License
182 stars 56 forks source link

Add a simple Disk-based DataStore which will be packaged with Orianna #82

Closed robrua closed 6 years ago

robrua commented 6 years ago

Many users don't have a database set up and don't want to have to set one up for persistent data storage. We should offer an out-of-the-box DataStore which will cache data on disk as JSON files.

robrua commented 6 years ago

Not JSON-based, but this need has been addressed by the JetBrains Xodus support implemented in orianna-datastores (https://github.com/meraki-analytics/orianna-datastores/commit/89e1ad8715efb94aaa4f31761842bd38faa9ad9b)