Skip to content

How to create atomic counters using Aerospike, with Java, C# or JavaScript and Node,js

License

Notifications You must be signed in to change notification settings

helipilot50/aerospike-counters

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atomic Counters using Aerospike

How to create atomic counters using Aerospike Read the full article at Medium

Companion Code

The companion code is deliberately simple to focus on counters without the distraction of idiomatic language patterns or frameworks. Examples are provided in Java, C# and JavaScript ES6.

Clone the repository using:

git clone https://github.com/helipilot50/aerospike-counters.git

Local Aerospike database using docker

sudo docker-compose -f aerospike-single-docker-compose.yml up

Run C# example

dotnet build
dotnet run

Run Java example

mvn build
mvn exec:java

Run JavaScript/Node example

npm install
npm start

About

How to create atomic counters using Aerospike, with Java, C# or JavaScript and Node,js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published