Dat (data sharing)
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=Databases }} '''dat''' is a tool/API for storing data, usable as a command line interface, a node.js (JavaScript) library, and ...") |
(Updated and added links (many were broken)) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Databases | |subcat=Databases | ||
+ | |released=2013 | ||
}} | }} | ||
− | ''' | + | '''Dat''' is a tool/API for storing data, usable as a command line interface, a node.js ([[JavaScript]]) library, and a REST API (using [[JSON]]). It can be configured and used with add-on libraries to handle a number of database backends and file formats, but has default storage methods built in (using [[LevelDB]] and files in the local filesystem). It is designed to be able to pull in data from multiple sources of a wide variety of formats and update a database, preserving changes at both ends. It is also intended to be used for peer-to-peer file downloads. |
== Links == | == Links == | ||
− | * [ | + | * [https://dat.foundation/ Official site] |
− | * [https:// | + | ** [https://docs.datproject.org/ Documentation] |
− | * [https://github.com/ | + | * [https://github.com/datproject Dat Project at GitHub] |
− | * [https://github.com/ | + | ** [https://github.com/datproject/dat Main repository] |
− | * [https://github.com/ | + | ** [https://github.com/datproject/docs/tree/master/docs Documentation] |
− | * [ | + | * [[Wikipedia: Dat (software)]] |
− | * [https://github. | + | * [https://datprotocol.github.io/how-dat-works/ How Dat Works] |
+ | |||
+ | [[Category:File transfer]] |
Latest revision as of 14:45, 17 July 2019
Dat is a tool/API for storing data, usable as a command line interface, a node.js (JavaScript) library, and a REST API (using JSON). It can be configured and used with add-on libraries to handle a number of database backends and file formats, but has default storage methods built in (using LevelDB and files in the local filesystem). It is designed to be able to pull in data from multiple sources of a wide variety of formats and update a database, preserving changes at both ends. It is also intended to be used for peer-to-peer file downloads.