Skip to content

s3pweb/play-with-aerospike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

play-with-aerospike

Some simple Nodejs scripts to play with aerospike

Lunch an aerospike container

docker run -d -e "NAMESPACE=test" -p 3000:3000 -p 3001:3001 -p 3002:3002 -p 3003:3003 aerospike/aerospike-server

Before install aerospike node client : install library prerequisites

read this page -> https://www.aerospike.com/docs/client/nodejs/install/index.html

For ubuntu : sudo apt-get install libssl0.9.8 libssl-dev liblua5.1-dev

Play

Please respect file order

About

Some simple Nodejs scripts to play with aerospike

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors