Version 2.3.0
OS Ubuntu 18.04
HarperDB is a distributed database focused on making data management easy. HarperDB has an easy to use REST API, supports NoSQL and SQL including joins, and is easy to use. HarperDB leverages standard interfaces so that you can use the reporting and analysis tool that best meets your needs. Try HarperDB Cloud for a fully managed and hosted Database-as-a-Service powered by AWS with the same code base and single easy to use API endpoint.
HarperDB is a distributed database focused on making data management easy. HarperDB has an easy to use REST API, supports NoSQL and SQL including joins, and is easy to use. HarperDB leverages standard interfaces so that you can use the reporting and analysis tool that best meets your needs.
curl http://169.254.169.254/metadata/v1/id -w "\n"
In addition to creating a Droplet from the HarperDB 1-Click App via the control panel, you can also use the DigitalOcean API.
As an example, to create a 4GB HarperDB Droplet in the SFO2 region, you can use the following curl command. You’ll need to either save your API access token to an environment variable or substitute it into the command below.
curl -X POST -H 'Content-Type: application/json' \
-H 'Authorization: Bearer '$TOKEN'' -d \
'{"name":"choose_a_name","region":"sfo2","size":"s-2vcpu-4gb","image":"harperdb-18-04"}' \
"https://api.digitalocean.com/v2/droplets"
HarperDB Home Page
Getting Started