Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ntoll/drogulus
A programmable peer-to-peer data store built for simplicity, security, openness and fun (and designed to withstand nuclear war).
https://github.com/ntoll/drogulus
Last synced: about 1 month ago
JSON representation
A programmable peer-to-peer data store built for simplicity, security, openness and fun (and designed to withstand nuclear war).
- Host: GitHub
- URL: https://github.com/ntoll/drogulus
- Owner: ntoll
- License: other
- Archived: true
- Created: 2011-08-19T15:16:42.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2016-11-16T14:01:20.000Z (about 8 years ago)
- Last Synced: 2024-08-02T12:48:07.444Z (4 months ago)
- Language: Python
- Homepage: http://drogul.us
- Size: 13.6 MB
- Stars: 197
- Watchers: 24
- Forks: 21
- Open Issues: 21
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
- awesome-starred - ntoll/drogulus - A programmable peer-to-peer data store built for simplicity, security, openness and fun (and designed to withstand nuclear war). (others)
README
The Drogulus
============**This is an unfinished work in progress!**
A small and simple peer-to-peer data store and an exercise in practical
philosophy.It'll probably all come to nothing. ;-)
You can't do much with the drogulus at the moment although this should change
very soon.This is free and unencumbered software released into the public domain. Please
read the UNLICENSE file for details.Why?
++++The following three (somewhat out of date) blog posts from a couple of years
ago explain what I'm up to. You should probably read them in the order they
are listed:* **Politics, Programming, Data and the Drogulus** - http://ntoll.org/article/ppdd
* **Drogulus - Questions and Clarifications** - http://ntoll.org/article/drogulus-questions-and-clarifications
* **How to Build a Drogulus** - http://ntoll.org/article/build-a-drogulusDeveloper Setup
+++++++++++++++This project requires Python version 3.3 (or higher).
Make a new virtualenv (see:
http://virtualenvwrapper.readthedocs.org/en/latest/) using Python > 3.3::$ mkvirtualenv drogulus
Install the requirements::
$ pip install -r requirements.txt
The ``make`` command is a useful starting point. If you type ``make check``
and see a passing test suite followed by a coverage report then you should be
set up all fine and dandy.