Skip to content

Commit

Permalink
Refactor Netlify splash page
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Skillington committed Aug 7, 2018
1 parent 0835b46 commit 2e17b78
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions m3db.io/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>M3DB</title>
<title>M3</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Lato:400:700" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<link rel="stylesheet" href="css/foundation.css">
Expand Down Expand Up @@ -43,8 +43,8 @@
<header>
<div class="grid-container grid-x text-center">
<div class="cell">
<h1>M3DB</h1>
<h2>The fully open source time series database</h2>
<h1>M3</h1>
<h2>The fully open source metrics platform built on M3DB, a distributed timeseries database</h2>
<a class="button" href="http://m3db.github.io/m3/how_to/single_node/">Get Started</a>
<a class="button secondary" href="http://m3db.github.io/m3/m3db/">Learn More</a>
</div>
Expand All @@ -56,13 +56,14 @@ <h2>The fully open source time series database</h2>
<div class="grid-x text-center grid-container">
<div class="large-2 medium-2 cell"></div>
<div class="large-8 medium-8 cell">
<h2>Why M3DB?</h2>
<h2>Why M3?</h2>
<p>
M3DB was developed from Uber out of necessity. After trying what was available in the market
and always running into issues, we decided that rolling our own specialized time series
database was the way to go. Armed with our experience and knowing all the pain points, we
built an Uber-scale-proof system from the ground up, customizable to fit into numerous
environments.
M3, a metrics platform, and M3DB, a distributed time series database, were developed at Uber out
of necessity. After using what was available as open source and finding we were unable to use them
at our scale due to issues with their relability, cost and operationally intensive nature
we built our own metrics platform piece by piece. We used our experience to help us build a native
distributed time series database, a highly dynamic and performant aggregation service, query engine
and other supporting infrastructure.
</p>
</div>
<div class="large-2 medium-2 cell"></div>
Expand Down

0 comments on commit 2e17b78

Please sign in to comment.