forked from rucio/rucio.github.io
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
267 lines (247 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
<!DOCTYPE HTML>
<!--
Spectral by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-32728665-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-32728665-3');
</script>
<title>Rucio - Scientific Data Management</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="me" href="https://fosstodon.org/@rucio" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
</head>
<body class="landing">
<!-- Page Wrapper -->
<div id="page-wrapper">
<!-- Header -->
<header id="header" class="alt">
<a href="index.html">
<span id="logo-container">
<img src='images/wide_logo2.png' />
</span>
</a>
<nav id="nav-desktop">
<ul>
<li><a class="icon fa-code" href="https://github.com/rucio/rucio"> Source</a></li>
<li>-</li>
<li><a class="icon fa-file-text-o" href="https://rucio.cern.ch/documentation"> Documentation</a></li>
<li>-</li>
<li><a class="icon fa-users" href="team.html"> Team</a></li>
<li>-</li>
<li><a class="icon fa-globe" href="community.html"> Community</a></li>
<li>-</li>
<li><a class="icon fa-comments-o" href="http://rucio.cern.ch/documentation/contact_us"> Communication</a></li>
<li>-</li>
<li><a class="icon fa-book" href="publications.html"> Publications</a></li>
<li>-</li>
<li><a class="icon fa-calendar" href="events.html"> Events</a></li>
</ul>
</nav>
<nav id="nav">
<ul>
<li class="special">
<a href="#menu" class="menuToggle"></a>
<div id="menu">
<ul>
<li><a class="icon fa-code" href="https://github.com/rucio/rucio"> Source</a></li>
<li><a class="icon fa-file-text-o" href="https://rucio.cern.ch/documentation"> Documentation</a></li>
<li><a class="icon fa-users" href="team.html"> Team</a></li>
<li><a class="icon fa-globe" href="community.html"> Community</a></li>
<li><a class="icon fa-comments-o" href="http://rucio.cern.ch/documentation/contact_us"> Communication</a></li>
<li><a class="icon fa-book" href="publications.html"> Publications</a></li>
<li><a class="icon fa-calendar" href="events.html"> Events</a></li>
</ul>
</div>
</li>
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner">
<div class="inner">
<h2> <img src="images/wide_logo2.png" />
</h2>
<p>Scientific data management</p>
</div>
<a href="#one" class="more scrolly">Learn More</a>
</section>
<!-- One -->
<section id="one" class="wrapper style1 special">
<div class="inner">
<header class="major">
<h2>Rucio helps you to manage your community's data</h2>
<p>Built on more than a decade of experience, Rucio serves the data needs of modern scientific
experiments.<br />
Large amounts of data, countless numbers of files, heterogeneous storage systems, globally
distributed data centres, monitoring and analytics. All coming together in modular solution to
fit your needs.<br />
<a href="https://doi.org/10.1007/s41781-019-0026-3">Find all the details in this journal
article!</a>
</p>
</header>
<!--
<ul class="icons major">
<li><span class="icon fa-code major style1"><span class="label">Lorem</span></span></li>
<li><span class="icon fa-database major style1"><span class="label">Ipsum</span></span></li>
<li><span class="icon fa-area-chart major style1"><span class="label">Dolor</span></span></li>
</ul>
-->
</div>
</section>
<!-- Two -->
<section id="two" class="wrapper alt style2">
<section class="spotlight">
<div class="image">
<center><img src="images/rucioui.png" alt=""
style="max-width:75%;max-height:auto;object-fit:contain;padding-top:1%;padding-bottom:1%;" />
</center>
</div>
<div class="content">
<h2>Extremely scalable</h2>
<p>Need to search through billions of files? Need to transfer petabytes of data? Rucio has got you
covered. Our largest installation for the <a href="https://atlas.cern">ATLAS Experiment</a> is
responsible for more than 450 Petabytes of data, stored in a billion files, distributed over 120
data centres globally, and orchestrating an Exabyte of data access and transfer per year.</p>
</div>
</section>
<section class="spotlight">
<div class="image">
<center><img src="images/graph.png" alt=""
style="max-width:75%;max-height:auto;object-fit:contain;padding-top:1%;padding-bottom:1%;" />
</center>
</div>
<div class="content">
<h2>Policy-driven</h2>
<p>Declarative data management allows you to say what you want, and let Rucio figure out the details
how to do it. Manage your data with expressive statements. Three copies of my file on different
continents, and have one backup on tape? Automatically remove it once its access popularity goes
to zero? No problem.</p>
</div>
</section>
<section class="spotlight">
<div class="image">
<center><img src="images/monit.png" alt=""
style="max-width:75%;max-height:auto;object-fit:contain;padding-top:1%;padding-bottom:1%;" />
</center>
</div>
<div class="content">
<h2>Insights and analytics</h2>
<p>Follow your data evolution over time, so you can keep control. From the popularity of your files,
to the storage space and tape accounting of your data centres. Fully integrated with Graphite,
ElasticSearch, and Hadoop.</p>
</div>
</section>
<section class="spotlight">
<div class="image">
<center><img src="images/FAIR.png" alt=""
style="max-width:75%;max-height:auto;object-fit:contain;padding-top:1%;padding-bottom:1%;" />
</center>
</div>
<div class="content">
<h2>FAIR</h2>
<p>Rucio supports the <a href="https://www.go-fair.org/fair-principles/">FAIR data principles</a>
that promote maximal use of research data!</p>
</div>
</section>
</section>
<!-- Three -->
<section id="three" class="wrapper style3 special">
<div class="inner">
<header class="major">
<h2>Features?</h2>
</header>
<ul class="features">
<li class="icon fa-lightbulb-o">
<h3>Smart namespace</h3>
<p>Organise your files in datasets and containers, create virtual overlaps, distribute them by
scope, or attach important metadata.</p>
</li>
<li class="icon fa-cloud">
<h3>Storage support</h3>
<p>Rucio connects your existing storage, and you can easily add new and different ones. Even
tapes, cloud-based storage, or supercomputers. We want you to have choice and not lock you
down to a single solution.</p>
</li>
<li class="icon fa-cogs">
<h3>Easy integration</h3>
<p>Existing applications and workflow systems can be integrated easily through our open
libraries and REST servers. Rucio will not disrupt your experiment's workflows.</p>
</li>
<li class="icon fa-lock">
<h3>Authentication and authorisation</h3>
<p>The classic username/password, x509 certificates with proxy support, GSS/Kerberos, SSH public
keys, OpenID Connect, and SAML are all supported.</p>
</li>
<li class="icon fa-bar-chart">
<h3>Monitoring</h3>
<p>Directly integrated with ElasticSearch and Graphite, so you will never lose track of your
data. Follow system performance from a single file to the global overview.</p>
</li>
<li class="icon fa-code">
<h3>Open source powered</h3>
<p>Robust code written in the Python language, unit-tested, PEP-certified. Deploy with pip or
containers. It's free as in freedom (Apache v2) and open source! </p>
</li>
<li class="icon fa-wrench">
<h3>Consistency</h3>
<p>Data loss happens every day, and Rucio is prepared. Smart consistency and recovery mechanisms
help you not to lose your data!.</p>
</li>
<li class="icon fa-heart">
<h3>Proven track record</h3>
<p>Originally built to withstand the requirements of the high-energy physics experiment ATLAS,
Rucio is scalable and robust; But also serving smaller communities, Rucio makes a
scientist's life easier.</p>
</li>
</ul>
</div>
</section>
<!-- CTA -->
<section id="cta" class="wrapper style4">
<div class="inner">
<header>
<h2>Get in touch</h2>
<p>We are always happy to chat. You can drop us a mail and we will reply as quickly as possible.</p>
</header>
<ul class="actions vertical">
<li><a href="http://rucio.cern.ch/documentation/contact_us" class="button special">Contact us</a></li>
</ul>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://github.com/rucio" class="icon fa-github"><span class="label">GitHub</span></a></li>
<li><a href="http://rucio.cern.ch/documentation/contact_us" class="icon fa-comments"><span class="label">Contact
Us</span></a></li>
<li><a href="mailto:[email protected]" class="icon fa-envelope-o"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>Website template by: <a href="http://html5up.net">HTML5 UP</a></li>
<li>Background image by: <a href="https://cds.cern.ch/record/1489958">CERN</a></li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>