An open API service indexing awesome lists of open source software.

https://github.com/nathanmarz/dfs-datastores

Dead-simple vertical partitioning, compression, appends, and consolidation of data on a distributed filesystem.
https://github.com/nathanmarz/dfs-datastores

Last synced: about 1 year ago
JSON representation

Dead-simple vertical partitioning, compression, appends, and consolidation of data on a distributed filesystem.

Awesome Lists containing this project

README

          

# dfs-datastores [![Build Status](https://secure.travis-ci.org/nathanmarz/dfs-datastores.png?branch=master)](http://travis-ci.org/nathanmarz/dfs-datastores)

A dramatically simpler and more powerful way to store records on a distributed filesystem.

to include dfs-datastores in your project, add the following to project.clj:

```clojure
[com.backtype/dfs-datastores "1.3.6"]
```

To run the tests:

```clojure
lein do sub install, sub junit
```