Persistence store is just an abstract CacheStore interface that will be invoked by Ignite to perform write/read-through. It's up to you how this interface will be implemented. It can interact with relational database through JDBC, Hibernate, etc., with noSQL storage like Mongo, or any other kind of storage.
Please refer to documentation [1] and examples [2] for more details. [1] https://apacheignite.readme.io/docs/persistent-store [2] https://github.com/apache/ignite/tree/master/examples/src/main/java/org/apache/ignite/examples/datagrid/store -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Is-JDBC-driver-necessary-for-the-storage-used-for-Read-Through-and-Write-Through-tp3650p3653.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
