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.gitsudo docker-compose -f aerospike-single-docker-compose.yml updotnet build
dotnet runmvn build
mvn exec:javanpm install
npm start