I use LevelDB myself. I used to use MySQL but I moved my Perkeep server recently and found it too tedious to setup MySQL again so I tried LevelDB. Haven't had any problems.
I'm not running on Windows, but I see that there are Windows-specific files like ./vendor/ github.com/syndtr/goleveldb/leveldb/storage/file_storage_windows.go so it looks like it works on Windows. Might be worth trying to "go get -d github.com/syndtr/goleveldb/leveldb/..." and "go test github.com/syndtr/goleveldb/leveldb/..." first and make sure the leveldb tests pass. On Sat, Dec 23, 2017 at 11:44 AM, Tim Swast <[email protected]> wrote: > I'm attempting to use Perkeep on Windows. So far, so good, but I > encountered some out-of-date info in the docs. Specifically, > https://perkeep.org/doc/server-config#windows says "The default > configuration comes with SQLite for the indexer. However, getting mattn > go-sqlite3 to work on windows is not straightforward" > > This appears to be incorrect, as when I look at my > ~\AppData\Roaming\Camlistore\server-config.json file, I see that levelDB > is used. > > Is levelDB stable on Windows or do I need to move to MySQL / MariaDB as it > suggests? > > -- > 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.
