admin管理员组

文章数量:1287789

Apache Ignite 2/GridGain v8 had an api that supported something like this:

http://host:8080/ignite?cmd=qryexe... etc.

I don't see an equivalent in Apache v3. Has that been removed? Can one submit SQL commands via HTTP? Is so, it there documentation for this somewhere? This documentation shows a /management example only, and doesn't contain links to any OpenApi doc

Do I need to create custom REST endpoints to get the same functionality?

Apache Ignite 2/GridGain v8 had an api that supported something like this:

http://host:8080/ignite?cmd=qryexe... etc.

I don't see an equivalent in Apache v3. Has that been removed? Can one submit SQL commands via HTTP? Is so, it there documentation for this somewhere? This documentation shows a /management example only, and doesn't contain links to any OpenApi doc

Do I need to create custom REST endpoints to get the same functionality?

Share Improve this question edited Feb 23 at 3:15 Darius X. asked Feb 22 at 22:04 Darius X.Darius X. 2,9374 gold badges28 silver badges56 bronze badges
Add a comment  | 

1 Answer 1

Reset to default 1
  • Ignite 3 REST API spec is here: https://ignite.apache./releases/3.0.0/openapi.yaml - we'll add a link to the docs
  • SQL is not yet available via the REST API

本文标签: igniteqryexe with Apache v3xGridgain 9xStack Overflow