Giter Club home page Giter Club logo

fdb-prerelease-builder's Introduction

FoundationDB pre-release Builder

Build branches

This Github action is creating pre-release version of FoundationDB.

⚠️⚠️⚠️⚠️⚠️⚠️ This releases are meant for testing only, use official releases for production! ⚠️⚠️⚠️⚠️⚠️⚠️

List of artifacts

The workflow is building every week:

  • the documentation,
  • server and client packages,
  • Docker images
  • Joshua's tests for the bindingtester and correctness target.
DEB TAR.GZ Docker Doc
Release 7.1

Getting started with a pre-release

Artifacts can be found on the latest CI run, or with the Docker release.

FoundationDB-server

Start fdbserver manually

# Download both client server targz
$ ls
foundationdb-clients_release-6.3.PRERELEASE.x86_64.tar.gz.zip
foundationdb-server_release-6.3.PRERELEASE.x86_64.tar.gz.zip

# Decompress
$ unzip foundationdb-clients_release-6.3.PRERELEASE.x86_64.tar.gz.zip
$ unzip foundationdb-server_release-6.3.PRERELEASE.x86_64.tar.gz.zip
$ tar -xvf foundationdb-clients*.tar.gz
$ tar -xvf foundationdb-server*.tar.gz
$ rm *.zip *.tar.gz

# Create cluster file
$ echo "local:[email protected]:4500" > fdb.cluster

# Run fdbserver
$ mkdir {data,logs}
$ ./sbin/fdbserver -p 127.0.0.1:4500 -C $PWD/fdb.cluster -d $PWD/data -L $PWD/logs

# Init database
$ ./bin/fdbcli --exec "configure new single memory"
$ ./bin/fdbcli --exec "status"

Use Docker

$ docker pull ghcr.io/pierrez/foundationdb:7.0.0-prerelease
$ docker run --name fdb --rm -d -p 4500:4500 ghcr.io/pierrez/foundationdb:7.0.0-prerelease

# init database
docker exec fdb fdbcli --exec "configure new single memory"
docker exec fdb fdbcli --exec "status"

FoundationDB-clients

You can either:

fdb-prerelease-builder's People

Contributors

pierrez avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

foundationdb-rs

fdb-prerelease-builder's Issues

Upload artifacts as release

Right now, artifacts are uploaded and can be downloaded through the Artifact view of the Action.

It would be cool to expose them as Github releases, with the date as the name of the release, like prerelease-28-12-2021

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.