-
Notifications
You must be signed in to change notification settings - Fork 0
/
aster.html
135 lines (107 loc) · 4.36 KB
/
aster.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<!-- Always force latest IE rendering engine or request Chrome Frame -->
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<!-- Use title if it's in the page YAML frontmatter -->
<title>
Aster Introduction
</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="../../../../stylesheets/master.css" rel="stylesheet" media="screen,print" />
<link href="../../../../stylesheets/print.css" rel="stylesheet" media="print" />
<link href='../../../../images/favicon.ico' rel='shortcut icon'>
<script src="../../../../javascripts/all.js"></script>
<script type="text/javascript">
if (window.location.host === 'localhost:9292') {
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-39702075-1']);
_gaq.push(['_setDomainName', 'pivotal.io']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
}
</script>
</head>
<body class="x4360 x4360_client_tool_guides x4360_client_tool_guides_load x4360_client_tool_guides_load_unix x4360_client_tool_guides_load_unix_gpfdist has-subnav">
<div class="viewport">
<div class='wrap'>
<script src="https://use.typekit.net/clb0qji.js" type="text/javascript"></script>
<script type="text/javascript">
try {
Typekit.load();
} catch (e) {
}
</script>
<script type="text/javascript">
document.domain = "pivotal.io";
</script>
<script type="text/javascript">
WebFontConfig = {
google: { families: [ 'Source+Sans+Pro:300italic,400italic,300,400,600:latin' ] }
};
(function() {
var wf = document.createElement('script');
wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
'://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
wf.type = 'text/javascript';
wf.async = 'true';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(wf, s);
})();
</script>
<header class="header header-layout">
<h1 class="logo">
Aster Documentation
</h1>
</header>
<div class="container">
<main class="content content-layout" id="js-content" role="main">
<a id="top"></a>
<h1 class="title sectiontitle">Description</h2>
<p class="p"><samp class="ph codeph">lotus</samp> is a high speed web server that serves data files to Greenplum Databases.</p>
<p class="p"><samp class="ph codeph">aster</samp> is a streaming server that works together with <samp class="ph codeph">lotus</samp>. It could ingest data records from Kafka/Rabbitmq/Fluent-bit.</p>
<div class="section" id="topic1__section2">
<h2 class="title sectiontitle">Releases</h2>
<p class="p"> <a href="https://ginobiliwang.github.io/lotus-doc/release.html">Binaries and release notes</a></p>
</div>
<div class="section" id="topic1__section2">
<h2 class="title sectiontitle">Synopsis</h2>
<pre class="pre codeblock"><strong class="ph b">aster --help</strong></pre>
</div>
<div class="section" id="topic1__section3">
<h2 class="title sectiontitle">Demos</h2>
<h2 class="title sectiontitle">FlowChart</h2>
<img class="image" src="highlevel_arch.png" width="1024" height="384">
</main><!--end of content-->
</div><!-- end of container -->
<script type="text/javascript">
(function() {
var didInit = false;
function initMunchkin() {
if(didInit === false) {
didInit = true;
Munchkin.init('625-IUJ-009');
}
}
var s = document.createElement('script');
s.type = 'text/javascript';
s.async = true;
s.src = document.location.protocol + '//munchkin.marketo.net/munchkin.js';
s.onreadystatechange = function() {
if (this.readyState == 'complete' || this.readyState == 'loaded') {
initMunchkin();
}
};
s.onload = initMunchkin;
document.getElementsByTagName('head')[0].appendChild(s);
})();
</script>
</div><!--end of wrap-->
</div><!--end of viewport-->
</body>
</html>