-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
323 lines (289 loc) · 15.6 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
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>RAPID-ML: The Modeling Language for Resource API over Data</title>
<!-- Bootstrap core CSS -->
<!-- Custom styles for this template -->
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- Google Analytics Tracking Code -->
<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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-58571840-5', 'auto');
ga('send', 'pageview');
</script>
<link href="bootswatch-gh-pages/bootswatch-gh-pages/superhero/bootstrap.css" rel="stylesheet" type="text/css">
<link href="bootswatch-gh-pages/bootswatch-gh-pages/simplex/bootstrap.css" rel="stylesheet" type="text/css">
<link href="favicon.ico" rel="favicon"/>
<link href="starter-template.css" rel="stylesheet" type="text/css">
</head>
<body>
<div class="container landing-page">
<!-- Header : START -->
<header class="row header">
<div class="pull-right">
<a class="btn btn-link" target="_blank" href="http://rapid-api.org/rapid-ml">Home</a>
<a class="btn btn-link" target="_blank" href="http://rapid-api.org/rapid-ml/spec/current/desktop">Specification</a>
</div>
</header>
<!-- Header : END -->
<!-- Starter Page : START-->
<div class="starter-template">
<div class="jumbotron">
<img class="img-responsive" src="img/RAPID-ML%20Logo/RAPID-ML%20Logo%20clear.png">
<h1>Domain-Driven API Modeling</h1>
<div class="text-left summary">
<p class="lead">RAPID-ML puts data modeling at the center of API design.</p>
<ul>
<li><p class="">Describe data types <i>naturally </i>with RAPID-Schema™, an expressive, technology-independent modeling
language.</p></li>
<li><p class="">Share canonical data models and adapt them to each API with just the right flexibility to
<i>bend </i>the model, not break it.</p></li>
<li><p class="">Unify APIs at any scale from microservices to cloud ecosystems. Free your client developers
from API mismatch, and <i>integrate faster</i>.</p></li>
</ul>
</div>
<!-- embed video -->
<div class="embed-responsive embed-responsive-16by9">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/videoseries?list=PLLMXvAoF1MNYNOly-N_M34LPH-5PlsTHO" frameborder="0" allowfullscreen></iframe>
</div>
<p> </p>
<a class="btn btn-primary btn-lg page-scroll" href="#editing-tools">Get Started</a>
</div>
<div class="page-header"></div><br>
</div>
<!-- Starter Page : END-->
<div class="pg-empty-placeholder">
<!-- Clean, Intuitive Data Modeling : START-->
<section class="section">
<div class="row">
<div class="col-md-4">
<a href="./RAPID-ML_Specification.pdf" target="_blank"><img class="img-responsive" src="img/RAPID-ML%20Logo/RAPIDSchemaLogo.png"></a>
<h3>Clean, Intuitive Data Modeling with RAPID-Schema</h3>
<ul>
<li><p class="h4">Describe data structures, relationships, simple types, enums and constraints using a
natural, concise language.</p></li>
<li><p class="h4">Code generators for JSON and XML Schema translate your definitions to physical message
formats.</p></li>
<li><p class="h4">Import shared data models from the filesystem, github or any http repository.</p>
<p class="h4"><a href="./RAPID-ML_Specification.pdf" target="_blank">Learn more...</a></p>
</li>
</ul>
</div>
<div class="col-md-8">
<!-- <img src="img/RAPID-ML%20Logo/RAPIDSchemaLogo.png" class="center-block img-thumbnail"> -->
<img src="img/Code%20Screenshots/2015-11-18%2021_33_47-Start.png" class="center-block img-thumbnail">
</div>
</div>
</section>
<!-- Clean, Intuitive Data Modeling : END -->
<!-- Data-Bound Resources and Parameters : START -->
<section class="section">
<div class="row">
<div class="col-md-4 col-md-push-8">
<h3>Data-Bound Resources and Parameters</h3>
<ul>
<li><p class="h4">Expose data structures through your API by binding them directly into object resources
and collection resources.</p></li>
<li><p class="h4">To reference the bound data from a message payload, just say '<strong>this</strong>'!</p></li>
<li><p class="h4">Bind template and method parameters to properties to enable richer validation and code
generation.</p></li>
</ul>
</div>
<div class="col-md-8 col-md-pull-4">
<img src="img/Code%20Screenshots/2015-11-18%2021_58_14-Windows%20Shell%20Experience%20Host.png" class="center-block img-thumbnail"/>
</div>
</div>
</section>
<!-- Data-Bound Resources and Parameters : END -->
<!-- Adapt Shared Data Models to Each API : START -->
<section class="section">
<div class="row">
<div class="col-md-4">
<h3>Adapt Shared Data Models to Each API</h3>
<ul>
<li><p class="h4">Use property sets to choose which properties to include,
and add constraints to fine-tune them to your API.</p></li>
<li><p class="h4">Specify a property set by explicit inclusion or exclusion.</p></li>
<li><p class="h4">Tighten cardinality and primitive type constraints with built-in validations to protect the underlying data contract.</p></li>
<li><p class="h4">Finally, canonical data models are a practical reality!</p></li>
</ul>
</div>
<div class="col-md-8">
<img src="img/Code%20Screenshots/2015-11-18%2022_32_43-Settings.png" class="center-block img-thumbnail">
</div>
</div>
</section>
<!-- Adapt Shared Data Models to Each API : END -->
<!-- Hyperlink or Embed Referenced Data Structures : START -->
<section class="section">
<div class="row">
<div class="col-md-4 col-md-push-8">
<h3>Hyperlink or Embed Referenced Data Structures</h3>
<ul>
<li><p class="h4">Reference properties connect one data structure to another. With RAPID-ML,
you can express each reference as a hyperlink, embedded structure, or both.</p></li>
<li><p class="h4">Use the <strong>referenceEmbed</strong> keyword to embed the referenced data structure,
or just the properties you want.</p></li>
<li><p class="h4">A <strong>referenceLink</strong> models the reference as a hyperlink to another resource,
bound to the target data structure. Optionally "decorate" the hyperlink with embedded target properties to optimize client round-trips.</p></li>
</ul>
</div>
<div class="col-md-8 col-md-pull-4">
<img src="img/Code%20Screenshots/2015-11-18%2023_14_38-Windows%20Shell%20Experience%20Host.png" class="center-block img-thumbnail"/>
</div>
</div>
</section>
<!-- Hyperlink or Embed Referenced Data Structures : END -->
<!-- Editing Tools : START -->
<section class="section editing-tools" id="editing-tools">
<h1 class="text-center"><strong>Editing Tools</strong></h1>
<div class="row">
<div class="col-md-6 text-center">
<img class="img-responsive"
src="img/RepreZen%20API%20Studio%20Logo/studiologo_with_trademark%20150dpi.png"/>
<p class="h4">RepreZen API Studio is the integrated, full-lifecycle API design environment for RAPID-ML.</p>
<a href="http://reprezen.com/trial-offer" target="_blank" type="button" class="btn btn-default block-center">Try RAPID-ML in RepreZen API Studio</a>
</div>
<div class="col-md-6 text-center">
<img src="img/RAPID-ML%20Logo/RAPID-ML%20Logo.png"
class="img-responsive"/>
<p class="h4">Looking for a free community edition or open source libraries?
They're coming soon!</p>
<a class="btn btn-default block-center" data-toggle="modal" data-target="#subscribe-mail-list-modal">
Tell me when the free stuff is available.</a>
</div>
</div>
</section>
<!-- Editing Tools : END -->
<!-- Resources : START -->
<section class="section">
<h1 class="text-center"><strong>Resources</strong></h1>
<div class="row grid-border-container">
<div class="col-md-4">
<img class="center-block"
src="img/RAPID-ML%20Logo/RAPID-ML%20Graphic.png"/>
<p class="text-center">
<a class="btn btn-default block-center" href="http://rapid-api.org/rapid-ml/spec/current/desktop/" type="button" target="_blank">Online Spec</a>
<a class="btn btn-default block-center" href="./RAPID-ML_Specification.pdf" type="button" target="_blank">PDF Spec</a>
</p>
</div>
<div class="col-md-4 border-width">
<img src="img/Quick%20Reference%20Card/QRCUpdateSquare.png"
class="center-block"/>
<p class="text-center">
<a href="https://19dd14f1bca25029f68d-656faf528029c44dd1ad9f4b523fa82b.ssl.cf5.rackcdn.com/RepreZen%20RAPID-ML%20QRC.pdf" type="button" class="btn btn-default block-center" target="_blank">Download the Quick Reference Card</a>
</p>
</div>
<div class="col-md-4 border-width">
<img class="center-block" src="img/OctocatSquare.png"/>
<p class="text-center">
<a href="https://github.com/RepreZen" class="btn btn-default block-center" target="_blank">Projects on GitHub</a>
</p>
</div>
</div>
</section>
<!-- Resources : END -->
<!-- Community : START -->
<section class="section">
<h1 class="text-center"><strong>Community</strong></h1>
<div class="row grid-border-container">
<div class="col-md-4">
<img class="center-block"
src="img/Mail-icon.png"/>
<p class="text-center">
<a class="btn btn-default block-center" data-toggle="modal"
data-target="#subscribe-mail-list-modal" target="_blank">Subscribe to the Mailing List</a>
</p>
</div>
<div class="col-md-4 border-width">
<img src="img/google-groups-512.png"
class="center-block"/>
<p class="text-center">
<a class="btn btn-default block-center" href="https://groups.google.com/forum/#!forum/rapid-ml" type="button" target="_blank">Join the Google Group</a>
</p>
</div>
<div class="col-md-4 border-width">
<img src="img/TwitterLogo_%2355acee.png" class="center-block"/>
<p class="text-center">
<a class="btn btn-default block-center" href="https://twitter.com/rapid_ml" type="button" target="_blank">Follow @RAPID_ML on Twitter</a>
</p>
</div>
</div>
</section>
<!-- Community : END -->
<!-- Modals : START -->
<div class="modal fade" id="subscribe-mail-list-modal">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<a class="close" data-dismiss="modal" aria-hidden="true">×</a>
<h4 class="modal-title"><strong>Subscribe to the Mailing List</strong></h4>
</div>
<div class="modal-body">
<div id="hsform-loader" class="text-center" style="display: none;">Loading...</div>
<div id="hsform"></div>
</div>
</div>
</div>
</div>
<!-- Modals : END -->
<!-- Footer : START -->
<footer class="text-center">
<p>© Copyright 2019 Modelsolv, Inc. All rights reserved.</p>
</footer>
<!-- Footer : END -->
</div>
</div>
<!-- /.container -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="assets/js/jquery.min.js"></script>
<script src="bootstrap/js/bootstrap.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="assets/js/ie10-viewport-bug-workaround.js"></script>
<!-- Scrolling Nav JavaScript -->
<script src="assets/js/jquery.easing.min.js"></script>
<script src="assets/js/scrolling-nav.js"></script>
<!-- HotSpot Form Script : START -->
<!--[if lte IE 8]>
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2-legacy.js"></script>
<![endif]-->
<script charset="utf-8" type="text/javascript" src="//js.hsforms.net/forms/v2.js"></script>
<!-- HotSpot Form Script : END -->
<script type="text/javascript">
$(document).ready(function(){
/*---- Subscribe mail list modal load Event : START -----*/
$('#subscribe-mail-list-modal').on('show.bs.modal', function (event) {
$('#hsform').empty();
$('#hsform-loader').show();
hbspt.forms.create({
portalId: '597611',
formId: '6a2bad69-88a3-423f-a3cd-e7e723d90f27',
target: '#hsform',
submitButtonClass:'btn btn-default',
onBeforeFormInit:function(){
$('#hsform-loader').hide();
},
onFormReady:function(){
}
});
});
/*---- Subscribe mail list modal load Event : END -----*/
});
</script>
</body>
</html>