-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·111 lines (101 loc) · 3.85 KB
/
index.html
File metadata and controls
executable file
·111 lines (101 loc) · 3.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
---
layout: landing-page
---
<section class="features">
<h3 class='text-center'> Core Features </h3>
<div class="row">
<div class="item col-md-6">
<div> <img src="{{site.baseurl}}/images/mini/refresh.svg" /></div>
<h4> Real-time </h4>
<p> We support bi-direction, always up-to-date changes with your data system. No coding required. </p>
</div>
<div class="item col-md-6">
<div> <img src="{{site.baseurl}}/images/mini/settings.svg" /></div>
<h4> Configurable </h4>
<p> Sync salesforce Custom Objects and fields (including long text and attachments) with powerful interface to change schema structure within CloudSync </p>
</div>
</div>
<div class="row">
<div class="item col-md-6">
<div> <img src="{{site.baseurl}}/images/mini/network.svg" /></div>
<h4> Integrations </h4>
<p>
We can connect to all major databases and warehouse systems (AWS RDS, postgres, mysql, oracle and mssql). We can also host for you if you don't have.
</p>
</div>
<div class="item col-md-6">
<div> <img src="{{site.baseurl}}/images/mini/stats.svg" /></div>
<h4> Console UI </h4>
<p>
Beautiful interface to resolve data inconsistency, watching logs, replay data changes and many more.
</p>
</div>
</div>
<div class="row">
<div class="item col-md-6">
<div> <img src="{{site.baseurl}}/images/mini/app-enabled.svg" /></div>
<h4> Application Enablement </h4>
<ul>
<li> Integrate customer-facing or internal application with central database. </li>
<li> Integrate your customer and in-house product data easily. </li>
</p>
</div>
<div class="item col-md-6">
<div> <img src="{{site.baseurl}}/images/mini/fault.svg" /></div>
<h4> Fault Tolerant </h4>
<ul>
<li> Extensive failover/restart at point of failure </li>
<li> Captures and logs rejected records </li>
<li> Optmized usage of Force API (streaming and replication API) </li>
</ul>
</div>
</div>
</section>
<section class="cta-wrapper gray">
<div class="container text-center">
<div class="row">
<div class="col-md-12">
<h2>All your data integrated in minutes.</h2>
<p>Free trial for 2 months. No credit card required.</p>
<br>
<a class="btn btn-lg bg-green" href="{{site.baseurl}}/contact">
Request a Demo
</a>
</div>
</div>
</div>
</section>
<!-- One -->
<section class="how-it-works" id="htw">
<div class="pricing-header">
<h2>How it Works</h2>
<p>Connect saelsforce to your database in minutes.</p>
</div>
<br>
<br>
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-6">
<div class="step-item">
<img src="{{site.baseurl}}/images/setup-easy.png" alt="" />
<h3>Setup is easy</h3>
<p>Connect your salesforce organization to CloudSync, choose objects to sync and point your database to connect to. Hit “Start syncing” and you’re good to go! .</p>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="step-item">
<img src="{{site.baseurl}}/images/configure.png" alt="" />
<h3>Configure as you like</h3>
<p> If you need more control, you can change columns, sync frequency, set filters to only sync subset of objects. You can also pause or stop the sync at any time.</p>
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="step-item">
<img src="{{site.baseurl}}/images/finish.png" alt="" />
<h3>That's it</h3>
<p> Just relax and let our software do what it does best: seamless two-way syncing. Let us worry about your data. There is no need to intervene, though you can always check the dashboard to see how many objects CloudSync added or updated for you.</p>
</div>
</div>
</div>
</div>
</section>