Giter Club home page Giter Club logo

dat's Introduction

dat

Dat is a version-controlled, decentralized data sync tool designed to improve collaboration between data people and data systems.

NPM

Windows Mac/Linux
Build status Travis

Documentation

Installation

Step 1: Install node from the node website. (homebrew can cause problems)

We recommend node version 0.12 or above. You can check your node version by running node -v on the command line.

$ node -v
v0.12...
Step 2: Install dat
npm install dat -g

The -g means "install globally" which makes the dat command available in your command line path.

If it all worked correctly, you should see something like this when you type dat.

usage: dat <command(s)> [--flag] [--key=value]

commands:
  init        initialize a new dat store in a directory
  status      show current status
  log         view a list of recent changes
  clone       download and make a full copy of a remote dat
  ...

Troubleshooting

Dat is still in beta. If you have any trouble, it's probably because we did something wrong!

Please tell us by opening an issue here or asking us a question in #dat on IRC in freenode.

About dat

The dat module is designed with a small-core philosophy. It defines an API for reading, writing and syncing datasets and is implemented using Node.js.

Internally dat has two kinds of data storage: tabular and blob. The default tabular data store is LevelDB and the default blob store stores files on a content-addressable blob store. Both of these default backends can be swapped out for other backends.

Developers

If it's broken, you can probably help fix it!

  • Start by checking out our help wanted issue tag.
  • Help us with the module wishlist! We hope to connect every database backend to dat, but we can't do it without your help!

You can install the latest development version with git:

git clone git://github.com/maxogden/dat.git
cd dat
npm install
npm link

Get Involved

  • Follow @dat_project on twitter!
  • Want to ask questions in IRC? Join #dat on freenode. Chat logs are available here
  • Have any other questions/concerns? Open an issue
  • Suggest an organization that should be using dat to distribute their data -- we will help!

dat's People

Contributors

ajschumacher avatar beaugunderson avatar bmpvieira avatar chuesler avatar clemsos avatar davidguttman avatar dtrejo avatar edsu avatar ekg avatar finnp avatar fureigh avatar jarib avatar jeroen avatar jjjjw avatar joyrexus avatar karissa avatar kesla avatar konklone avatar mafintosh avatar maxogden avatar natematias avatar okdistribute avatar optikfluffel avatar paulfitz avatar pkafei avatar podviaznikov avatar rgbkrk avatar sethvincent avatar shama avatar wking avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.