New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

dat

Package Overview
Dependencies
Maintainers
3
Versions
212
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dat

Share datasets on The Internet

  • 8.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
84
decreased by-35.88%
Maintainers
3
Weekly downloads
 
Created
Source

dat

Share datasets on The Internet. This is the Dat 1.0 Pre-release candidate.

Key features:

  • easily share large files without having to copy them to a central server first
  • sync incrementally between machines

Please note that previous versions of Dat (alpha, beta) are incompatible with the 1.0 pre-release.

Install

The current work in progress is not on npm yet

For now, if you are adventurous and want to try the 1.0 Pre-release candidate, clone this repository and in a terminal inside of the folder you cloned run this command:

npm link

This should add a dat command line command to your PATH. Now you can run $ dat to try it out.

Build Status

WindowsMac/Linux
Build statusTravis

Example

Go into a directory and type

$ cd mydata/
$ dat share
bd3423sdf2342ksdjf238422k3

You are now publishing that data from your computer and it will be publicly accessible as long as your terminal is open. Your friend can get that data like this:

$ dat bd3423sdf2342ksdjf238422k3

It will start downloading the data into the current location. It will also seed that data as long as the terminal is open.

Overview

This is the Dat 1.0 Pre-release candidate. We want to make Dat into a data versioning, forking, and syncing tool. The first feature set we are working on is easy file synchronization. Dat embraces the Unix philosophy: a modular design with composable parts. All of the pieces can be replaced with alternative implementations as long as they implement the abstract API.

We would really appreciate your feedback.

Have questions or suggestions? Join #dat on freenode or Gitter. Chat logs are available here

Keywords

FAQs

Package last updated on 20 Jan 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc