Aerospike API - Source Code
The Aerospike API integrates NoSQL databases into web services. It is accessible with Java, CSharp, C, Go, NodeJS, Perl, Python, Ruby, and Erlang languages. Connectors include Hadoop, plugins, and sessions. Aerospike includes geospatial and geographic replication features, along with scalable and open source properties.

- Versions
- SDKs (9)
- Articles (3)
- How To(0)
- Source Code(9)
- Libraries(0)
- Developers (0)
- Followers (12)
- Changelog (4)
Sample Source Code (9)
The following is a list of sample source code snippets that matched your search term. Source code snippets are chunks of source code that were found out on the Web that you can cut and paste into your own source code. Whereas most of the sample source code we've curated for our directory is for consuming APIs, we occasionally find something interesting on the API provider side of things. If you know of some sample source code that would be of interest to the ProgrammableWeb community, we'd like to know about it. Be sure to check our guidelines for making contributions to ProgrammableWeb.
Title | Description | |
---|---|---|
![]() | Aerospike Ruby Sample Code by Aerospike | The Aerospike Ruby Sample Code by Aerospike presents the introduction to NoSQL database integration. It provides code to create a client, make a connection, and create a key to write and delete a record previous to close the connection. |
![]() | Aerospike Python Sample Code by Aerospike | The Aerospike Python Sample Code by Aerospike displays the initial NoSQL database integration of a project. It enables to create a client, connect to the cluster, create a key for record ID, write and read a record, and close the cluster connection. |
![]() | Aerospike PHP Sample Code by Aerospike | The Aerospike PHP Sample Code by Aerospike presents an initial implementation of NoSQL databases. Developers can connect to the cluster, create a key, record bins, and read values. |
![]() | Aerospike Perl Sample Code by Aerospike | The Aerospike Perl Sample Code by Aerospike demonstrates an initial integration of a NoSQL database. It allows developers to work on Linux using Swift. |
![]() | Aerospike NodeJS Sample Code by Aerospike | The Aerospike NodeJS Sample Code by Aerospike demonstrates an introduction for NoSQL database integration. The code refers to server connection and key configuration to write and read records. |
![]() | Aerospike Go Sample Code by Aerospike | The Aerospike Go Sample Code by Aerospike demonstrates initial NoSQL databases implementation. Developers can set up a connection to the server, configure a key, write record, read records, and close the connection. |
![]() | Aerospike C Sample Code by Aerospike | The Aerospike C Sample Code by Aerospike presents an introduction to integrate NoSQL databases into web services. It includes configuration, demonstration, and initialization. |
![]() | Aerospike CSharp Sample Code by Aerospike | The Aerospike CSharp Sample Code by Aerospike demonstrates how to initially integrate NoSQL databases. Code displays server connection, key and bins creation, and read and write records. |
![]() | Aerospike Java Sample Code by Aerospike | The Aerospike Java Sample Code by Aerospike demonstrates how to integrate NoSQL databases into web services. It includes code to read a record and write a record with client values. |