-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopen-source.html
More file actions
247 lines (236 loc) · 12.5 KB
/
open-source.html
File metadata and controls
247 lines (236 loc) · 12.5 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-T4038M686Q"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-T4038M686Q');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<title>Open Source Products - Sliceworkz</title>
<link rel="stylesheet" href="css/style.css">
<link rel="icon" type="image/png" href="images/favicon.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
</head>
<body>
<script>if('serviceWorker' in navigator){navigator.serviceWorker.getRegistrations().then(function(r){r.forEach(function(s){s.unregister()})})}</script>
<nav>
<div class="container">
<a href="index.html" class="logo"><img src="images/sliceworkz-logo-dark.svg" alt="Sliceworkz" height="28"></a>
<div class="nav-links" id="navLinks">
<div class="nav-dropdown">
<a href="#">Why</a>
<div class="dropdown-menu">
<a href="problem.html">The Problem</a>
<a href="promise.html">Our Promise</a>
<a href="results.html">Our Results</a>
</div>
</div>
<div class="nav-dropdown">
<a href="#">AI-Native Software Factory</a>
<div class="dropdown-menu">
<a href="foundations.html">Foundations</a>
<a href="techniques.html">Techniques</a>
<a href="assembly-line.html">Assembly Line</a>
<a href="compared.html">Compared</a>
</div>
</div>
<div class="nav-dropdown">
<a href="#">Services & Solutions</a>
<div class="dropdown-menu">
<a href="services.html">Services</a>
<a href="solutions.html">Solutions</a>
<a href="outcomes.html">Outcomes</a>
</div>
</div>
<a href="open-source.html">Open Source</a>
<a href="blog.html">Blog</a>
<a href="about.html">About</a>
<a href="about.html#contact" class="btn btn-primary" style="margin-left:0.5rem;">Contact</a>
</div>
<button class="menu-toggle" onclick="document.getElementById('navLinks').classList.toggle('open')" aria-label="Menu">
<span></span><span></span><span></span>
</button>
</div>
</nav>
<section class="page-hero gray-bg">
<div class="container">
<span class="badge badge-green">Open Source</span>
<h1>Freedom and Transparency.</h1>
<p class="lead">No blackboxes. No license fees. No vendor lock-in.</p>
</div>
<div class="page-hero-geo"></div>
</section>
<section class="section-light">
<div class="container">
<h2 class="text-center">Our Open Source Libraries</h2>
<p class="lead text-center mt-2" style="margin-left:auto;margin-right:auto;">Purpose-built libraries that empower you for a succesful implementation, with full control over and insight in how things work.</p>
<div class="grid grid-2 mt-8" style="align-items:stretch;">
<div class="card" style="display:flex;flex-direction:column;">
<img src="images/brandmark-orange.png" alt="" class="card-brandmark">
<h3>Sliceworkz Eventstore Library</h3>
<p class="mb-4">An open source eventstore implementation in Java. Lightweight, minimal dependencies, with PostgreSQL-backed storage for production and in-memory storage for development and testing.</p>
<div class="feature-list">
<div class="feature-item">
<div class="feature-check">✓</div>
<p>Fully compliant with DCB (Dynamic Consistency Boundary)</p>
</div>
<div class="feature-item">
<div class="feature-check">✓</div>
<p>Fully typed access to events via EventStreams</p>
</div>
<div class="feature-item">
<div class="feature-check">✓</div>
<p>Event query capabilities on event types and tags</p>
</div>
<div class="feature-item">
<div class="feature-check">✓</div>
<p>Optimistic locking on event appends</p>
</div>
<div class="feature-item">
<div class="feature-check">✓</div>
<p>Built-in upcasting of legacy events</p>
</div>
</div>
<div class="mt-4" style="display:flex;gap:0.75rem;flex-wrap:wrap;margin-top:auto;padding-top:1.5rem;">
<a href="https://github.com/sliceworkz/eventstore" class="btn btn-outline" target="_blank" rel="noopener"><svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" style="vertical-align:-2px;margin-right:0.4rem;"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.01 8.01 0 0016 8c0-4.42-3.58-8-8-8z"/></svg>GitHub</a>
<a href="https://sliceworkz.github.io/eventstore/" class="btn btn-primary" target="_blank" rel="noopener">Documentation</a>
</div>
</div>
<div class="card" style="display:flex;flex-direction:column;">
<img src="images/brandmark-blue.png" alt="" class="card-brandmark">
<h3>Sliceworkz Event Modeling Library</h3>
<p class="mb-4">Tooling that bridges the gap between your visual Event Model and running code. Translate collaborative specifications directly into executable slices, keeping your implementation aligned with your business model at all times.</p>
<div class="feature-list">
<div class="feature-item">
<div class="feature-check">✓</div>
<p>Support for all slice types: State Change, State Read, Automation and Translation</p>
</div>
<div class="feature-item">
<div class="feature-check">✓</div>
<p>Detailed observability support</p>
</div>
<div class="feature-item">
<div class="feature-check">✓</div>
<p>AI- and Human-Friendly code structures</p>
</div>
<div class="feature-item">
<div class="feature-check">✓</div>
<p>Evolutive architecture support, scale-as-you-need</p>
</div>
</div>
<div class="mt-4" style="display:flex;gap:0.75rem;flex-wrap:wrap;margin-top:auto;padding-top:1.5rem;">
<a href="https://github.com/sliceworkz/eventmodeling" class="btn btn-outline" target="_blank" rel="noopener"><svg width="16" height="16" viewBox="0 0 16 16" fill="currentColor" style="vertical-align:-2px;margin-right:0.4rem;"><path d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.01 8.01 0 0016 8c0-4.42-3.58-8-8-8z"/></svg>GitHub</a>
<a href="https://sliceworkz.github.io/eventmodeling/" class="btn btn-primary" target="_blank" rel="noopener">Documentation</a>
</div>
</div>
</div>
</div>
</section>
<section class="section-gray">
<div class="container">
<span class="badge badge-green">Principles</span>
<h2 class="mt-3">Why Open Source matters to us</h2>
<p class="lead mt-2">Our commitment to Open Source is based on both our love for technology as well as on our vision that software solutions should include freedom to evolve and migrate them.</p>
<div class="feature-list mt-8" style="max-width:40rem;">
<div class="feature-item">
<div class="feature-check">✓</div>
<p>Passion for technology</p>
</div>
<div class="feature-item">
<div class="feature-check">✓</div>
<p>Continuous innovation</p>
</div>
<div class="feature-item">
<div class="feature-check">✓</div>
<p>No license fees</p>
</div>
<div class="feature-item">
<div class="feature-check">✓</div>
<p>No complex products or SaaS solutions</p>
</div>
<div class="feature-item">
<div class="feature-check">✓</div>
<p>Freedom, Eurostack-ready, run anywhere</p>
</div>
<div class="feature-item">
<div class="feature-check">✓</div>
<p>Vendor-independence</p>
</div>
</div>
</div>
</section>
<section class="cta-section">
<div class="container">
<h2>Interested in our open source work?</h2>
<p class="lead">Get in touch to learn how our libraries can accelerate your next project -- with zero vendor lock-in.</p>
<div class="cta-buttons">
<a href="about.html#contact" class="btn btn-primary">Get in touch</a>
<a href="foundations.html" class="btn btn-outline">Our Foundations</a>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="footer-grid">
<div class="footer-brand">
<div class="logo"><img src="images/sliceworkz-logo-white.svg" alt="Sliceworkz" height="28"></div>
<p>Reinventing software development.<br>Focus on business.<br>Build with AI.</p>
<p class="mt-3" style="font-size:0.8125rem;color:rgba(255,255,255,0.4);">A brand of <a href="https://www.xt-i.com/" target="_blank" rel="noopener" style="color:rgba(255,255,255,0.6);">XTi – Xtreme Integrations NV</a></p>
<div class="mt-3" style="display:flex;gap:1rem;">
<a href="https://www.linkedin.com/showcase/sliceworkz/about/" target="_blank" rel="noopener" style="color:rgba(255,255,255,0.6);font-size:0.875rem;font-weight:600;">LinkedIn</a>
</div>
</div>
<div>
<h4>Sitemap</h4>
<ul>
<li><a href="problem.html">The Problem</a></li>
<li><a href="promise.html">Our Promise</a></li>
<li><a href="results.html">Our Results</a></li>
<li><a href="foundations.html">Foundations</a></li>
<li><a href="techniques.html">Techniques</a></li>
<li><a href="compared.html">Compared</a></li>
</ul>
</div>
<div>
<h4>Services & Solutions</h4>
<ul>
<li><a href="services.html">Services</a></li>
<li><a href="solutions.html">Solutions</a></li>
<li><a href="assembly-line.html">Assembly Line</a></li>
<li><a href="outcomes.html">Outcomes</a></li>
<li><a href="open-source.html">Open Source</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="about.html">About Us</a></li>
</ul>
</div>
<div>
<h4>Contact</h4>
<ul>
<li><a href="tel:+3238719960">+32 3 871 99 60</a></li>
<li><a href="mailto:info@sliceworkz.com">info@sliceworkz.com</a></li>
</ul>
<h4 class="mt-4">Offices (Belgium)</h4>
<ul>
<li style="color:rgba(255,255,255,0.5);font-size:0.8125rem;">Veldkant 33A, 2550 Kontich</li>
<li style="color:rgba(255,255,255,0.5);font-size:0.8125rem;">Guldensporenpark, Merelbeke</li>
<li style="color:rgba(255,255,255,0.5);font-size:0.8125rem;">Corda Campus, Hasselt</li>
</ul>
</div>
</div>
<div class="footer-bottom">
<span>© XTi – Xtreme Integrations NV · VAT BE 474.267.543</span>
<span>Sliceworkz – Reinventing Software Development</span>
</div>
</div>
</footer>
</body>
</html>