How to create atomic counters using Aerospike Read the full article at Medium
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
sudo docker-compose -f aerospike-single-docker-compose.yml up
dotnet build
dotnet run
mvn build
mvn exec:java
npm install
npm start