-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
743 lines (512 loc) · 31.9 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
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
<!DOCTYPE html>
<html class="no-js" lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="xorc.tech - xray realtime distributed orchestration platform">
<meta name="author" content="xorc.tech">
<meta name="generator" content="Hugo 0.89.4" />
<title>xorc.tech - home of the Xray Orchestration Platform</title>
<!-- Mobile Specific Meta -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="https://xorc.tech/images/favicon.ico" />
<!-- Stylesheets -->
<!-- Themefisher Icon font -->
<link rel="stylesheet" href="https://xorc.tech/plugins/themefisher-font/style.css">
<!-- bootstrap.min css -->
<link rel="stylesheet" href="https://xorc.tech/plugins/bootstrap/dist/css/bootstrap.min.css">
<!-- Lightbox.min css -->
<link rel="stylesheet" href="https://xorc.tech/plugins/lightbox2/dist/css/lightbox.min.css">
<!-- Slick Carousel -->
<link rel="stylesheet" href="https://xorc.tech/plugins/slick-carousel/slick/slick.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.5.0/css/all.css" integrity="sha384-B4dIYHKNBt8Bc12p+WXckhzcICo0wtJAoU8YZTY5qE0Id1GSseTk6S+L3BlXeVIU" crossorigin="anonymous">
<link rel="stylesheet" href="https://xorc.tech/plugins/slick-carousel/slick/slick-theme.css">
<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-129782477-1', 'auto');
ga('send', 'pageview');
}
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
<!-- Main Stylesheet -->
<link rel="stylesheet" href="/css/style.min.css">
</head>
<body id="body">
<!-- Start Preloader -->
<div id="preloader">
<div class="preloader">
<div class="sk-circle1 sk-child"></div>
<div class="sk-circle2 sk-child"></div>
<div class="sk-circle3 sk-child"></div>
<div class="sk-circle4 sk-child"></div>
<div class="sk-circle5 sk-child"></div>
<div class="sk-circle6 sk-child"></div>
<div class="sk-circle7 sk-child"></div>
<div class="sk-circle8 sk-child"></div>
<div class="sk-circle9 sk-child"></div>
<div class="sk-circle10 sk-child"></div>
<div class="sk-circle11 sk-child"></div>
<div class="sk-circle12 sk-child"></div>
</div>
</div>
<!-- End Preloader -->
<!-- Fixed Navigation -->
<section class="header navigation">
<div class="container">
<div class="row">
<div class="col-md-12">
<nav class="navbar navbar-expand-md">
<a class="navbar-brand" href="https://xorc.tech/">
<img src="https://xorc.tech/images/xorcio.png" alt="logo" width="150px">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="tf-ion-android-menu"></span>
</button>
<div id="drapeaux">
</div>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="https://xorc.tech/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/#team">Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/#contribute">Contribute</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</section>
<!-- Hero Area -->
<section class="hero-area">
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="image">
<img class="img-fluid rounded" src="/images/world-mesh.png" alt="video-thumb">
<a class="play-icon" href="javascript:void(0)">
</a>
</div>
</div>
<div class="col-md-6">
<div class="block">
<h2>Open Source Real-time Distributed Orchestration</h2>
<p>Automate any complex process running over time with simple combinators capable of modelling anything. Compile programs to run anywhere and respond to signals from any source while persisting states in the cloud. Roll your own simple helpers to connect to external services in any JVM compliant language.</p>
<ul class="list-inline wow fadeInUp" data-wow-duration=".5s" data-wow-delay=".7s">
<li class="list-inline-item">
<a href="https://github.com/xray-tech/" target="_blank" class="btn btn-main">Get the code</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- Start About Section -->
<section class="about-2 section bg-gray" id="about">
<div class="container">
<div class="row">
<div class="col-12 col-md-5">
<h2>Create an environment as unique as your use case around our Open Source Realtime Core </h2>
</div>
<div class="col-12 col-md-7">
<p>By adding a layer of connectors, standard programmes and maybe even a simple API wrapped around our Open Source rule engine, you can rapidly prototype your business ideas without having to devote years of developer time to ensure your workflows are run from start to end reliably, repeatedly and at scale. We even give you a headstart in mobile with Open Source Mobile SDK and connectors for Android and iOS messaging as well as http to make it easy to call existing services with program state changes and outcomes.</p>
</div>
</div>
</div>
</section>
<!-- End About section -->
<!-- Feature Section Start -->
<section class="services section-xs" id="services">
<div class="container">
<div class="row">
<!-- Single Feature Item -->
<div class="col-md-4 col-sm-6 col-xs-12">
<div class="service-block color-bg text-center">
<div class="service-icon text-center">
<i class="tf-ion-ios-copy-outline"></i>
</div>
<h3>Completely Open Source</h3>
<p>The entire real-time core, compiler and tooling environment is covered under the Apache license and can be freely integrated into both commercial and other Open Source projects. We welcome contributions and fully expect to be able to offer an increasing number of additional libraries and tools as the project matures.
</p>
</div>
</div>
<!-- End Single Feature Item -->
<!-- Single Feature Item -->
<div class="col-md-4 col-sm-6 col-xs-12">
<div class="service-block color-bg text-center">
<div class="service-icon text-center">
<i class="tf-ion-ios-alarm-outline"></i>
</div>
<h3>Based on 3 years of experience and development</h3>
<p>The Open Source Xray Platform builds on a wealth of experience and insight gathered while developing and maintaining the first incarnation of the software as the basis for a successful commercial marketing suite. The completely rewritten core expands on this foundation to provide a platform generic enough to tackle this use case and much, much more.
</p>
</div>
</div>
<!-- End Single Feature Item -->
<!-- Single Feature Item -->
<div class="col-md-4 col-sm-6 col-xs-12">
<div class="service-block color-bg text-center">
<div class="service-icon text-center">
<i class="tf-ion-ios-book-outline"></i>
</div>
<h3>First commercial use of the Orc Language</h3>
<p>The Orc language reimagines the problem of orchestrating complex, concurrent workflows as a process calculus. This mathematical basis allows you to elegantly and concisely express the complete lifecycle of business processes while our compiler sees to it that the code running on production is stable and bug free.
</p>
</div>
</div>
<!-- End Single Feature Item -->
</div>
</div>
</section>
<!-- End Feature section -->
<!-- Work Process Section Start -->
<section class="service-2 section bg-gray">
<div class="container">
<div class="row">
<div class="col">
<div class="title text-center">
<h4>HOW IT WORKS</h4>
<h2>Completing the Package</h2>
<span class="border"></span>
<p>Connectors can be added to make calls to external services. The set of connectors for your use case makes up a unique environment which can be easily packaged and deployed to any cloud or self-hosted server solution for personal and commercial projects.</p>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-4 col-sm-6 p-0">
<div class="service-item text-center">
<i class="fas fa-project-diagram"></i>
<h4>Connectors</h4>
<p>Write connectors in your preferred language such as Rust, Clojure or Scala to execute any task. Open Surce, production-level connectors for mobile messaging services are provided as example.
</p>
</div>
</div>
<div class="col-md-4 col-sm-6 p-0">
<div class="service-item text-center">
<i class="fas fa-mobile"></i>
<h4>Devices</h4>
<p>We provide an open source mobile SDK to securely communicate with your apps. Perform background sync as well as set up local triggers and filters for events and incoming messages.
</p>
</div>
</div>
<div class="w-100"></div>
<div class="col-md-4 col-sm-6 p-0">
<div class="service-item text-center">
<i class="fab fa-connectdevelop"></i>
<h4>Environments</h4>
<p>Package your set of connectors and SDKs into a discrete environment. Wrap it all up in a neat API and you've got yourself a heavy-duty orchestration platform without spending years in limbo.
</p>
</div>
</div>
<div class="col-md-4 col-sm-6 p-0">
<div class="service-item text-center">
<i class="fas fa-server"></i>
<h4>Deployment</h4>
<p>Get your project up and running on practically any cloud provider or even self-host. Using Kubernetes, deployment is a config file away with reference benchmarking and graphing tools provided.
</p>
</div>
</div>
<div class="w-100"></div>
</div>
</div>
</section>
<!-- Work Process section end -->
<!-- About Section Start -->
<section class="about section-sm" id="about">
<div class="container">
<div class="row mb-50 justify-content-center">
<div class="col-md-5 col-sm-12 text-center offset-md-1">
<img src="/images/media-2082641_1280.jpg" class="img-fluid rounded shadow" alt="about-image">
</div>
<div class="col-md-5 col-sm-12">
<div class="content">
<h2>Use for Realtime Journey Orchestration</h2>
<p>
Orchestrate your entire customer journey by responding to signals from users via mobile apps, your website, POS, logistics and tracking systems by routing all events through the highly efficient Kafka message bus. Use our Open Source libraries to commicate reliably with your users on Android and iPhone, even at massive scale. The Orc language allows you to create campaigns and workflows with arbitrarily complex lifecycles and external dependencies in intuitive and concise code.
</p>
</div>
</div>
</div>
<div class="row mt-50 justify-content-center">
<div class="col-md-5 col-md-5 col-sm-12 offset-md-1">
<div class="content">
<h2>Use for the Internet of Things</h2>
<p>
Create rules-based systems based on sensors and data from any connected device using our Open Source core as stream processing engine. With the addition of a simple API you can power projects as small as your own private smart home or as big as an interconnected city of the future. The connector system allows for you to easily tap in to external AI and deep learning APIs and deliver decisions and results directly to your ORC programs, no matter where they run.
</p>
</div>
</div>
<div class="col-12 col-md-5 col-sm-12 text-center">
<img src="/images/network-782707_1280.png" class="img-fluid rounded shadow" alt="about-image">
</div>
</div>
</div>
</section>
<!-- About section End -->
<!-- Team Section Start -->
<section class="team section bg-gray" id="team">
<div class="container">
<div class="row">
<div class="col">
<div class="title text-center">
<h4>original commits by</h4>
<h2>the XRAY team</h2>
<span class="border"></span>
<p>The team has worked together on a number of projects and now, although neither together in the same company or country, continue working to develop community and code quality of the xray platform</p>
</div>
</div>
</div>
<div class="row justify-content-center">
<!-- team member -->
<div class="col-12 col-md-3 col-sm-6">
<div class="team-member text-center">
<div class="member-photo">
<img class="img-fluid" src="https://xorc.tech/images/team/jans.jpg" alt="team people" height="270px">
</div>
<!-- member name & designation -->
<div class="member-content">
<h3>Jan Sulmont</h3>
<span>Architecture, Backend, Language</span>
<p>Statistician and computer scientist with 20+ years of experience and strong history delivering highly-scalable products in FinTech (algorithmic trading) and AdTech (RTB). Passionate about distributed computing, consensus, blockchain, Lisp, real-time and machine learning. C/C++ developer (backend).
</p>
<ul class="list-inline">
<li class="list-inline-item">
<a href="https://www.linkedin.com/in/sulmont">
<i class="tf-ion-social-linkedin"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
<!-- end team member -->
<!-- team member -->
<div class="col-12 col-md-3 col-sm-6">
<div class="team-member text-center">
<div class="member-photo">
<img class="img-fluid" src="https://xorc.tech/images/team/thomas.jpeg" alt="team people" height="270px">
</div>
<!-- member name & designation -->
<div class="member-content">
<h3>Thomas Sanchez</h3>
<span>Backend</span>
<p>Computer scientist with experience in real-time and distributed processing. Built an SSP, a DSP, and Market Data feed processors. Participated on dotCloud (Docker) during YCombinator stage.
</p>
<ul class="list-inline">
<li class="list-inline-item">
<a href="https://www.linkedin.com/in/thsanchez/">
<i class="tf-ion-social-linkedin"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
<!-- end team member -->
<!-- team member -->
<div class="col-12 col-md-3 col-sm-6">
<div class="team-member text-center">
<div class="member-photo">
<img class="img-fluid" src="https://xorc.tech/images/team/janc.jpg" alt="team people" height="270px">
</div>
<!-- member name & designation -->
<div class="member-content">
<h3>Jan Chaloupecky</h3>
<span>Mobile</span>
<p>Software Engineer with 10 years experience, focusing on mobile since 2010. Worked on many different user facing projects (HERE Maps) before focusing on SDKs development (Fyber, HERE Maps) which comes with challenges such as stability, API clarity and devices with limited resources (phones, tablets, connected watches, IoT).
</p>
<ul class="list-inline">
<li class="list-inline-item">
<a href="https://twitter.com/TexTwil">
<i class="tf-ion-social-twitter"></i>
</a>
</li>
<li class="list-inline-item">
<a href="https://www.linkedin.com/in/janchaloupecky/">
<i class="tf-ion-social-linkedin"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
<!-- end team member -->
<!-- team member -->
<div class="col-12 col-md-3 col-sm-6">
<div class="team-member text-center">
<div class="member-photo">
<img class="img-fluid" src="https://xorc.tech/images/team/julius.jpeg" alt="team people" height="270px">
</div>
<!-- member name & designation -->
<div class="member-content">
<h3>Julius de Bruijn</h3>
<span>Services, Connectors</span>
<p>Software Engineer with 10 years of experience. A language nerd, interest currently in Rust and all possible Lisps; focusing on high scalability, distributed computing and working with body sensors and data mining to help with diabetes management.
</p>
<ul class="list-inline">
<li class="list-inline-item">
<a href="https://www.linkedin.com/in/julius-de-bruijn-61b787171/">
<i class="tf-ion-social-linkedin"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
<!-- end team member -->
<!-- team member -->
<div class="col-12 col-md-3 col-sm-6">
<div class="team-member text-center">
<div class="member-photo">
<img class="img-fluid" src="https://xorc.tech/images/team/andrew.jpg" alt="team people" height="270px">
</div>
<!-- member name & designation -->
<div class="member-content">
<h3>Andrew Rudenko</h3>
<span>Backend, Language</span>
<p></p>
<ul class="list-inline">
<li class="list-inline-item">
<a href="https://www.linkedin.com/in/prepor/">
<i class="tf-ion-social-linkedin"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
<!-- end team member -->
<!-- team member -->
<div class="col-12 col-md-3 col-sm-6">
<div class="team-member text-center">
<div class="member-photo">
<img class="img-fluid" src="https://xorc.tech/images/team/adrian.jpeg" alt="team people" height="270px">
</div>
<!-- member name & designation -->
<div class="member-content">
<h3>Adrian Doonan</h3>
<span>Product, Community Management</span>
<p></p>
<ul class="list-inline">
<li class="list-inline-item">
<a href="https://www.linkedin.com/in/adrian-doonan-ab431152/">
<i class="tf-ion-social-linkedin"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
<!-- end team member -->
</div>
</div>
</section>
<!-- End section -->
<!-- Blog Section Start -->
<section class="contact-us section bg-gray" id="know_more">
<div class="container">
<div class="row">
<div class="col">
<div class="title text-center">
<h2>Digging Deeper</h2><span class="border"></span>
</div>
</div>
</div>
<div class="row">
<!-- single blog post -->
<div class="col-12 col-md-6">
<div class="address-block know-more-meta-block">
<i class="fas "></i>
<h4>ENGLISH Blog</h4>
<p></p>
</div>
</div>
<!-- /single blog post -->
<!-- single blog post -->
<div class="col-12 col-md-6">
<div class="address-block know-more-meta-block">
<i class="fas "></i>
<h4>ENGLISH Contact Us</h4>
<p></p>
</div>
</div>
<!-- /single blog post -->
<!-- single blog post -->
<div class="col-12 col-md-6">
<div class="address-block know-more-meta-block">
<i class="fas "></i>
<h4>About Us ...</h4>
<p></p>
</div>
</div>
<!-- /single blog post -->
</div>
</div>
</section>
<!-- Blog Section End -->
<!-- Start Contact Us -->
<section class="contact-us section bg-gray" id="contribute">
<div class="container">
<div class="row">
<div class="col">
<div class="title text-center">
<h4>GET INVOLVED</h4>
<h2>Become a contributor</h2>
<span class="border"></span>
<p>Most of the team is currently based in Berlin but the home of this project is GitHub so feel free to submit your issues and comments there, taking the time to read our contributors' guide when you are ready to jump in with a fix or new features.</p>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col">
<div class="address-block contact-meta-block">
<i class="fab fa-github"></i>
<h4><a href="https://github.com/xray-tech" target="_blank">View or Download our code on GitHub</a></h4>
<div class="title text-center">
<p>Reach out to the team if you need any extra help or litarature before being able to convince your team or backers that this is the right software for you, we'll be happy to lend a hand or share our insights.</p>
</div>
</div>
</div>
</section>
<!-- Footer Start -->
<footer id="footer" class="bg-one">
<div class="footer-bottom">
<h5>Copyright xorc.tech 2018. All rights reserved.</h5>
<h6>Theme Designed and Developed by themefisher.com</h6>
</div>
</footer>
<!-- end footer -->
<!-- Essential Scripts -->
<!-- jQuery -->
<script src="https://xorc.tech/plugins/jquery/dist/jquery.min.js"></script>
<!-- Bootstrap -->
<script src="https://xorc.tech/plugins/bootstrap/dist/js/popper.min.js"></script>
<script src="https://xorc.tech/plugins/bootstrap/dist/js/bootstrap.min.js"></script>
<!-- Parallax -->
<script src="https://xorc.tech/plugins/parallax/jquery.parallax-1.1.3.js"></script>
<!-- lightbox -->
<script src="https://xorc.tech/plugins/lightbox2/dist/js/lightbox.min.js"></script>
<!-- Slick Carousel -->
<script src="https://xorc.tech/plugins/slick-carousel/slick/slick.min.js"></script>
<!-- Portfolio Filtering -->
<script src="https://xorc.tech/plugins/mixitup/dist/mixitup.min.js"></script>
<!-- Smooth Scroll js -->
<script src="https://xorc.tech/plugins/smooth-scroll/dist/js/smooth-scroll.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAZ6VxNSNDlGNZZB2_KTAM6TD2q_myKeq0"></script>
<!-- Custom js -->
<script src="https://xorc.tech/js/script.js"></script>
</body>
</html>