spotify / sparkey

Simple constant key/value storage library, for read-heavy systems with infrequent large bulk inserts.
Apache License 2.0
1.18k stars 81 forks source link

REPL #24

Closed stephenmathieson closed 10 years ago

stephenmathieson commented 10 years ago

Thoughts on adding a REPL to sparkey(1)? I'd be happy to put it together if you're interested.

spkrka commented 10 years ago

I am not sure the use cases for that makes up for the extra maintenance cost. You could already just use the command line tool for most operations, and use ipython together with sparkey-python to get some REPL benefits.

That said, if you want to start a sparkey-repl project I won't stand in your way. I am just not convinced it should be in the main repository.

stephenmathieson commented 10 years ago

Makes sense. I was just hoping to ride off of the functions already defined in main.c (keep duplicate code at a minimum).

I'll close and probably put something simple together later on (once I really need it).