Skip to content

Commit

Permalink
feat: EI-2778 - Promote FKG SparqlQuery to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanieBracaloni committed May 9, 2024
1 parent 8c959fe commit ccccdb9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion proto/iotics/api/meta.proto
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ service MetaAPI {
// SparqlQuery performs a SPARQL 1.1 query against the Federated Knowledge Graph of the Iotics network to which this
// host belongs. The result is returned as a sequence of chunks. Note that:
// - Result chunks MIGHT arrive out of order and it is the client's responsibility to re-assemble them.
// - This RPC is currently in alpha!
// - This RPC is currently in beta, it means:
// - the logic should remain unchanged,
// - the rpc call should remain unchanged,
// - the service can be interrupted without notice.
rpc SparqlQuery(SparqlQueryRequest) returns (stream SparqlQueryResponse) {}

// SparqlUpdate performs a SPARQL 1.1 update. When performing an update, the update query must contain a reference to
Expand Down

0 comments on commit ccccdb9

Please sign in to comment.