Dat (data sharing)

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(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 ...")
 
Line 3: Line 3:
 
|subcat=Databases
 
|subcat=Databases
 
}}
 
}}
'''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.
+
'''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 ==
Line 13: Line 13:
 
* [https://github.com/maxogden/dat/blob/master/docs/rest-api.md REST API]
 
* [https://github.com/maxogden/dat/blob/master/docs/rest-api.md REST API]
 
* [https://github.com/maxogden/dat/blob/master/docs/js-api.md JS API]
 
* [https://github.com/maxogden/dat/blob/master/docs/js-api.md JS API]
 +
 +
[[Category:File transfer]]

Revision as of 03:32, 28 March 2016

File Format
Name Dat (data sharing)
Ontology

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

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox