Dat (data sharing)

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Updated some links)
(Updated and added links (many were broken))
 
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.
 
'''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://datproject.org/ Official site]
+
* [https://dat.foundation/ Official site]
* [https://github.com/datproject/dat Github]
+
** [https://docs.datproject.org/ Documentation]
** [https://github.com/maxogden/dat/blob/master/docs/getting-started.md Getting started with dat]
+
* [https://github.com/datproject Dat Project at GitHub]
** [https://github.com/maxogden/dat/blob/master/docs/what-is-dat.md What is dat?]
+
** [https://github.com/datproject/dat Main repository]
** [https://github.com/maxogden/dat/blob/master/docs/cli-usage.md Command line interface]
+
** [https://github.com/datproject/docs/tree/master/docs Documentation]
** [https://github.com/maxogden/dat/blob/master/docs/rest-api.md REST API]
+
* [[Wikipedia: Dat (software)]]
** [https://github.com/maxogden/dat/blob/master/docs/js-api.md JS API]
+
* [https://datprotocol.github.io/how-dat-works/ How Dat Works]
  
 
[[Category:File transfer]]
 
[[Category:File transfer]]

Latest revision as of 14:45, 17 July 2019

File Format
Name Dat (data sharing)
Ontology
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.

[edit] Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox