-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
299 lines (295 loc) · 11.6 KB
/
index.html
File metadata and controls
299 lines (295 loc) · 11.6 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="Chi Bui">
<title>Obsidian Dynamics - Software Architecture Consulting and Research</title>
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link rel="icon" href="img/obsidian-logo-transparent.png" sizes="100x100" type="image/png">
<link href="css/style.css" rel="stylesheet">
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar-custom">
<nav class="navbar navbar-custom navbar-fixed-top">
<div class="container">
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-main-collapse">
<i class="fa fa-bars"></i>
</button>
<span class="navbar-brand">
<img src="./img/obsidian-logo-transparent.png" /> Obsidian Dynamics
</span>
</div>
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
<ul class="nav navbar-nav">
<li class="active">
<a href="#intro">Home</a>
</li>
<li>
<a href="#services">Solutions</a>
<li>
<a href="#clients">Clients</a>
</li>
<li>
<a href="#opensource">Open Source</a>
</li>
<li>
<a href="#about">About</a>
</li>
<li>
<a href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<section id="intro" class="intro">
<div class="slogan">
Software Architecture
</div>
Consulting and Research
</section>
<section id="services" class="home-section text-center">
<h3 class="section-title">Solutions</h3>
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="services-box bg-grey">
<h4>Distributed Computing</h4>
<p>
Always-on systems capable of very high throughput and low latency, scaling out on demand. From clustered application servers
and message-oriented systems wide-area grids and IoT, we have designed and implemented systems enabling our
clients to operate at scale.
</p>
</div>
</div>
<div class="col-md-4">
<div class="services-box bg-grey">
<h4>SOA and Micro-Services</h4>
<p>
SOA and µ-services are often at the forefront of digital transformation, redefining how we manage complexity through reusable
components and APIs. Getting SOA right, particularly when moving from monolithic and legacy systems is a challenge
we're up for.
</p>
</div>
</div>
<div class="col-md-4">
<div class="services-box bg-grey">
<h4>Reactive, Event-Driven</h4>
<p>
Event-Driven Architecture builds on SOA in dynamic and changing environments, where loosely coupled systems react to complex
data streams from multiple sources. Real-time analytics, fraud detection, risk management and algorithmic trading
are ideally accommodated by EDA.
</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="services-box bg-grey">
<h4>Cloud</h4>
<p>
Enterprise agility and scale are today almost synonymous with Cloud. Obsidian helps you correctly architect your systems
for the Cloud, making the most of the flexibility and cost savings potential from providers such as AWS.
</p>
</div>
</div>
<div class="col-md-4">
<div class="services-box bg-grey">
<h4>Architecture Strategy</h4>
<p>
Architecture guides the structure and evolution of enterprise systems. Getting this wrong could mean writing off substantial
investments and missing opportunities. Obsidian assists with the architecture strategy, ensuring your IT is
aligned with the rest of the business.
</p>
</div>
</div>
<div class="col-md-4">
<div class="services-box bg-grey">
<h4>Engineering Research</h4>
<p>
Ideation, proof of concept, research... or when the problem seems so nebulous that you just need a place to start
and someone to help break it down.
</p>
</div>
</div>
</div>
</div>
</section>
<section id="clients" class="home-section text-center bg-blue">
<h3 class="section-title">Featured clients</h3>
<div class="container">
<div class="row">
<div class="col-md-4 client-box">
<div class="client-logo">
<img src="./img/william-hill.png" alt="William Hill" height="50">
</div>
</div>
<div class="col-md-4 client-box">
<div class="client-logo">
<img src="./img/nbn.png" alt="National Broadband Network" height="50">
</div>
</div>
<div class="col-md-4 client-box">
<div class="client-logo">
<img src="./img/typhoon-gaming.png" alt="Typhoon Gaming" height="50">
</div>
</div>
</div>
</div>
</section>
<section id="opensource" class="home-section text-center">
<h3 class="section-title">Open source</h3>
<div class="container">
<div class="row os-desc">
<div class="col">
We actively contribute software and research papers to the Open Source community. All work is covered by the
BSD 3-clause license and hosted in our <a href="https://github.com/obsidiandynamics" target="_blank">github repos</a>.
</div>
</div>
<div class="row" style="text-align:left">
<div class="col-md-4">
<a href="https://github.com/obsidiandynamics/indigo" target="_blank">
<div class="lead">
<img src="./img/indigo.svg" />Indigo
</div>
</a>
<p>
Dynamic actor model for the JVM that makes writing asynchronous and concurrent applications easy.
</p>
</div>
<div class="col-md-4">
<a href="https://github.com/obsidiandynamics/socketx" target="_blank">
<div class="lead">
<img src="./img/socketx.svg" />Socket.x
</div>
</a>
<p>
Library for building high-performance, distributed, cross-platform WebSocket applications.
</p>
</div>
<div class="col-md-4">
<a href="https://github.com/obsidiandynamics/flywheel" target="_blank">
<div class="lead">
<img src="./img/flywheel.svg" />Flywheel
</div>
</a>
<p>
Simple broker for secure pub/sub message streaming over WebSockets. Flywheel can be embedded into an existing application
or run as a free-standing cluster.
</p>
</div>
</div>
<div class="row" style="text-align:left">
<div class="col-md-4">
<a href="https://github.com/obsidiandynamics/yconf" target="_blank">
<div class="lead">
<img src="./img/yconf.svg" />YConf
</div>
</a>
<p>
Simple, elegant bootstrapping and configuration. YConf is like an ORM for config files, supporting JSON and YAML.
</p>
</div>
<div class="col-md-4">
<a href="https://github.com/obsidiandynamics/zerolog" target="_blank">
<div class="lead">
<img src="./img/zerolog.svg" />Zerolog
</div>
</a>
<p>
Low-overhead logging façade for performance-sensitive applications. Zerolog is around an order of magnitude faster than SLF4J for suppressed logging.
</p>
</div>
<div class="col-md-4">
<a href="https://github.com/obsidiandynamics/meteor" target="_blank">
<div class="lead">
<img src="./img/meteor.svg" />Meteor
</div>
</a>
<p>
Real-time message streaming over Hazelcast in-memory data grid. Meteor is like Kafka/Kinesis, but without the brokers.
</p>
</div>
</div>
</div>
</section>
<!--
<section id="research" class="home-section text-center bg-purple">
<h3 class="section-title">Research</h3>
<div class="container">
<div class="row">
<div class="col-md-6">
<div class="research-box bg-dark">
<h4>UNICON</h4>
<div>
A is for Apple
</div>
</div>
</div>
<div class="col-md-6">
<div class="research-box bg-dark">
<h4>Long-structured Atomic Commit Protocol</h4>
<div>
A is for Apple
</div>
</div>
</div>
</div>
</div>
</section>
-->
<section id="about" class="home-section text-center bg-purple">
<h3 class="section-title">About</h3>
<div class="container">
<div class="row">
<div class="col about-box">
<p>
Obsidian Dynamics is a Sydney-based software architecture consultancy specialising
in strategy, transformation and performance-centric transactional systems.
</p>
<p>
We are driven by passion and take pride in being the leaders in our craft. Our projects have ranged
from helping clients take on digital transformation programs and build resilient systems in
the Cloud that cope with Web scale. We enabled integration capabilities, allowing a
client to leverage their core IP to become a high-volume B2B service provider. We
designed the mobility service layer for Australia's largest civil infrastructure
project. That said, we don't just work for the big end of town; we've helped startups get on the right path with
their architecture.
And we're close to code; we don't just dream it up — we'll build it, if that's what it takes.
</p>
</div>
</div>
</div>
</section>
<section id="contact" class="home-section text-center">
<h3 class="section-title">Contact</h3>
<div class="container">
<div class="row align-items-center ">
<div class="col">
<button id="show" type="button" class="btn btn-circle">
<i class="fa fa-envelope" aria-hidden="true"></i>
</button>
<span id="i"></span>@obsidiandynamics<span id="d"></span>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-md-12 col-lg-12">
<p>© 2025 Obsidian Dynamics Pty Ltd</p>
</div>
</div>
</div>
</footer>
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/jquery.scrollTo.js"></script>
<script src="js/custom.js"></script>
</body>
</html>