[Melbourne-pm] Which DB for local use only?

Alex Balhatchet kaoru at slackwise.net
Mon Aug 5 04:53:02 PDT 2013


Hey Nathan,

For a key-value store I've been having great success with Kyoto
Cabinet (http://fallabs.com/kyotocabinet/ +
http://fallabs.com/kyotocabinet/perlpkg/) and I've heard good things
about Redis (http://redis.io/ + https://metacpan.org/module/Redis)

For something more complex than a kv store where you want to run
actual queries then SQLite is great.

- Alex

On 5 August 2013 12:12, Nathan Bailey <nathan.bailey at monash.edu> wrote:
> Hi all,
>  I'm managing some data that I think would live better in a database than a
> CSV file. I'm thinking SQLite, but does anyone have a better suggestion?
>
> It will only have a few tables but rows will grow over time (probably c.
> 2-5,000 rows over the next year or two).
>
> thanks!
> Nathan
>
> _______________________________________________
> Melbourne-pm mailing list
> Melbourne-pm at pm.org
> http://mail.pm.org/mailman/listinfo/melbourne-pm


More information about the Melbourne-pm mailing list