Skip to content
This repository was archived by the owner on Mar 21, 2022. It is now read-only.

Commit 2c9a2ff

Browse files
committed
change testimonials
1 parent 9ede6b7 commit 2c9a2ff

File tree

3 files changed

+13
-15
lines changed

3 files changed

+13
-15
lines changed

images/user_logo/GREE.png

247 KB
Loading

images/user_logo/PPTV.png

14.1 KB
Loading

index.html

+13-15
Original file line numberDiff line numberDiff line change
@@ -90,17 +90,6 @@ <h2>Log everything in <span>JSON</span></h2>
9090
<h3><span><strong>Fluentd in the Industry</strong></span></h3>
9191
</div>
9292
<div class="column-holder">
93-
<div class="column">
94-
<img class="logo-image" src="images/user_logo/ContextLogic.png" height="60"/>
95-
<p class="testimonial-text">
96-
"We started using Fluentd from early on to collect user event data.
97-
Its reliability and ease of use from application code (Python for us)
98-
make it easy for us to keep track of the key metrics."
99-
<br/>
100-
<p class="testimonial-author">Danny Zhang</p>
101-
<p class="testimonial-author">co-founder</p>
102-
</p>
103-
</div>
10493
<div class="column">
10594
<img class="logo-image" src="images/user_logo/Slideshare.png" height="60"/>
10695
<p class="testimonial-text">
@@ -112,11 +101,20 @@ <h3><span><strong>Fluentd in the Industry</strong></span></h3>
112101
</p>
113102
</div>
114103
<div class="column">
115-
<img class="logo-image" src="images/user_logo/Viki.png" height="60"/>
104+
<img class="logo-image" src="images/user_logo/PPTV.png" height="60"/>
105+
<p class="testimonial-text">
106+
"PPTV.com is one of the largest Chinese online TV provider. We tried to find a solution to do realtime log-collection and analyse based on the massive logfiles. Finally, we found that Fluentd is the perfect solution to do real-time log collection."
107+
<br/>
108+
<p class="testimonial-author">Xinyi Zhou</p>
109+
<p class="testimonial-author">PPTV site operation team</p>
110+
</p>
111+
</div>
112+
<div class="column">
113+
<img class="logo-image" src="images/user_logo/GREE.png" height="60"/>
116114
<p class="testimonial-text">
117-
"At Viki, we use Fluentd deployed on Heroku to collect analytics events from various apps which then go into Treasure Data and in-house Hadoop Cluster for analysis. Fluentd integrates seamlessly with Heroku, and we've been impressed with its versatility and reliability."
118-
<p class="testimonial-author">Abhishek Parolkar</p>
119-
<p class="testimonial-author">BigData Infrastructure Manager</p>
115+
"Data Science is at the core of GREE’s business, and it starts with logging user events and Advertisement related data. We currently deploy Fluentd for a number of our games and ad services to federate user event data, and use that data for product decisions."
116+
<p class="testimonial-author">Masaki Fujimoto</p>
117+
<p class="testimonial-author">CTO</p>
120118
</p>
121119
</div>
122120
</div>

0 commit comments

Comments
 (0)