You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-4Lines changed: 2 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,6 @@
1
1
# dat jawn: 'Git for Tabular Data'
2
2
3
-
Jawn is a node.js module that allows _distributed version control of Tabular Data_. It's connected to the [dat](https://github.com/maxogden/dat) project.
4
-
5
-
Jawn allows you to import tabular data (rows and columns like CSV or TSV) and track how those data change over time. It uses [hypercore](https://github.com/mafintosh/hypercore) to put those data into block chains that can be efficiently synced and validated across any number of hosts.
3
+
Jawn is a node.js module that allows _distributed version control of Tabular Data_. It's connected to the [dat](https://github.com/maxogden/dat) project. It allows you to import tabular data (rows and columns like CSV or TSV) and track how those data change over time. _Do you have non-tabular data? read this:_[What about Non Tabular Data?](https://github.com/CfABrigadePhiladelphia/jawn/wiki/What-about-Non-Tabular-Data%3F)
6
4
7
5
The key features for jawn are to:
8
6
***manage and track change history** in tabular data
0 commit comments