WinterTechForum / cassandrarest

No frills REST interface to our Cassandra database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cassandrarest

Simple REST controller for accessing our Cassandra database.

Installation

  1. Run ./script/package to compile the Clojure and Java, and will build the Docker image.
  2. Run ./script/publish to push the Docker image to Docker Hub.

Usage

  • Run lein ringer server to run the app locally, without Docker.
  • Run ./script/run to run the container and stay connected to the log
  • Run ./script/start to run the container in the background

Kubernetes

  1. Run ./script/k8s-create to load the container into your Kubernetes cluster.
  2. Run ./script/k8s-expose to create a load balancer service to expose it to the world

License

Copyright © 2016 joey@joeygibson.com

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

No frills REST interface to our Cassandra database.

License:Eclipse Public License 1.0


Languages

Language:Clojure 58.4%Language:Java 25.7%Language:Shell 15.8%