Giter Site home page Giter Site logo

bernardmetzler / geds Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ibm/geds

0.0 0.0 0.0 532 KB

GEDS is a distributed ephemeral data store that enables flexible scaling of compute and storage. It uses a centralized name-node to store active objects and transparently integrates into S3-like object-stores.

License: Apache License 2.0

Shell 1.52% C++ 71.62% Python 3.92% C 0.10% Java 3.39% Go 14.18% Makefile 0.39% CMake 4.81% Dockerfile 0.07%

geds's Introduction

GEDS - A Generic Ephemeral Data Store

GEDS is a distributed epehemeral datastore that enables flexible scaling of compute and storage. It uses a centralized namenode to store active objects and transparently integrates into S3-like object-stores.

Ports

GEDS uses the following default ports (see also src/utility/Ports.h).

  • Web / Prometheus: 4380
  • Metadata Server: 4381
  • GEDS RPC: 4382

Benchmarking

  1. Start the metadata server on $HOST:
    $GEDS_INSTALL/bin/metadataserver
    
  2. Start the benchmarking server on a separate node
    GEDS_METADATASERVER_HOST=$HOST
    GEDS_METADATASERVER_PORT=4381
    export GEDS_METADATASERVER=${GEDS_METADATASERVER_HOST}:${GEDS_METADATASERVER_PORT}
    cd $GEDS_INSTALL/python
    python3.9 serve_benchmark.py
    
  3. Run the benchmark command:
    GEDS_METADATASERVER_HOST=$HOST
    GEDS_METADATASERVER_PORT=4381
    $GEDS_INSTALL/bin/benchmark_io --address $GEDS_METADATASERVER_HOST --outputFile output.csv

Contributing

Contributing to this repository requires a signed contributor license agreement (see GEDS_CLA_Corporate for corporate copyright holders or GEDS_CLA_Individual).

All commits need to contain signed-off message to indicate that the submitter accepts the DCO. Example

Commit message

Signed-off-by: John Doe <[email protected]>

The command git commit -s will automatically add the message to the end of the commit.

This project welcomes external contributions. To contribute code or documentation, please submit a pull request.

Acknowledgement

This project has received funding through CloudStars.

CloudStars has received funding from the European Union's Horizon research and innovation programme under grant agreement No 101086248.

geds's People

Contributors

pspoerri avatar bernardmetzler avatar epezhman avatar dependabot[bot] 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.