Hi, Python examples are located here: https://github.com/apache/ignite/tree/master/modules/platforms/python/examples
read/write through example(java) is located here: https://github.com/apache/ignite/blob/master/examples/src/main/java/org/apache/ignite/examples/datagrid/store/jdbc/CacheJdbcStoreExample.java Use these examples as a guide to creating read/write through. 1. create a server, per above example, with read/write through configured. 2. create a thin client, per python examples, that connects to the server and puts something into one of the caches. Anything the thin client puts into the cache will be written to the appropriate db per config. Thanks, Alex -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
