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.
- Host: GitHub
- URL: https://github.com/nathanmarz/dfs-datastores
- Owner: nathanmarz
- License: bsd-3-clause
- Created: 2011-03-30T01:22:58.000Z (about 15 years ago)
- Default Branch: develop
- Last Pushed: 2016-06-29T09:21:19.000Z (almost 10 years ago)
- Last Synced: 2025-04-04T12:41:39.429Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 947 KB
- Stars: 215
- Watchers: 33
- Forks: 80
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-java - DFS Datastores
README
# dfs-datastores [](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
```