opencog / cogserver

Distributed AtomSpace Network Server
Other
16 stars 22 forks source link

Implement a Write-Thru proxy agent #52

Closed linas closed 2 years ago

linas commented 2 years ago

The Write-Thru proxy agent will listen to any network connections, and, upon receiving Atoms on those connections, will pass them on to any open StorageNodes (typically, the disk, but could be anything).

Code works. It's incomplete; needs to be finished up, polished and unit testing. The remaining work is easy.