Hi Kevin, Ignite doesn't have integration with LevelDB anymore, but you can always create you own cache store implementation that will write and load to/from LevelDB. Refer to [1] for more information and code examples.
Also if you're interested, there is a commercial offering from GridGain [2], which probably can satisfy you use case. But it persists data to local file system, not to LevelDB. [1] https://apacheignite.readme.io/docs/persistent-store [2] https://gridgain.readme.io/docs/local-recoverable-store -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/LevelDb-as-a-persistent-data-store-tp2824p2830.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
