lbryio / reflector.go

MIT License
14 stars 13 forks source link

Add --init-db flag to create db if it does not exist #20

Closed Leopere closed 1 year ago

Leopere commented 5 years ago
chron0 commented 4 years ago

Also, giving my 2 cents here... Wouldnt something like leveldb have made much more sense so we wouldnt have to run, monitor and secure a separate server process (mysql)? I'd love to hack around leveldb together with the reflector, but that doesnt make much sense to me as lond as S3 is a requirement.

lyoshenka commented 4 years ago

The short answer is that neither s3 nor mysql are requirements. Different backends are supported and new ones (like leveldb) are easy to add.

There's a longer discussion here: https://github.com/lbryio/reflector.go/issues/28#issuecomment-640775545