ptupitsyn commented on issue #11313:
URL: https://github.com/apache/ignite/issues/11313#issuecomment-2066093824

   > are there any other usage scenarios for this in memory database?
   
   1. It is not only in-memory, you can enable persistence or use third-party 
storage
   2. All other use cases are available, such as SQL, caching, Compute
   3. There is also a [RESTful 
API](https://ignite.apache.org/docs/latest/restapi#execute-a-task)
   4. Finally, if something is missing in the Go SDK or RESTful API, you can 
always implement it as a Java compute task and call that from Go or any other 
language. Consider Java as our DSL.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to