CodeForPhilly / jawn

'Git for Tabular Data'
http://datjawn.com
BSD 3-Clause "New" or "Revised" License
44 stars 9 forks source link

Try using hyperkv #37

Open flyingzumwalt opened 8 years ago

flyingzumwalt commented 8 years ago

It looks like hyperkv does a lot of the stuff we want to do in our MVP. We can simplify a lot of our work if hyperkv fits our needs.

Try this:

  1. Import 3 rows (JSON objects) into hyperkv
  2. Add 3 more rows
  3. Delete a row

If that works, we can try wrapping hyperkv with our importStream.

hyperkv uses hyperlog instead of hypercore. If we want to use hyperkv, we should talk to mafintosh about the pros and cons.