-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
307 lines (304 loc) · 11.2 KB
/
index.html
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
<!DOCTYPE html>
<html>
<head>
<title>Tame unstructured data with Stretchr</title>
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link href="http://fonts.googleapis.com/css?family=Open+Sans:300, 400|Indie+Flower" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="/css/application.css">
<meta name="viewport" content="width=device-width, initial-scale=1, max-scale=1">
<meta name="description" content="Stretchr simplifies application development using unstructured data.">
</head>
<body>
<div id="header">
<div class="container">
<div class="row">
<div class="col-sm-3">
<a href="/"><img src="/img/stretchr-logo-text.png" class="logo"></a>
</div>
<div class="col-sm-9">
<ul class="nav nav-pills pull-right">
<li><a href="http://docs.stretchr.com">Documentation</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="section" id="intro">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h2>Tame Unstructured Data</h2>
<h4>Simplified application development using unstructured data</h4>
</div>
</div>
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="cta">
<form class="demo-invite">
<div class="response"></div>
<div class="col-md-5">
<div class="form-group">
<input type="email" name="email" class="form-control input-lg"placeholder="Email">
</div>
</div>
<div class="col-md-4">
<div class="form-group">
<input type="text" class="form-control input-lg" name="phone" placeholder="Phone (optional)">
</div>
</div>
<div class="submit-container col-md-3">
<div class="form-group">
<input type="submit" value="Request Demo" name="subscribe" id="mc-embedded-subscribe" class="btn btn-danger btn-lg btn-block">
</div>
</div>
</form>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6 col-sm-offset-3">
<div class="bottom-text">
Stretchr removes the need for most api and backend development, allowing developers to focus on releasing awesome products.
</div>
</div>
</div>
</div>
<div class="continue"><span class="glyphicon glyphicon-arrow-down"></span> Learn More</div>
</div>
<div class="slice enterprise-difference" id="difference">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h3 class="slice-header">Unleash your Development</h3>
<h4 class="slice-subheader">Just some of the powerful features built into your new datastack</h4>
</div>
</div>
<div class="row features">
<div class="col-sm-3">
<img src="/img/search.png" class="feature-image">
<h4>Querying & Search</h4>
<p>Advanced querying based on any attribute of your data means you'll always have access to just the right piece of info for any app</p>
</div>
<div class="col-sm-3">
<img src="/img/users.png" class="feature-image">
<h4>Users & Permissions</h4>
<p>Oauth and custom auth are built right into the core. Build internal & customer facing apps without any fear of data exposure</p>
</div>
<div class="col-sm-3">
<img src="/img/nesting-model.png" class="feature-image">
<h4>NoSQL & Relations</h4>
<p>Preserve complex real-world relationships between unstructured data without any additional effort. We'll keep it accessible</p>
</div>
<div class="col-sm-3">
<img src="/img/permissions-small.png" class="feature-image">
<h4>Unlimited App Keys</h4>
<p>Data can be secured using both app <em>and</em> user keys, meaning different apps can be built for different audiences without fear of exposing sensitive data</p>
</div>
</div>
</div>
</div>
<div class="slice" id="future-proof">
<div class="container">
<div class="row">
<div class="col-sm-6 nesting-animation">
<div class="collection-container">
<div class="animation collection level-1">
/accounts
</div>
</div>
<div class="collection-container">
<div class="animation collection-id level-2">
/stretchr
</div>
</div>
<div class="collection-container">
<div class="animation collection level-3">
/pages
</div>
</div>
<div class="collection-container">
<div class="animation collection-id level-4">
/NoSQL-advantages
</div>
</div>
<div class="collection-container">
<div class="animation collection level-5">
/comments
</div>
</div>
<div class="collection-container">
<div class="animation collection level-6">
/pages
</div>
</div>
<div class="collection-container">
<div class="animation collection-id level-7">
/NoSQL-nesting-benefits
</div>
</div>
<div class="collection-container">
<div class="animation collection level-8">
/comments
</div>
</div>
<div class="collection-container">
<div class="animation collection level-9">
/comments
</div>
</div>
<div class="collection-container">
<div class="animation collection-id level-10">
/1
</div>
</div>
</div>
<div class="col-sm-6">
<h2>Your data, completely future-proofed</h2>
<p>
Anyone who's worked with NoSQL before knows how easy it is to shoot yourself in the foot with schemaless data. You'll often encounter enterprise deployments riddled with data duplication, lost relations and lost querying capabilities.
</p>
<p>
Stretchr's nested data model and powerful query interface let you cut and slice your data however is required for any situation. Just send the data in its original format, we'll keep it accessible for future development.
</p>
<a class="btn btn-default btn-lg" href="#whitepaper">Read the white paper</a>
</div>
</div>
</div>
</div>
<div class="slice" id="cognition">
<div class="container">
<div class="row">
<div class="col-sm-6">
<h2>Built for repurposing data</h2>
<p>
Our unique permissions system lets you layer multiple levels of permissions on your data. Set which segments of data <em>each</em> application can access, including limitations based on which <em>user</em> is using that app. This fine-grained control over data exposure enables new development channels such as third party development, customer-facing apps, mobile apps and web applications. All without any additional backend development, these channels can securely connect directly to your datastack.
</p>
<p>
Just one example of where this becomes useful is in the development of customer dashboards and internal support applications.
</p>
<a class="btn btn-default btn-lg" href="#whitepaper">Read the white paper</a>
</div>
<div class="col-sm-6 animation">
<div class="permissions-animation">
<img src="/img/permissions-1.png" class="permissions-1">
<img src="/img/permissions-2.png" class="permissions-2">
<img src="/img/permissions-3.png" class="permissions-3">
<img src="/img/permissions-4.png" class="permissions-4">
</div>
</div>
</div>
</div>
</div>
<div class="slice" id="whitepaper">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h3 class="slice-header">Whitepapers</h3>
<h4 class="slice-subheader">Information and Case Studies about Stretchr</h4>
</div>
</div>
<div class="row whitepaper-section">
<div class="col-sm-5 cover-container">
<img src="/img/stretchr-intro-cover.png" class="cover">
</div>
<div class="col-sm-7">
<h2>An Introduction to Stretchr</h2>
<p>Stretchr is an intelligent datastack that radically reshapes big data application development in a NoSQL environment</p>
<h3>What's inside</h3>
<ul>
<li>The NoSQL impact on the General Purpose Database Industry</li>
<li>Stretchr Overview</li>
<li>Customer Dashboards - a use case of Stretchr</li>
</ul>
<a class="btn btn-lg btn-default" href="/resources/stretchr-intro.pdf">Read Now</a>
</div>
</div>
<div class="row whitepaper-section">
<div class="col-sm-5 cover-container">
<img src="/img/stretchr-logging.png" class="cover">
</div>
<div class="col-sm-7">
<h2>Logging with Stretchr</h2>
<p>The intelligent datastack impact on log strategy</p>
<h3>What's inside</h3>
<ul>
<li>The importance of a log strategy</li>
<li>Log collection, querying and reporting</li>
<li>Scaling your solution</li>
<li>Increasing the value of your logs through application development</li>
</ul>
<a class="btn btn-lg btn-default" href="/resources/stretchr-logging.pdf">Read Now</a>
</div>
</div>
</div>
</div>
<div class="slice" id="signup">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h3 class="slice-header">Ready to give it a shot?</h3>
<h4 class="slice-subheader">Awesome, can't wait to have you on board</h4>
</div>
</div>
<div class="row">
<div class="col-md-10 col-md-offset-1">
<form class="demo-invite">
<div class="response"></div>
<div class="col-md-5">
<div class="form-group">
<input type="email" name="email" class="form-control input-lg"placeholder="Email">
</div>
</div>
<div class="col-md-4">
<div class="form-group">
<input type="text" class="form-control input-lg" name="phone" placeholder="Phone (optional)">
</div>
</div>
<div class="submit-container col-md-3">
<div class="form-group">
<input type="submit" value="Request Demo" name="subscribe" id="mc-embedded-subscribe" class="btn btn-danger btn-lg btn-block">
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<div class="slice" id="footer">
<div class="container">
<div class="row">
<div class="col-sm-6 col-sm-offset-6">
<div class="copyright">
© 2014 Stretchr, Inc.
<br>
4209 Niblick Drive
<br>
Longmont, CO 80503
<p>
<a href="https://github.com/stretchr">We <3 Open Source, <span class="github-stars"></span> stars on github.</a>
</p>
<p>
<a href="http://www.rackspace.com"><img src="/img/rackspace.png"></a>
<a href="https://mixpanel.com/f/partner"><img src="//cdn.mxpnl.com/site_media/images/partner/badge_light.png" alt="Mobile Analytics" /></a>
</p>
</div>
</div>
</div>
</div>
</div>
<script src="/js/services/jquery-2.0.min.js"></script>
<script src="/js/services/bootstrap.min.js"></script>
<script src="/js/services/github-stars.js"></script>
<script src="/js/services/stretchr.min.js"></script>
<script type="text/javascript" src="/js/services/formalizedata.js"></script>
<script src="/js/application.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-46989214-1', 'stretchr.com');
ga('send', 'pageview');
</script>
</body>
</html>