Hi, 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.
regards, Mathieu On 21 December 2017 at 09:10, Norman Walsh <[email protected]> wrote: > Hello, > > I've just started looking at Perkeep. I'm interested in implementing a > different back end for storage. Can that be done by implementing a REST API? > Pointers to docs, etc. most humbly solicited. I haven't actually tried > reverse engineering it from sources yet :-) > > --norm > > -- > 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. -- 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.
