Giter Site home page Giter Site logo

cprdt's Introduction

SwiftCloud: fault-tolerant causal+ consistent replicated database with client-side access

=== About ===
SwiftCloud is a research prototype of the system originally described in the
Inria tech report: http://hal.inria.fr/hal-00870225

TODO

=== Crash course ===
TODO

=== Example applications ===
TODO

=== Running scripts ===
Deployment scripts are written in Groovy.
The scripts are in scripts/groovy/deployment directory, both deployment classes
definitions (such as SwiftBase.groovy, SwiftSocial.groovy etc.) and concrete
experiment instances (runsocial.groovy etc.).

To run the scripts, you need:
(1) groovy and ant installed on your machine, and
(2) ssh access configured for the target machine, typically EC2 (ask one of us
for the keys). The simplest is to configure your ssh like this:
Host *.compute.amazonaws.com
	StrictHostKeyChecking no
	UserKnownHostsFile=/dev/null
	IdentityFile PATH_TO_SSH_KEY_GOES_HERE

Host *.compute-1.amazonaws.com
	StrictHostKeyChecking no
	UserKnownHostsFile=/dev/null
	IdentityFile PATH_TO_SSH_KEY_GOES_HERE

To run experiments, use scripts from scripts/groovy/swift/deployment
E.g. to run swiftsocial:
./scripts/groovy/swift/deployment/runsocial.groovy

To generate plots, use scripts from scripts/groovy/swift/stats
E.g. to generate metadata overhead plots:
./scripts/groovy/swift/deployment/runsocial_metadata_overhead.groovy
PATH_TO_RESULT

TODO

cprdt's People

Contributors

zawir avatar smduarte avatar iwanb avatar bieniusa avatar marsleezm avatar balegas avatar

Stargazers

Gonçalo Tomás avatar

Watchers

James Cloos 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.