Everything you need to know about implementing, configuring, and optimizing your data synchronization infrastructure.
Get up and running with Data Sync in minutes. Follow this guide to set up your first data synchronization pipeline.
Ensure your environment meets the following requirements:
Download the installer from your customer portal:
wget
https://downloads.datasourcesolutions.ai/datasync-latest.tar.gz
tar -xzf datasync-latest.tar.gz
cd datasync && ./install.sh
Download DataSync-Setup.exe
Run as Administrator
Follow the installation wizard
Set up your source and target database connections:
http://localhost:8080
Set up a data synchronization pipeline:
Our support team is ready to help you get up and running. Schedule a personalized onboarding session.
Contact SupportDetailed installation instructions for different environments and deployment scenarios.
Install on your own infrastructure for maximum control and security.
Deploy on AWS, Azure, or GCP for scalability and flexibility.
Quick deployment using containerization for any environment.
Use Docker Compose for production deployments with multiple containers, load balancing, and easy configuration management.
Complete API documentation for programmatic control of Data Sync operations.
Standard HTTP methods for all operations
Secure token-based authentication
All requests and responses in JSON
All API requests require authentication using an API key. Include your key in the Authorization header:
Note: API keys can be generated in the web console under Settings → API Keys. Keep your keys secure and never share them publicly.
/api/v1/connections
Retrieve a list of all configured database connections.
/api/v1/jobs
Create a new data synchronization job between source and target.
/api/v1/jobs/{job_id}/status
Monitor the status and progress of a synchronization job.
/api/v1/jobs/{job_id}/stop
Gracefully stop a running synchronization job.
Solutions to common issues and best practices for maintaining optimal performance.
Our technical support team is available 24/7 to help resolve any issues you encounter.