-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
406 lines (248 loc) · 17.4 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
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
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
<!DOCTYPE html>
<!--
Stellar by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Time Series Admin</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content=" Administration and querying interface for InfluxDB databases ">
<meta name="author" content=" Jan Grzegorowski ">
<meta name="generator" content="Hugo 0.74.3" />
<!-- [if lte IE 8 ]]> <script src="https://timeseriesadmin.github.io/js/ie/html5shiv.js"></script><![endif] -->
<link rel="stylesheet" href="https://timeseriesadmin.github.io/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="https://timeseriesadmin.github.io/css/ie8.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="https://timeseriesadmin.github.io/css/ie9.css" /><![endif]--><link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/brands.css" integrity="sha384-rf1bqOAj3+pw6NqYrtaE1/4Se2NBwkIfeYbsFdtiR6TQz0acWiwJbv1IM/Nt/ite" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/fontawesome.css" integrity="sha384-1rquJLNOM3ijoueaaeS5m+McXPJCGdr5HcA03/VHXxcp2kX2sUrQDmFc3jR5i/C7" crossorigin="anonymous">
<link rel="stylesheet" href="https://timeseriesadmin.github.io/css/custom.css" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#000000">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="theme-color" content="#ffffff">
<meta name="google-site-verification" content="b_Vrziks99HrK4KJ3NwaLswDCYPW4kkl4Nd8nYdL_zQ" />
</head>
<body>
<div id="wrapper">
<header id="header">
<span class="logo"><img src="images/icon.svg" alt="Time Series Admin" /></span>
<h1>Time Series Admin</h1>
<p> Administration and querying interface for InfluxDB databases
</p>
</header>
<nav id="nav">
<ul>
<li><a href="#overview" class="active">Overview</a></li>
<li><a href="#download" class="active">Download</a></li>
<li><a href="#showcase" class="active">Showcase</a></li>
<li><a href="#license" class="active">License</a></li>
</ul>
</nav>
<div id="main">
<section id="overview" class="main">
<div class="content">
<header class="major">
<h2>Overview</h2>
</header>
<p>
Time Series Admin is a tool built primarily for developers and administrators who need a simple user interface for interacting with InfluxDB databases. A general knowledge about InfluxQL is required to use Time Series Admin properly, but for those who just want to browse through the structure of a database, there is Explorer panel. One of the most useful features in everyday work is the query history panel which remembers last 30 queries. Time Series Admin is built as an alternative to Chronograf and deprecated Influx Admin UI.<!-- raw HTML omitted --><!-- raw HTML omitted -->Go ahead and browse through the <a href="/#showcase">Showcase</a> section to find out more.
</p>
<span class="image"><img src="images-mini/timeseriesadmin.png" alt="" /></span>
<p style="text-align: center">Time Series Admin Application on Mac OS X</p>
</div>
</section>
<section id="download" class="main special">
<header class="major">
<h2>Download</h2>
<p>Download latest Time Series Admin for your OS</p>
</header>
<ul class="features">
<li>
<a href="https://github.com/timeseriesadmin/timeseriesadmin/releases/download/v0.1.13/TimeSeriesAdmin.dmg">
<i class="icon major style1 fab fa-apple"></i>
<h3>Mac OS X (.dmg) </h3>
<button>
<i class="fa fa-download"></i>
Download
</button>
<p>Tested with Mac OS X 10.13 High Sierra</p>
</a>
</li>
<li>
<a href="https://github.com/timeseriesadmin/timeseriesadmin/releases/download/v0.1.13/TimeSeriesAdmin.deb">
<i class="icon major style2 fab fa-linux"></i>
<h3>Linux (.deb) </h3>
<button>
<i class="fa fa-download"></i>
Download
</button>
<p>Tested with Ubuntu 18.04</p>
</a>
</li>
<li>
<a href="https://github.com/timeseriesadmin/timeseriesadmin/releases/download/v0.1.13/TimeSeriesAdmin.exe">
<i class="icon major style3 fab fa-windows"></i>
<h3>Windows (.exe) </h3>
<button>
<i class="fa fa-download"></i>
Download
</button>
<p>Tested with Windows 10<!-- raw HTML omitted -->(64-bit version)</p>
</a>
</li>
<li>
<a href="https://hub.docker.com/r/timeseriesadmin/timeseriesadmin/">
<i class="icon major style4 fab fa-docker"></i>
<h3>Docker Image </h3>
<button>
<i class="fa fa-link"></i>
Go to Docker Hub
</button>
<p>Tested with Docker 18.06-ce</p>
</a>
</li>
</ul>
<p class="content">Not working with your specific OS version?</p>
<footer class="major">
<ul class="actions">
<li>
<a href="https://github.com/timeseriesadmin/timeseriesadmin/issues/new" class="button ">
<i class="fa fa-exclamation"></i>
Report an issue
</a>
</li>
</ul>
</footer>
</section>
<section id="showcase" class="main special">
<header class="major">
<h2>Showcase</h2>
<p>A short presentation of Time Series Admin application features.</p>
</header>
<ul class="showcase">
<li class="style1">
<span class="image"><img src="images-mini/timeseriesadmin--browse-results.png" alt="Browse through Influx query results" title="Browse through Influx query results" /></span>
<strong class="caption">Browse through Influx query results</strong>
<p class="description">With interactive results table you can easily browse through query results</p>
</li>
<li class="style2">
<span class="image"><img src="images-mini/timeseriesadmin--time-format.png" alt="Adjust time format" title="Adjust time format" /></span>
<strong class="caption">Adjust time format</strong>
<p class="description">Select desired time format for current query results</p>
</li>
<li class="style3">
<span class="image"><img src="images-mini/timeseriesadmin--panel-connect.png" alt="Save InfluxDB connection data" title="Save InfluxDB connection data" /></span>
<strong class="caption">Save InfluxDB connection data</strong>
<p class="description">With SAVE CONNECTION DATA button you may store your current connection data in CONNECT panel list.</p>
</li>
<li class="style4">
<span class="image"><img src="images-mini/timeseriesadmin--panel-explorer.png" alt="Explore InfluxDB server" title="Explore InfluxDB server" /></span>
<strong class="caption">Explore InfluxDB server</strong>
<p class="description">Go through your InfluxDB structure without writing single InfluxQL query.</p>
</li>
<li class="style5">
<span class="image"><img src="images-mini/timeseriesadmin--panel-history.png" alt="Repeat recently run queries" title="Repeat recently run queries" /></span>
<strong class="caption">Repeat recently run queries</strong>
<p class="description">Click on HISTORY list entry to place selected query inside Query textarea. Easily repeat it or refactor before running again.</p>
</li>
<li class="style6">
<span class="image"><img src="images-mini/timeseriesadmin--panel-reference.png" alt="Check references without leaving Time Series Admin" title="Check references without leaving Time Series Admin" /></span>
<strong class="caption">Check references without leaving Time Series Admin</strong>
<p class="description">Click on selected reference in REFERENCE panel to place it inside Query textarea. Easily refactor query code and run it.</p>
</li>
<li class="style7">
<span class="image"><img src="images-mini/timeseriesadmin--hide-panels.png" alt="Make more space for results" title="Make more space for results" /></span>
<strong class="caption">Make more space for results</strong>
<p class="description">You can hide or show utility panels to make space for query results if needed.</p>
</li>
<li class="style8">
<span class="image"><img src="images-mini/timeseriesadmin--understand-errors.png" alt="Understand your mistakes" title="Understand your mistakes" /></span>
<strong class="caption">Understand your mistakes</strong>
<p class="description">Thanks to the descriptive and interactive error messages</p>
</li>
<li class="style9">
<span class="image"><img src="images-mini/timeseriesadmin--success.png" alt="Verify results of your requests" title="Verify results of your requests" /></span>
<strong class="caption">Verify results of your requests</strong>
<p class="description">Simple DROP MEASUREMENT query should return 200: OK, which you may quickly verify.</p>
</li>
<li class="style10">
<span class="image"><img src="images-mini/timeseriesadmin--password.png" alt="Check password input value" title="Check password input value" /></span>
<strong class="caption">Check password input value</strong>
<p class="description">You can view password as a plain text if necessary.</p>
</li>
<li class="style11">
<span class="image"><img src="images-mini/timeseriesadmin--responsive.png" alt="Scale application window to fit your needs" title="Scale application window to fit your needs" /></span>
<strong class="caption">Scale application window to fit your needs</strong>
<p class="description">It is responsive, but don't go crazy small or it will become unusable.</p>
</li>
</ul>
<p class="content">If you didn't find a feature you are looking for don't hesitate to ask.</p>
<footer class="major">
<ul class="actions">
<li>
<a href="https://github.com/timeseriesadmin/timeseriesadmin/issues/new" class="button ">
<i class="fa fa-flag"></i>
Request a feature
</a>
</li>
</ul>
</footer>
</section>
<section id="license" class="main special">
<header class="major">
<h2>License</h2>
<p>It is free to download, share and use.<!-- raw HTML omitted -->Application is MIT licensed, so you may modify it however you want, if needed.</p>
</header>
</section>
</div>
<footer id="footer">
<section>
<h2>Share your opinion</h2>
<p>If you find this application useful please share it with others.<!-- raw HTML omitted -->If you like this project go ahead and give it a star.</p>
<ul class="actions">
<li>
<a href="https://github.com/timeseriesadmin/timeseriesadmin" class="button ">
<i class="fa fa-star"></i>
Star it
</a>
</li>
</ul>
</section>
<section>
<h2>Time Series Admin</h2>
<p>Electron based application for InfluxDB querying and administration.</p>
<ul class="icons">
<li><a href="https://github.com/timeseriesadmin/timeseriesadmin" class="icon alt fa-github"><span class="label">Github</span></a></li>
<li><a href="mailto:[email protected]?subject=[Time%20Series%20Admin]%20Question" class="icon alt fa-envelope"><span class="label">Email</span></a></li>
</ul>
</section>
<p class="copyright">
Theme based on <a href="https://github.com/antonpolishko/hugo-stellar-theme">Hugo Stellar</a> and <a href="https://html5up.net">HTML5UP Stellar theme</a>, modified by <a href="https://www.grzegorowski.com">Jan Grzegorowski</a>
</p>
</footer>
</div>
<!-- Scripts -->
<script src="https://timeseriesadmin.github.io/js/jquery.min.js"></script>
<script src="https://timeseriesadmin.github.io/js/jquery.scrollex.min.js"></script>
<script src="https://timeseriesadmin.github.io/js/jquery.scrolly.min.js"></script>
<script src="https://timeseriesadmin.github.io/js/skel.min.js"></script>
<script src="https://timeseriesadmin.github.io/js/util.js"></script>
<!-- [if lte IE 8 ]]> <script src="https://timeseriesadmin.github.io/js/ie/respond.min.js"></script><![endif] -->
<script src="https://timeseriesadmin.github.io/js/main.js"></script>
<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'UA-98635349-3', 'auto');
ga('send', 'pageview');
}
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
</body>
</html>