I forget if we have a better place where it's described, but I believe something like https://perkeep.org/doc/protocol/ might be what you're asking for? Then your server written in another lang can be integrated to the Perkeep server with https://perkeep.org/pkg/blobserver/remote
On 21 December 2017 at 16:57, Norman Walsh <[email protected]> wrote: > Mathieu Lonjaret <[email protected]> writes: >> The minimum is to implement a blob server: >> https://perkeep.org/doc/terms#blobserver >> but what you probably want is to implement a full storage interface: >> https://perkeep.org/pkg/blobserver#Storage >> you can look at any of the other existing implementations in >> pkg/blobserver (https://perkeep.org/pkg/blobserver#pkg-subdirectories) >> for examples. > > Ok. It might be fun to learn a bit of Go and try to implement the > whole thing as a new backend, but have you considered providing a > generalized interface that communicates with the actual backend > database through a defined REST interface? > > Be seeing you, > norm > > -- > Norman Walsh <[email protected]> | Knowledge comes, but wisdom > http://nwalsh.com/ | lingers.--Alfred Lord Tennyson -- You received this message because you are subscribed to the Google Groups "Camlistore" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
