Skip to content

What is the current state of remote pattern matching execution? #2994

Answered by linas
Habush asked this question in Q&A
Discussion options

You must be logged in to vote

Remote Atomspace pattern matching works, I think. I think there are unit tests, I think they pass. If there are bugs, I'll fix them. gRPC is not needed. There are even plug-ins for automatically distributing; but the plug-ins is more like proof-of-concept, they just show how, but are not all that powerful.

All this is formally documented on the wiki and in assorted READMEs. I will attempt to sketch this out here.

  • Wiki -- https://wiki.opencog.org/w/StorageNode The relevant part is the fetch-query callback. In scheme, you'd say (fetch-query (BindLink, etc.)) and it will run the query on the remote storage node (remote server) and return results to the local server.
  • The example https://gith…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@linas
Comment options

@linas
Comment options

@Habush
Comment options

Answer selected by linas
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants