Do you use the go client package: https://github.com/perkeep/perkeep/tree/master/pkg/client
I assume I will start perkeepd with `runIndex: false` in the server config, then use this client package to interact with the blobserver. Is this what you're doing? On Sunday, December 8, 2024 at 8:54:35 AM UTC-5 Quinn wrote: > Thats great! Would love to know more about your approach. is any of what > you're doing OSS? Do you just iterate using the blobserver and build your > own index? do you use the JSON apis exclusively instead of the CLIs? > > > On Sunday, December 8, 2024 at 1:55:18 AM UTC-5 tgulacsi78 wrote: > >> Yes, absolutely. >> This is how I use it. >> (Maybe you can drop to the lower level config from the higher level (pk >> dumpconfig) and erase all unneeded parts). >> >> >> Ekkor: 2024. december 8. 1:51:42 UTC, Quinn <[email protected]> írta: >> >>> Is it possible to use perkeep only as a blobserver and implement my own >>> or extend the indexer? E.g. I could implement my own claims system or >>> choose a different way to organize mutability on top of the blobserver. >>> >>> It seems there is a runIndex config option which i can set to false. Is >>> this considered safe? Is there a pruning step or something that could wipe >>> my data accidentally if I do something like this? >>> >>> Also, I understand that perkeep automatically splits blobs over a >>> certain size, would this work without the index? >>> >>> Gulácsi Tamás >> > -- You received this message because you are subscribed to the Google Groups "Perkeep" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/perkeep/654e0335-2e88-41eb-b421-6c33a5b126b3n%40googlegroups.com.
