Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docu2 #19

Closed
wants to merge 39 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
d096eb2
Fix RFCs link
Sep 1, 2021
d2e1586
Update RFCs and fix link
Sep 1, 2021
ae93b11
Make homepage feature headers links
Sep 1, 2021
b431315
Fix homepage links
Sep 1, 2021
1a75764
Update homepage feature svgs
Sep 1, 2021
3651614
Add homepage feature svgs
Sep 1, 2021
ff63056
Add About Us page
Sep 1, 2021
ac86fc2
Update About Us, and fix links
Sep 1, 2021
fc53923
Fix footer links
Sep 1, 2021
e4fd327
Resolve merge conflicts in codecs.md
Licenser Sep 2, 2021
928f587
Update connectivity.md
Sep 2, 2021
72e3416
Update install.md
Sep 2, 2021
5e0e444
Update scripting.md
Sep 2, 2021
9628ecb
Update specialize.md
Sep 2, 2021
33aafa4
Update header in rfc template
Licenser Sep 2, 2021
243a298
Add title for rfc template
Licenser Sep 2, 2021
28f76d1
Add h1 header to RFC file
Sep 2, 2021
ed97e11
Delete duplicate files
Sep 3, 2021
e91ac76
Organise page files
Sep 3, 2021
11906ce
Update codecs.md
Sep 3, 2021
153521c
Update connectivity.md
Sep 3, 2021
1027a22
Update connectivity.md
Sep 3, 2021
f6d41aa
Update getting-started.md
Sep 3, 2021
7770bb6
Update getting-started.md
Sep 3, 2021
7763c99
Update install.md
Sep 3, 2021
e4691f8
Update scripting.md
Sep 3, 2021
8d36ca7
Update scripting.md
Sep 3, 2021
50a64b5
Update specialize.md
Sep 3, 2021
13b1764
Update 0002-pipeline-state-mechanism.md
Sep 3, 2021
b9c3292
Update 0003-linked-transports.md
Sep 3, 2021
370a648
Update 0004-sliding-window-mechanism.md
Sep 3, 2021
b3f8868
Update 0005-circuit-breaker-mechanism.md
Sep 3, 2021
ef8de65
Update 0006-plugin-development-kit.md
Sep 3, 2021
27e831e
Update 0007-pipeline-optimizations.md
Sep 3, 2021
cc4f33a
Update 0008-onramp-postgres.md
Sep 3, 2021
d93fd69
Update 0009-ramp-interface.md
Sep 3, 2021
5fb5a5b
Update 0010-modularity.md
Sep 3, 2021
5bfcac1
Update 0011-string-interpolation.md
Sep 3, 2021
1d72d26
Update 0012-correlation.md
Sep 3, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update About Us, and fix links
Signed-off-by: skoech <sharonkoech5147@gmail.com>
Signed-off-by: Heinz N. Gies <heinz@licenser.net>
  • Loading branch information
skoech authored and Licenser committed Sep 2, 2021
commit ac86fc20add3bc3ba6664aa3e5586a1c55d789a4
18 changes: 18 additions & 0 deletions getting-started/about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: About Us
description: More information about Tremor, where and how it works.
hide_table_of_contents: false
---

## About Us

Tremor is an early-stage event processing system for unstructured data, with rich support for structural pattern matching, filtering and transformation.


![Tremor Stats](../static/img/tremor/stats.png/)

Tremor is particularly well suited for log and metrics shipping, resulting in 10x fewer hosts, 10x fewer CPUs and 10x less memory footprint than alternatives such as Logstash.

For data distribution at scale, Tremor introduces proactive rate limiting and back-pressure handling. These facilities mean that when systems go over capacity (eg: during peak e-commerce trading environments, such as cyber-5)- where we may already be running with scaled up infrastructure- the upstream or downstream resource saturation has no negative impact on our production operations.

Tremor replaces Logstash, Telegraf, and other data distribution tools at [Wayfair](https://www.wayfair.com/), with a single high-performance tool that is easy to configure and use.
18 changes: 18 additions & 0 deletions src/pages/about.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: About Us
description: More information about Tremor, where and how it works.
hide_table_of_contents: false
---

## About Us

Tremor is an early-stage event processing system for unstructured data, with rich support for structural pattern matching, filtering and transformation.


![Tremor Stats](../../static/img/tremor/stats.png)

Tremor is particularly well suited for log and metrics shipping, resulting in 10x fewer hosts, 10x fewer CPUs and 10x less memory footprint than alternatives such as Logstash.

For data distribution at scale, Tremor introduces proactive rate limiting and back-pressure handling. These facilities mean that when systems go over capacity (eg: during peak e-commerce trading environments, such as cyber-5)- where we may already be running with scaled up infrastructure- the upstream or downstream resource saturation has no negative impact on our production operations.

Tremor replaces Logstash, Telegraf, and other data distribution tools at [Wayfair](https://www.wayfair.com/), with a single high-performance tool that is easy to configure and use.
Binary file added static/img/tremor-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.