stargate

command module
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 21, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

README

Stargate

License build

Welcome to Stargate, the easy query layer for your NoSQL database.

Getting Started

Understanding Stargate

Features

  • Cloud native. Scale-out and in with workload demand. Be highly available and resilient to failure. Have quick response times across all channels.
  • It just works. You give us a logical data model and Stargate gives you a deployable microservice. Stargate handles the database and schema.
  • CRUD made easy. Stargate exposes a fully featured CRUD API. Create, update, and delete records in cassandra with ease.
  • Advanced Cassandra support. Trust that your database can scale out horizontally to meet increasing workload demand.
Command line utility

Ok now you're sold, go download the binaries here for the command line utility.

Production

We provide an easy helm chart here

Contributing

Requirements:

Run the following:

git clone git@github.com:datastax/stargate
mvn compile test
mvn exec:exec #with DSE or Apache Cassandra running in the background

If all this is working satisfactory you are ready to develop new features for Stargate.

Debugging

Changing the appstax logger from INFO to TRACE will give a per request headers and output, not appropriate to run very long in production but should be fine in a dev context. See the following example:

<logger name="appstax" level="info" additivity="false">

to

<logger name="appstax" level="trace" additivity="false">

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
cli
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL