# DBConvert Streams Generated on 1 Apr 2025 from [the DBConvert Streams catalog page](https://marketplace.digitalocean.com/apps/dbconvert-streams) - DBConvert Streams delivers powerful database migration and real-time replication with unmatched speed, synchronizing data between different database types in seconds rather than hours. ![dashboard](https://streams.dbconvert.com/images-optimized/screenshots/screenshot-start-1536.webp) - Designed for simplicity, it allows you to set up complex data streams in minutes through an intuitive interface without writing a single line of code. ![monitoring and logs](https://streams.dbconvert.com/images-optimized/screenshots/screenshot-monitoring-1536.webp) - With comprehensive REST API support, DBConvert Streams seamlessly integrates with your existing workflows, enabling reliable data connections between MySQL, PostgreSQL, and cloud-managed databases. ![monitoring and logs](https://streams.dbconvert.com/images-optimized/screenshots/screenshot-monitoring-1536.webp) - The platform democratizes data integration with professional-grade capabilities in an approachable package that doesn’t require specialized expertise or substantial investment. ## Software Included | Package | Version | License | |---|---|---| | [DBConvert Streams](https://streams.dbconvert.com) | 1.1.0 | Proprietary | | [Docker](https://www.docker.com) | Latest | Apache 2.0 | | [Docker Compose](https://docs.docker.com/compose/) | 2.33.1 | Apache 2.0 | | [UFW](https://wiki.ubuntu.com/UncomplicatedFirewall) | 0.36.2 | GPL v2 | | [NATS](https://nats.io/) | 2.10.26 | Apache 2.0 | | [HashiCorp Consul](https://www.consul.io/) | 1.20.4 | Mozilla Public License 2.0 | | [HashiCorp Vault](https://www.vaultproject.io/) | Latest | Mozilla Public License 2.0 | ## Creating an App using the Control Panel 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. [![Deploy to DO](https://www.deploytodo.com/do-btn-blue.svg)](https://cloud.digitalocean.com/droplets/new?image=slotixsro-dbconvertstreams) ## Creating an App using the API In addition to creating a Droplet from the DBConvert Streams 1-Click App using the control panel, you can also use the [DigitalOcean API](https://docs.digitalocean.com/reference/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](https://docs.digitalocean.com/reference/api/create-personal-access-token/index.html.md) to an environment variable or substitute it in the command below. ```shell 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" ``` ## Getting Started After Deploying DBConvert Streams ## Getting Started with DBConvert Streams ## Initial Setup Required After creating your droplet, follow these steps to complete the setup: 1. **Connect via SSH**: ``` ssh root@your_droplet_public_ipv4 ``` 2. **Navigate to installation directory**: ``` cd /opt/dbconvert-streams-docker ``` 3. **Configure firewall** to open required ports: ``` ./configure_firewall.sh ``` 4. **Start the services**: ``` ./start.sh ``` 5. **Access the web interface** by opening in your browser: ``` http://your_droplet_public_ipv4 ``` You’ll be prompted to enter your API key from [https://streams.dbconvert.com/account](https://streams.dbconvert.com/account) Once completed, you can begin creating database connections and configuring your data streams through the web dashboard.