Official documentation leaves lots of questions unanswered.
I need a in-memory Ignite storage where I can keep some data, loaded from 3rd party database. I understand two things:
- I know how to connect to Ignite DB via JDBC driver, how to write and execute DDL statements, how to insert and query data with H2-compatible SQL statements.
- I know how to initialize Ignite cache using DataStreamers and how to query data using SQLFieldsQuery
But I have no idea how to combine these two features to make them work together. I don't even know if it is possible. If it's impossible, how should I initialize database for future access via JDBC from external app?