Package | Version | License |
---|---|---|
DBConvert Streams | 1.1.0 | Proprietary |
Docker | Latest | Apache 2.0 |
Docker Compose | 2.33.1 | Apache 2.0 |
UFW | 0.36.2 | GPL v2 |
NATS | 2.10.26 | Apache 2.0 |
HashiCorp Consul | 1.20.4 | Mozilla Public License 2.0 |
HashiCorp Vault | Latest | Mozilla Public License 2.0 |
Click the Deploy to DigitalOcean button to create a Droplet based on this 1-Click App. If you aren’t logged in, this link will prompt you to log in with your DigitalOcean account.
In addition to creating a Droplet from the DBConvert Streams 1-Click App using the control panel, you can also use the DigitalOcean API. As an example, to create a 4GB DBConvert Streams Droplet in the SFO2 region, you can use the following curl
command. You need to either save your API access token) to an environment variable or substitute it in 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": "slotixsro-dbconvertstreams"}' \
"https://api.digitalocean.com/v2/droplets"
After creating your droplet, follow these steps to complete the setup:
ssh root@your_droplet_public_ipv4
cd /opt/dbconvert-streams-docker
./configure_firewall.sh
./start.sh
http://your_droplet_public_ipv4
You’ll be prompted to enter your API key from https://streams.dbconvert.com/account
Once completed, you can begin creating database connections and configuring your data streams through the web dashboard.