aboutsummaryrefslogtreecommitdiffstats
path: root/docs/faq.md
diff options
context:
space:
mode:
authorKarissa McKelvey <karissa@users.noreply.github.com>2016-08-29 21:14:32 +0200
committerJoe Hand <joe@joeahand.com>2016-08-29 12:14:32 -0700
commit17926b349a0ab5a761b0a97dde27f71a1e1f332e (patch)
treeada2db81418b04e606fec42f909774ca4347e04b /docs/faq.md
parenta253694c308b7b337c7d781c4bbfddefe4bfe53e (diff)
downloaddat-docs-17926b349a0ab5a761b0a97dde27f71a1e1f332e.tar.gz
dat-docs-17926b349a0ab5a761b0a97dde27f71a1e1f332e.zip
Simplify tree (#19)
* simplify the doc tree * add faq and cookbook * add cookbook files * update build script * fix contents.json file * more examples, fix startBytes * add FAQ * Examples-> cookbook * update diy dat with more details and examples * fix package.json update * cleanup Dat capitalization + typos, fix #17 * format ecosystem page * add example dat links and typo fixes
Diffstat (limited to 'docs/faq.md')
-rw-r--r--docs/faq.md29
1 files changed, 29 insertions, 0 deletions
diff --git a/docs/faq.md b/docs/faq.md
new file mode 100644
index 0000000..643f6bb
--- /dev/null
+++ b/docs/faq.md
@@ -0,0 +1,29 @@
+# FAQ
+
+## Is Dat different from hyperdrive?
+
+[Hyperdrive](http://github.com/mafintosh/hyperdrive) is a file sharing network originally built for dat.
+
+Dat uses hyperdrive and a variety of other modules. Hyperdrive and Dat are compatible with each other but hyperdrive is able to make more lower-level decisions. Dat presents a user-friendly interface and ecosystem for scientists, researchers, and data analysts.
+
+## How is Dat different than IPFS?
+
+## Is there JavaScript implementation?
+
+Yes, find it on GitHub: [dat-js](http://github.com/joehand/dat-js).
+
+## Is there any non-persistent JS Dat implementation?
+
+Not yet. Want to work on it? Start here to learn more: [dat-js](http://github.com/joehand/dat-js).
+
+## Is there an online dataset registry, like GitHub?
+
+Yes, but currently under heavy construction. See [dat.land](http://github.com/datproject/dat.land)
+
+## Is there a desktop application?
+
+Yes, but currently under heavy construction. See [dat-desktop](http://github.com/juliangruber/dat-desktop)
+
+## Do you plan to have Python or R or other third-party language integrations?
+
+Yes. We are currently developing the serialization format (like .zip archives) called [SLEEP](/sleep) so that third-party libraries can read data without reimplementing all of hyperdrive (which is node-only).