On Sat, Apr 17, 2021 at 3:38 PM Abdulrahman Semrie <[email protected]> wrote:
> > There is now a new Atom type: (StorageNode "some:// > example.com/url/where?ever") When you open it, you can send Atoms to > that URL, or receive them, or even run pattern queries on the remote > system, and get back only the matching results. You can have as many of > these open as you want, and so can copy atoms around from one to another. > You can close and reopen them at any time, for any reason. > > It's great to see that the Atomspace supports remote pattern matching! Is > there some documentation for the above that I can refer to? Thanks. > But of course! Easiest with the demo: https://github.com/opencog/atomspace/blob/master/examples/atomspace/persist-query.scm A more basic demo of persistence in general: (w/o query): https://github.com/opencog/atomspace/blob/master/examples/atomspace/persistence.scm and a demo of talking to multiple storage nodes at the same time: https://github.com/opencog/atomspace/blob/master/examples/atomspace/persist-multi.scm --linas -- You received this message because you are subscribed to the Google Groups "opencog" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/opencog/CAHrUA36c0eF9OmCQ_A5%3Dder-_G3gYfcWaH65_YuiSw6jzOj1Fg%40mail.gmail.com.
