Skip to content

MelvinRook/aerospike-advanced-concepts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Aerospike Advanced Concepts

Aerospike is a high velocity and highly scalable NoSQL database of the key-value genre. The simple key value operations arequite straigh forward and several examples are available for each programming language here. The is also a comprehensive developer training course profided by Aerospike.

This repositoy contains courseware and exercises that cover advanced concepts not covered directly in the Aerospike training curriculum. These are:

Server Setup

Before comencing theses workshops, you will need to have a running Aerospike cluster, a single node cluster is fine.

The Aerospike server runs on Linux only, if you are using Linux for this workshop, follow the instructions here to install the aerospike server and create a single node cluster.

If you are like 99% of the world and use Windows or OS X The best way to to create a personal cluster is to use vagrant and virtual box, they is very easy to setup. Follow these instructions:

Programming language setup

The exercises are available in Java, C# (some not available) and Scala for Spark. Java exercises use Maven, C# use NuGet and Scala use SBT. Each example will download the appropirate Aerospike client library (driver) as part of the build process.

Make sure you have installed Maven, NuGet and/or SBT before you start the exercises.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Java 41.2%
  • C# 40.5%
  • Scala 10.9%
  • Lua 4.3%
  • Shell 2.3%
  • Ruby 0.8%