-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
97 lines (96 loc) · 4.46 KB
/
Copy pathindex.html
File metadata and controls
97 lines (96 loc) · 4.46 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
---
layout: layout
---
<section id="APPS">
<br/>
<div class="row text-center">
<div class="col-md-12"><h1>Analytics</h1>
<small><i>powered by super-fast <a data-target="#MIADB" href="#MIADB" data-toggle="modal"><b>MIA database</b></a></i></small>
</div>
</div>
<div class="row text-center">
<div class="col-md-6">
<h2><a href="http://a.plumplot.co.uk/a/git_statistics.html">Gitcharts</a></h2>
<p><small><i>Explore anomalies and keep tidy your git repository.</i></small></p>
<p><a href="gitcharts.html">
<img src="img/gcharts.png" class="img-responsive center-block" alt="Interactive git analytics. Live git stats."></a>
</p>
</div>
<div class="col-md-6">
<h2><a href="http://www.plumplot.co.uk">House price advisor</a></h2>
<p><small><i><a href="http://blog.landregistry.gov.uk/spotlight-on-housing-expert-henry-pryor" target="_blank">Used</a> by Henry Pryor, the BBC's fav property expert.</i></small></p>
<p><a href="http://a.plumplot.co.uk">
<img src="img/house.png" class="img-responsive center-block" alt="England house prices."></a>
</p>
</div>
</div>
<div class="row text-center">
<div class="modal fade" id="MIADB" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h2 class="modal-title" id="myModalLabel">MIA DB</h2>
</div>
<div class="modal-body text-left">
<p>is <b>M</b>ulti-user (and Multi-tenant) <b>I</b>nteractive <b>A</b>nalytical <b>d</b>ata<b>b</b>ase developed by Briskat.
Revolutionary architecture combines concepts from the outside
world ( e.g. Git, Dropbox, Erlang ) with our previous experience in OLAP industry.
</p>
<p>MIA enables <b>fast development</b> of various kind of analytics. At the same time,
it delivers <b>great online user experience</b>, reduces <b>complexity</b>
and <b>the total cost</b> of an interactive online analytic solution.
Million daily users can easily analyze data while getting near-instant responses.</p>
<p>Key design features:
<ul>
<li>high requests throughput</li>
<li>low latency responses</li>
<li>ad-hoc querying</li>
<li>data agnostic</li>
<li>frequent data loads</li>
<li>frequent changes in a data model</li>
</ul>
</p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="CONTACT">
<div class="col-lg-12 text-center">
<h2><span class="glyphicon glyphicon-envelope" aria-hidden="true"></span>
ask@<img src="img/logo-s.png" alt="briskat" style="padding-bottom: 11px" width="110" height="58">.com
</h2>
<h1></h1>
</div>
</section>
<div class="row text-center">
<div class="col-md-4">
<div class="span12" style="border: 1px solid #bbb;">
<a class="twitter-timeline" href="https://twitter.com/thebriskat" data-widget-id="725626261725388800">Tweets by @thebriskat</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
</div>
<div class="col-md-8">
<div class="col-md-6">
<h2>Interview for</h2>
<br/><a href="http://blog.landregistry.gov.uk/price-paid-data-briskat-common-guest-blog"><img src="img/lr.png" class="img-responsive center-block" alt="tutorial"></a>
</div>
<div class="col-md-6">
<h2>Developer's corner</h2>
<br/><a href="http://datamatic.co/page/how-to-create-an-interactive-data-analytic-map/"><img src="img/datamatic.png" class="img-responsive center-block" alt="tutorial">How to create<br/></a> an interactive analytic map
</div>
<div class="col-md-6">
<h2><a href="http://imgur.com/a/VCKTZ">UK open data</a></h2>
England house prices, house sales, population and crime in maps and graphs.
</div>
<div class="col-md-6">
<h2><a href="http://imgur.com/a/NMkFL">London open data</a></h2>
house prices, property sales volumes in maps and graphs.
</div>
</div>
</div>