GithubHelp home page GithubHelp logo

web-logs2 / ceresmeta Goto Github PK

View Code? Open in Web Editor NEW

This project forked from apache/incubator-horaedb-meta

0.0 0.0 0.0 554 KB

Meta service of CeresDB cluster.

Home Page: https://docs.ceresdb.io

License: Apache License 2.0

Shell 0.29% Go 99.21% Makefile 0.32% Dockerfile 0.17%

ceresmeta's Introduction

Ceresmeta

codecov License

CeresMeta is the meta service for managing the CeresDB cluster.

Status

The project is in a very early stage.

Quick Start

Build ceresmeta binary

make build

Standalone Mode

Although CeresMeta is designed to deployed as a cluster with three or more instances, it can also be started standalone:

# ceresmeta0
mkdir /tmp/ceresmeta0
./ceresmeta --config ./config/example-standalone.toml

Cluster mode

Here is an example for starting CeresMeta in cluster mode (three instances) on single machine by using different ports:

# Create directories.
mkdir /tmp/ceresmeta0
mkdir /tmp/ceresmeta1
mkdir /tmp/ceresmeta2

# Ceresmeta0
./ceresmeta --config ./config/exampl-cluster0.toml

# Ceresmeta1
./ceresmeta --config ./config/exampl-cluster1.toml

# Ceresmeta2
./ceresmeta --config ./config/exampl-cluster2.toml

Acknowledgment

CeresMeta refers to the excellent project pd in design and some module and codes are forked from pd, thanks to the TiKV team.

Contributing

The project is under rapid development so that any contribution is welcome. Check our Contributing Guide and make your first contribution!

License

CeresMeta is under Apache License 2.0.

ceresmeta's People

Contributors

zuliangwang avatar chunshao90 avatar shikaiwi avatar baojinri avatar archerny avatar rachelint 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.