Giter Club home page Giter Club logo

olympus's Introduction

Olympus is a personal storage platform, written in pure Go, using the graph database Cayley as its metadata store. It supports de-duplication by storing data in 1Mb chunks, and associating the hashes of those chunks with files in the graph. Olympus is architected for speed and simplicity, with a simple API inspired by Unix filesystem commands.

Olympus makes use of a monorepo structure for maximum code reuse. Client and server code use the same model objects, and communicate with each other using Go's wire encoding format, gob.

Currently in pre-beta, Olympus is nearly fully-implemented on the server-side, but currently only supports one client, a cli, which itself only supports a handful of filesystem operations, such as:

  • ls
  • mkdir
  • pwd
  • cd
  • rm
  • put
  • help

You can run Olympus on any machine on your local network. Client/server discovery happens automatically via UDP when you start your client.

To run the tests:

$ make test # Or make testcover for test coverage

To install Olympus server:

$ make && make install # Installs Olympus to /usr/local/bin and rus it as daemon

And to install Olympus cli:

$ make && make install-cli
$ olympus-cli # To run the client

Data and config files are, by default, stored in a the current users's home directory under .olympus/. To specify an alternative location, set the environment variable OLYMPUS_HOME to another path before installing.

// TODO:

  • Mobile and Web clients
  • Desktop agent
  • HTTP/2 Support
  • Expanded runtime configuration options
  • Remote instance support
  • Remote data stores (S3, remote server)
  • Dockerization

olympus's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

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