-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
165 lines (147 loc) · 7.75 KB
/
index.html
File metadata and controls
165 lines (147 loc) · 7.75 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
<html><head>
<title>DBToaster - Welcome to dbtoaster.org</title>
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css" media="screen" />
<link rel="stylesheet" type="text/css" href="css/bootstrap-theme.min.css" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="css/font-awesome.min.css">
</head> <body>
<a name="pagetop"></a>
<div class="overallpage">
<div class="pagebody">
<div class="logobox">
<a href="index.html" ><img src="dbtoaster-logo.gif" width="214"
height="100" alt="DBToaster"/></a> </div>
<div class="navbar navbar-default">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">About <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="index.html" >Welcome to dbtoaster.org</a></li>
<li><a href="home_about.html" >Is DBToaster right for you?</a></li>
<li><a href="home_performance.html" >Performance</a></li>
<li><a href="home_features.html" >Features</a></li>
<li><a href="home_features.html#roadmap" ><small><i class="fa fa-caret-square-o-right"></i> Roadmap</small></a></li>
<li><a href="home_people.html" >The Team</a></li>
<li><a href="home_research.html" >For Researchers</a></li>
</ul>
</li>
<li class="dropdown">
<!--?php if(!isset($now_building_distro)) { ?-->
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Downloads <b class="caret"></b></a>
<!--?php } else { ?-->
<!--a href="#" class="dropdown-toggle" data-toggle="dropdown">License <b class="caret"></b></a-->
<!--?php } ?-->
<ul class="dropdown-menu">
<!--?php if(!isset($now_building_distro)) { ?-->
<li><a href="download.html" >Downloads</a></li>
<!--?php } ?-->
<li><a href="download.html#license" >License</a></li>
<li><a href="download.html#changelog" >Changelog</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="docs.html" >Installation</a></li>
<li><a href="docs_start.html" >Getting Started</a></li>
<li><a href="docs_architecture.html" >Architecture</a></li>
<li><a href="docs_compiler.html" >Command-Line Reference</a></li>
<li><a href="docs_compiler.html#options" ><small><i class="fa fa-caret-square-o-right"></i> Command-Line Options</small></a></li>
<li><a href="docs_compiler.html#languages" ><small><i class="fa fa-caret-square-o-right"></i> Supported Languages</small></a></li>
<li><a href="docs_compiler.html#opt_flags" ><small><i class="fa fa-caret-square-o-right"></i> Optimization Flags</small></a></li>
<li><a href="docs_sql.html" >DBToaster SQL Reference</a></li>
<li><a href="docs_stdlib.html" >DBToaster StdLib Reference</a></li>
<li><a href="docs_adaptors.html" >DBToaster Adaptors Reference</a></li>
<li><a href="docs_cpp.html" >C++ Code Generation</a></li>
<li><a href="docs_scala.html" >Scala Code Generation</a></li>
<li><a href="docs_java.html" >DBToaster in Java Programs</a></li>
<li><a href="docs_customadaptors.html" >Custom Adaptors</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Contact <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="home_contact.html#inquiries" >Inquiries</a></li>
<li><a href="home_contact.html#mailing" >Mailing List</a></li>
<li><a href="bugs.html" >Bug Reports</a></li>
</ul>
</li>
</ul>
</div>
</div>
<div class="contentwrapper">
<div class="content">
<div class="titlebox">Welcome to dbtoaster.org</div><!--?php if(!isset($now_building_distro)) { ?-->
<div class="container">
<section class="btn-wrapper-download">
<div class="download-btns">
<span class="download-text"><i class="fa fa-cloud-download"> </i>Download DBToaster 2.3</span>
<div class="linux-btn-wrapper" style="display: none;">
<!--div class="linux-bit" style="display: none;">
<ul>
<li><a href="dist/dbtoaster_rhel6.6_x86_64_3387.tgz"> RHEL </a></li>
<li><a href="dist/dbtoaster_ubuntu14.04_x86_64_3387.tgz"> Ubuntu </a></li>
</ul>
</div-->
<a href="dist/dbtoaster_2.3_linux.tgz" class="linux-btn" title="Linux" ><i class="fa fa-linux"></i></a>
</div>
<a href="dist/dbtoaster_2.3_darwin.tgz" class="mac-btn" title="macOS" style="display: none;"><i class="fa fa-apple"></i></a>
<a href="dist/dbtoaster_cygwin_3387.tgz" class="windows-btn" title="Windows (Cygwin)" style="display: none;"><i class="fa fa-windows"></i></a>
</div>
<!--span id="download-info" style="display: none;">Completely free 7-day full trial</span-->
</section>
<!-- Store Button -->
<!--?php if(!isset($now_building_distro)) { ?-->
<section class="btn-wrapper-shop">
<div class="store-btn">
<a href="samples.html" >Examples</a> </div>
<span id="shop-info" style="display: none;">Individual license: 49 US$</span>
</section>
<!--?php } ?-->
</div>
<!--?php } ?-->
<p>DBToaster is an SQL-to-native-code compiler. It generates lightweight, specialized, embeddable query engines for applications that require real-time, low-latency data processing and monitoring capabilities.
The DBToaster compiler generates code that can be easily incorporated into any C++ or JVM-based (Java, Scala, ...) project.
</p>
<p>Since 2009, DBToaster has spearheaded the currently ongoing database compilers revolution.
If you are looking for the fastest possible execution of continuous analytical queries, DBToaster is the answer.
DBToaster code is
<a href="home_performance.html" >3-6 orders of magnitude</a> faster
than all other systems known to us.
</p>
<p>It is also the only freely available query compiler (but check out our
<a href="download.html#license" >license</a> for
restrictions on commercial use).
</p>
<h4>
<p>
<a href="home_about.html" >Learn more about DBToaster and check whether it is right for you</a></p>
<p>
Get started quickly with <a href="docs_start.html" >these instructions</a></p>
<p>Questions? Contact us at dbtoaster@epfl.ch !</p>
<p>DBToaster is now open-source! See the repos at <a href="https://github.com/dbtoaster/">https://github.com/dbtoaster/</a>!
</p>
</h4>
</div><!-- /content -->
</div><!-- /contentwrapper -->
</div><!-- /pagebody -->
<div class="footer">
<hr/>
<p>Copyright (c) 2009-2017, The DBToaster Consortium. All rights reserved.</p>
</div>
</div><!-- /overallpage -->
<div id="pageEndElem" style="padding: 0 20px;"></div>
<script type="text/javascript" src="js/jquery-2.0.3.min.js"> </script>
<script type="text/javascript" src="js/bootstrap.min.js"> </script>
</body>
</html>