forked from Netflix/archaius
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (46 loc) · 2.36 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<title>Archaius by Netflix</title>
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<div class="wrapper">
<header>
<h1>Archaius</h1>
<p></p>
<p class="view"><a href="https://github.com/Netflix/archaius">View the Project on GitHub <small>Netflix/archaius</small></a></p>
<ul>
<li><a href="https://github.com/Netflix/archaius/zipball/master">Download <strong>ZIP File</strong></a></li>
<li><a href="https://github.com/Netflix/archaius/tarball/master">Download <strong>TAR Ball</strong></a></li>
<li><a href="https://github.com/Netflix/archaius">View On <strong>GitHub</strong></a></li>
</ul>
</header>
<section>
<h1>Archaius</h1>
<h2>Features</h2>
<p>Archaius includes a set of configuration management APIs used by Netflix. It provides the following functionalities:</p>
<ul>
<li>Allow configurations to change dynamically at runtime. This enable production systems to get configuration changes without having to restart.</li>
<li>Add a cache layer that contains desired properties on top of the configuration to provide typed, fast and thread-safe access to the property. </li>
<li>Create a hierarchy of configurations and determine the final property value in a simple, fast and thread-safe manner.</li>
</ul><h2>Documentation</h2>
<p>Please see <a href="https://github.com/Netflix/archaius/wiki">wiki</a> for detail documentations.</p>
<h2>Origin</h2>
<p><a href="http://en.wikipedia.org/wiki/Archaius">Archaius</a> is a species of Chameleon whose color exhibits the same dynamic nature as the configurations we use in Netflix.</p>
</section>
<footer>
<p>This project is maintained by <a href="https://github.com/Netflix">Netflix</a></p>
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
</footer>
</div>
<script src="javascripts/scale.fix.js"></script>
</body>
</html>