Code Monkey home page Code Monkey logo

cassandra-container's Introduction

Apache Cassandra Database Server Docker Image

This repository contains Dockerfiles for Apache Cassandra images for OpenShift and general usage. Currently only CentOS based image is available. RHEL based image will be available soon.

For more information about using these images with OpenShift, please see the official OpenShift Documentation.

For more information about contributing, see the Contribution Guidelines. For more information about concepts used in these docker images, see the Landing page.

Versions

Apache Cassandra currently provided are:

CentOS versions currently supported are:

  • CentOS7

Installation

  • CentOS7 based image

    This image is available on DockerHub. To download it run:

    $ docker pull centos/cassandra-311-centos7
    

    To build a CentOS based Cassandra image from scratch, run:

    $ git clone --recursive https://github.com/sclorg/cassandra-container.git
    $ cd cassandra-container
    $ git submodule update --init
    $ make build TARGET=centos7 VERSIONS=3.11
    

Notice: By omitting the VERSIONS parameter, the build/test action will be performed on all provided versions of Cassandra, which must be specified in VERSIONS variable. This variable must be set to a list with possible versions (subdirectories).

Usage

For information about usage of Dockerfile for Cassandra 3.11, see usage documentation.

Test

This repository also provides a test framework, which checks basic functionality of the Cassandra image.

  • CentOS based image

    $ cd cassandra-container
    $ git submodule update --init
    $ make test TARGET=centos7 VERSIONS=3.11
    

Notice: By omitting the VERSIONS parameter, the build/test action will be performed on all provided versions of Cassandra, which must be specified in VERSIONS variable. This variable must be set to a list with possible versions (subdirectories).

cassandra-container's People

Contributors

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