GithubHelp home page GithubHelp logo

awesome-p2p / datanet Goto Github PK

View Code? Open in Web Editor NEW

This project forked from phaynes/datanet

0.0 2.0 0.0 27.18 MB

CRDT-based data synchronization service

Home Page: http://datanet.co/

License: BSD 2-Clause "Simplified" License

Shell 0.38% JavaScript 12.13% Batchfile 0.23% C++ 41.20% C 40.80% CMake 0.29% Python 0.59% HTML 0.17% Makefile 0.30% Groff 0.05% Lua 1.54% Objective-C 2.30% Nginx 0.01%

datanet's Introduction

SUMMARY

Datanet is an open source CRDT based data synchronization system. Datanet is a P2P replication system that utilizes CRDT algorithms to allow multiple concurrent actors to modify data and then automatically & sensibly resolve modification conflicts. Datanet's goal is aims to achieve ubiquitous write though caching. CRDT replication capabilities can be added to any cache in your stack, meaning modifications to these stacks are globally & reliably replicated. Locally modifying data yields massive gains in latency, produces a more efficient replication stream, & is extremely robust. It’s time to pre-fetch data to compute :)

LINKS

Website: (http://datanet.co/)

Community: (https://groups.google.com/forum/#!forum/crdtdatanet)

Twitter: (https://twitter.com/CRDTDatanet)

FEDORA INSTALL

  tar xvfz datanet_0.X.X.tgz
  cd datanet_0.X.X
  ./FEDORA_INSTALL.sh

UBUNTU INSTALL

  tar xvfz datanet_0.X.X.tgz
  cd datanet_0.X.X
  ./UBUNTU_INSTALL.sh

QUICK START

START CENTRAL:

(cd datanet_central_0.X.X
  export ZYNC_SRC_PATH=${PWD}
  . ./debug_aliases.sh
  (cd init; ./init_demo_db.sh)
  DEMO_DC1-1-BOTH
)

START NODE.JS AGENT:

(cd datanet_central_0.X.X
  export ZYNC_SRC_PATH=${PWD}
  . ./debug_aliases.sh
  DEMO_DC1-1-SINGLE-AGENT
)

RUN DATANET_OPENRESTY_AGENT:

export PATH="$PATH:/usr/local/openresty/nginx/sbin/"
(cd /usr/local/datanet;
  nginx -c /usr/local/datanet/conf/minimal_nginx.conf -p /usr/local/datanet
)

DOWNLOADS

http://datanet.co/download.html

DOCUMENTATION

http://datanet.co/documentation.html

PRESENTATIONS

http://datanet.co/resources.html

datanet's People

Contributors

jaksprats avatar pitthu avatar

Watchers

 avatar  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.