jawn icon indicating copy to clipboard operation
jawn copied to clipboard

'Git for Tabular Data'

Results 14 jawn issues
Sort by recently updated
recently updated
newest added

So, my original solution didn't pass the first time. I wasn't aware that I needed to run "npm test" and make sure it passed. My bad. Anyway, I ran "npm...

When Janelle tells the database tracker to commit (#41) After detecting the changes (#43) Then write those changes into jawn (ie into hyperkv) Related to #44

in progress

See Issue #37 Created test cases for Hyperkv. I made the hyperkv instance separate from hypercore so it wouldn't break the code. Take a look at it, and see if...

in progress

This is a sample use case based on conversations with Open Data Philly. See [Jawn Use Case - Replicate db Updates.pdf](https://github.com/CfABrigadePhiladelphia/jawn/files/262145/Jawn.Use.Case.-.Replicate.db.Updates.pdf) Janelle tells the database tracker to commit her changes...

For more info & context, read the Use Case in #44. ## Story When user tells the database tracker to create a commit (see #41) Then it detects the changes...

database tracker

I recently released hypercore 2.0 - one of the main features are live syncing. I think this is something you might be interested in? The API is a little bit...

It looks like [hyperkv](https://github.com/substack/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....

in progress

@ogd @mafintosh as I spec out the basic features for dat-tables, it looks like our hypercore feeds will basically contain a log of CREATE, UPDATE, and DELETE operations. I want...

discussions
index/db

**This is a Work in Progress** If I run `jawn.diff(feedOneId, feedTwoId)` I should get a stream of json objects representing actions (add/update/delete). If I apply all of the actions in...