Getting Started
Check out the language specific documentation, then explore Atomic Transactions and Multi-Record Requeststo start working with the language of your choice. Don't forget to download and install the Aerospike Server as well.
Install the Aerospike client
Before you begin, install the Aerospike client library for your language of choice. These libraries include source code, examples, benchmarks, and more.
Java | C | Go | C# | Python | Node.js | Ruby | Rust | RestRead best practices
Follow these best practices for using the Aerospike client libraries with the Aerospike database.
Java | C | Go | C# | Ruby | RustConnect to an Aerospike cluster
Create a connetcion
Java | C | Go | C# | Python | Node.js | Ruby | RustBegin developing
Read the following sections to understand how to:
- Read and write a user record.
- Create a secondary index.
- Run User-Defined Functions (UDFs).
External links
Example repositories
Run some of the provided examples from the client GitHub repositories.
Java | C | Go | C# | Python | Node.js | RubyAPI references
Access the external Client API documentation.
Java | C | Go | C# | Python | Node.js | Ruby | Rust | Rest