Code Monkey home page Code Monkey logo

crate's Introduction

Crate Data

"Crate Data is a shared nothing, fully searchable, document oriented cluster datastore."

Crate Data...

  • is a document oriented data store.
  • has the ability to scale horizontally extremely well.
  • forms a cluster and handles replicas for you.
  • offers SQL to query and manage documents.
  • lets you specify a schema
    • to define tables
    • and data types.
  • offers support to manage BLOBs.

Getting Started

Installation

  • Download the latest release and unzip the archive.
  • Run bin/crate on unix or bin/crate.bat on Windows.
  • Start the crate shell by invoking bin/crash.
  • Start some more servers to form a cluster and relax.

Get Crate Data

Crate Data is not only easy to use, it's also easy to get. Use the one method which works best for you.

Binary Archive

  • Download the latest release and unzip the archive.

Debian Package

Crate Launchpad Page. A package is available for the Ubuntu versions Lucid Lync, Saucy Salamander and Precise Pangolin.

sudo apt-get install python-software-properties
sudo add-apt-repository ppa:crate/stable
sudo apt-get update
sudo apt-get install crate

RPM: CentOS, Scientific Linux

All Crate Data packages are signed with GPG. To verify the packages the public key must be installed to the system. After that, you can install the .rpm containing the YUM repository definition on your system.

sudo rpm --import https://cdn.crate.io/downloads/yum/RPM-GPG-KEY-crate
sudo rpm -Uvh https://cdn.crate.io/downloads/yum/6/x86_64/crate-release-6.5-1.noarch.rpm

Then install Crate Data:

yum install crate

The Crate Data Testing repository is disabled by default. It contains development builds and is frequently updated. If you want to enable the Testing repo on your server, set enabled=1 in /etc/yum.repos.d/crate.repo.

Where to go from here?

That is certainly not all Crate Data offers to you. Take a look at the documentation found under the docs directory or visit https://docs.crate.io/current/. If you already installed Crate Data you can also use the documentation that was shipped with it and is available via http://localhost:4200/_plugin/docs/.

Managing data

There are several different ways to manage data in Crate.

Are you a Developer?

You can build Crate Data on your own with the latest version hosted on GitHub. To do so, please refer to DEVELOP.rst and CONTRIBUTING.rst for further information.

Help & Contact

Do you have any questions? Or suggestions? We would be very happy to help you. So, feel free to swing by our IRC channel #crate on Freenode. Or for further information and official contact please visit https://crate.io/.

crate's People

Contributors

mfussenegger avatar dobe avatar seut avatar msbt avatar lukasender avatar quodt avatar mfelsche avatar jodok avatar burnes avatar chaudum avatar

Watchers

 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.