-
Notifications
You must be signed in to change notification settings - Fork 0
/
99.html
309 lines (278 loc) · 16 KB
/
99.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
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<title>Whos Using Unfiltered? · Unfiltered</title>
<meta charset="utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="description" content='website'/>
<link href="https://fonts.googleapis.com/css?family=Roboto:100normal,100italic,300normal,300italic,400normal,400italic,500normal,500italic,700normal,700italic,900normal,900italicc" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="lib/jquery/jquery.min.js"></script>
<script type="text/javascript" src="js/page.js"></script>
<script type="text/javascript" src="js/warnOldVersion.js"></script>
<script type="text/javascript" src="js/groups.js"></script>
<script type="text/javascript" src="js/snippets.js"></script>
<link rel="stylesheet" type="text/css" href="lib/foundation/dist/foundation.min.css"/>
<link rel="stylesheet" type="text/css" href="css/page.css"/>
<!--
<link rel="shortcut icon" href="images/favicon.ico" />
-->
</head>
<body>
<div class="off-canvas-wrapper">
<div class="off-canvas-wrapper-inner" data-off-canvas-wrapper>
<div class="off-canvas position-left" id="off-canvas-menu" data-off-canvas>
<nav class="off-canvas-nav">
<div class="nav-home">
<a href="index.html" >
<span class="home-icon">⌂</span>Unfiltered
</a>
<div class="version-number">
0.12.0
</div>
</div>
<div class="nav-toc">
<ul>
<li><a href="01.html" class="page">Try Unfiltered</a></li>
<li><a href="02.html" class="page">Plans and Intents</a></li>
<li><a href="03.html" class="page">Bindings and Servers</a></li>
<li><a href="04.html" class="page">Project Setup</a></li>
<li><a href="05.html" class="page">Community</a></li>
<li><a href="06/00.html" class="page">Matching and Responding</a>
<ul>
<li><a href="06/a.html" class="page">Request Matchers</a></li>
<li><a href="06/b.html" class="page">Within the Parameters</a></li>
<li><a href="06/c.html" class="page">Response Functions</a></li>
<li><a href="06/d.html" class="page">Silly Store</a></li>
</ul></li>
<li><a href="07/00.html" class="page">Directives and Validation</a>
<ul>
<li><a href="07/a.html" class="page">Directive Intent</a></li>
<li><a href="07/b.html" class="page">Parameters as Directives</a></li>
<li><a href="07/c.html" class="page">Interpreter Reuse and Implicits</a></li>
<li><a href="07/d.html" class="page">Required Parameters</a></li>
<li><a href="07/e.html" class="page">Independent Failure</a></li>
<li><a href="07/f.html" class="page">Interpreters of Your Own Design</a></li>
<li><a href="07/g.html" class="page">Let’s wrap this up, Ada</a></li>
</ul></li>
<li><a href="08/00.html" class="page">Application Structure</a>
<ul>
<li><a href="08/a.html" class="page">Planning for Any-thing</a></li>
<li><a href="08/b.html" class="page">Just Kitting</a></li>
</ul></li>
<li><a href="09/00.html" class="page">Identification and Cookies</a>
<ul>
<li><a href="09/a.html" class="page">Who’s Who</a></li>
<li><a href="09/b.html" class="page">Remembrance of Things Past</a></li>
</ul></li>
<li><a href="10/00.html" class="page">Netty Plans</a>
<ul>
<li><a href="10/a.html" class="page">Trying Netty</a></li>
<li><a href="10/b.html" class="page">Execution and Exceptions</a></li>
<li><a href="10/c.html" class="page">Chunked Requests</a></li>
<li><a href="10/d.html" class="page">Going Asynchronous</a></li>
<li><a href="10/e.html" class="page">Asyncrazy Temperature Server</a></li>
</ul></li>
<li><a href="11.html" class="page">Jetty Extras</a></li>
<li><a href="12.html" class="page">ScalaTest</a></li>
<li><a href="99.html" class="active page">Who’s Using Unfiltered?</a></li>
</ul>
</div>
</nav>
</div>
<div class="off-canvas-content" data-off-canvas-content>
<header class="site-header expanded row">
<div class="small-12 column">
<a href="#" class="off-canvas-toggle hide-for-medium" data-toggle="off-canvas-menu"><svg class="svg-icon svg-icon-menu" version="1.1" id="Menu" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 20 20" enable-background="new 0 0 20 20" xml:space="preserve"> <path class="svg-icon-menu-path" fill="#53CDEC" d="M16.4,9H3.6C3.048,9,3,9.447,3,10c0,0.553,0.048,1,0.6,1H16.4c0.552,0,0.6-0.447,0.6-1C17,9.447,16.952,9,16.4,9z M16.4,13
H3.6C3.048,13,3,13.447,3,14c0,0.553,0.048,1,0.6,1H16.4c0.552,0,0.6-0.447,0.6-1C17,13.447,16.952,13,16.4,13z M3.6,7H16.4
C16.952,7,17,6.553,17,6c0-0.553-0.048-1-0.6-1H3.6C3.048,5,3,5.447,3,6C3,6.553,3.048,7,3.6,7z"/></svg>
</a>
<div class="title"><a href="index.html">Unfiltered</a></div>
<!--
<a href="https://www.example.com" class="logo show-for-medium">logo</a>
-->
</div>
</header>
<div class="expanded row">
<div class="medium-3 large-2 show-for-medium column">
<nav class="site-nav">
<div class="nav-home">
<a href="index.html" >
<span class="home-icon">⌂</span>Unfiltered
</a>
<div class="version-number">
0.12.0
</div>
</div>
<div class="nav-toc">
<ul>
<li><a href="01.html" class="page">Try Unfiltered</a></li>
<li><a href="02.html" class="page">Plans and Intents</a></li>
<li><a href="03.html" class="page">Bindings and Servers</a></li>
<li><a href="04.html" class="page">Project Setup</a></li>
<li><a href="05.html" class="page">Community</a></li>
<li><a href="06/00.html" class="page">Matching and Responding</a>
<ul>
<li><a href="06/a.html" class="page">Request Matchers</a></li>
<li><a href="06/b.html" class="page">Within the Parameters</a></li>
<li><a href="06/c.html" class="page">Response Functions</a></li>
<li><a href="06/d.html" class="page">Silly Store</a></li>
</ul></li>
<li><a href="07/00.html" class="page">Directives and Validation</a>
<ul>
<li><a href="07/a.html" class="page">Directive Intent</a></li>
<li><a href="07/b.html" class="page">Parameters as Directives</a></li>
<li><a href="07/c.html" class="page">Interpreter Reuse and Implicits</a></li>
<li><a href="07/d.html" class="page">Required Parameters</a></li>
<li><a href="07/e.html" class="page">Independent Failure</a></li>
<li><a href="07/f.html" class="page">Interpreters of Your Own Design</a></li>
<li><a href="07/g.html" class="page">Let’s wrap this up, Ada</a></li>
</ul></li>
<li><a href="08/00.html" class="page">Application Structure</a>
<ul>
<li><a href="08/a.html" class="page">Planning for Any-thing</a></li>
<li><a href="08/b.html" class="page">Just Kitting</a></li>
</ul></li>
<li><a href="09/00.html" class="page">Identification and Cookies</a>
<ul>
<li><a href="09/a.html" class="page">Who’s Who</a></li>
<li><a href="09/b.html" class="page">Remembrance of Things Past</a></li>
</ul></li>
<li><a href="10/00.html" class="page">Netty Plans</a>
<ul>
<li><a href="10/a.html" class="page">Trying Netty</a></li>
<li><a href="10/b.html" class="page">Execution and Exceptions</a></li>
<li><a href="10/c.html" class="page">Chunked Requests</a></li>
<li><a href="10/d.html" class="page">Going Asynchronous</a></li>
<li><a href="10/e.html" class="page">Asyncrazy Temperature Server</a></li>
</ul></li>
<li><a href="11.html" class="page">Jetty Extras</a></li>
<li><a href="12.html" class="page">ScalaTest</a></li>
<li><a href="99.html" class="active page">Who’s Using Unfiltered?</a></li>
</ul>
</div>
</nav>
</div>
<div class="small-12 medium-9 large-10 column">
<section class="site-content">
<span id="version-warning"></span>
<div class="page-header row">
<div class="medium-12 show-for-medium column">
<div class="nav-breadcrumbs">
<ul>
<li><a href="index.html">Unfiltered</a></li>
<li>Who’s Using Unfiltered?</li>
</ul>
</div>
</div>
</div>
<div class="page-content row">
<div class="small-12 large-9 column" id="docs">
<h2><a href="#whos-using-unfiltered-" name="whos-using-unfiltered-" class="anchor"><span class="anchor-link"></span></a>Who’s Using Unfiltered?</h2>
<p>These are some projects and companies that have used Unfiltered. Are <em>you</em> using Unfiltered? <a href="https://github.com/unfiltered/website/blob/master/src/paradox/99.md">Fork this page</a> on github.</p>
<h4><a href="#meetup" name="meetup" class="anchor"><span class="anchor-link"></span></a>Meetup</h4>
<p>Unfiltered, Netty, and RabbitMQ run <a href="https://making.meetup.com/post/2929945070/real-life-meetups-deserve-real-time-apis">Meetup’s real-time APIs</a>.</p>
<h4><a href="#novus" name="novus" class="anchor"><span class="anchor-link"></span></a>Novus</h4>
<p>Entire web layer of the <a href="https://www.novus.com/">Novus</a> real-time financial analytics platform has been built by <a href="https://github.com/maxaf">maxaf</a> using Unfiltered. We have a myriad custom request unapplies and use Scalate extensively. There’s no better way to express web application concerns than using Scala idioms. High engineer productivity and type safety have contributed a lot to our product’s bottom line.</p>
<h4><a href="#remember-the-milk" name="remember-the-milk" class="anchor"><span class="anchor-link"></span></a>Remember The Milk</h4>
<p><a href="https://www.rememberthemilk.com/">Remember The Milk</a> uses Unfiltered for all web services, including the <a href="https://www.rememberthemilk.com/services/webapp/">web app</a>, <a href="https://www.rememberthemilk.com/services/api/">public API</a>, <a href="https://blog.rememberthemilk.com/post/116745878763/real-time-updating-comes-to-the-remember-the-milk">real time updates</a> and syncing endpoints for Android, iOS and Outlook.</p>
<h4><a href="#trust-metrics" name="trust-metrics" class="anchor"><span class="anchor-link"></span></a>Trust Metrics</h4>
<p><a href="https://www.trustmetrics.com">Trust Metrics</a> uses Unfiltered everywhere. We use it in our API, our client facing app, our intranet, and even our web crawler. We use it because it’s simple and nonintrusive–it lets us decide how to add web to our app, unlike other frameworks (Grails/Rails/Django), which do all of the deciding for you.</p>
<h4><a href="#eat-pray-move" name="eat-pray-move" class="anchor"><span class="anchor-link"></span></a>EAT.PRAY.MOVE</h4>
<p><a href="https://www.eatpraymove.com/">EAT.PRAY.MOVE</a> organizes, facilitates, and instructs yoga retreats in Italy and other Mediterranean areas. This is a simple crud website hosted on Google App Engine using <a href="https://scalate.github.io/scalate/">Scalate</a> for templating and <a href="https://github.com/chrislewis/highchair">highchair</a> for persisting scala objects to the Google data store. Unfiltered runs the show.</p>
<h4><a href="#lssn-me" name="lssn-me" class="anchor"><span class="anchor-link"></span></a>lssn.me</h4>
<p><a href="http://www.lssn.me/">lssn.me</a> is a simple URL shortening service hosted on Google App Engine. Unfiltered services the requests and <a href="https://github.com/chrislewis/highchair">highchair</a> handles persistence.</p>
<h4><a href="#nescala-org" name="nescala-org" class="anchor"><span class="anchor-link"></span></a>nescala.org</h4>
<p>The <a href="https://nescala.org/">event site</a> for the North East Scala Symposium is written using Unfiltered’s filter plans and hosted on Heroku. <a href="https://github.com/nescalas/northeast-scala-symposium">https://github.com/nescalas/northeast-scala-symposium</a></p>
<h4><a href="#pamflet" name="pamflet" class="anchor"><span class="anchor-link"></span></a>pamflet</h4>
<p>The documentation preview server in <a href="https://github.com/foundweekends/pamflet/">pamflet</a> is Unfiltered.</p>
<h4><a href="#picture-show" name="picture-show" class="anchor"><span class="anchor-link"></span></a>picture show</h4>
<p><a href="https://github.com/softprops/picture-show#readme">Self-contained slide-show presentations</a> authored in basic markdown, served in html and css served by Unfiltered.</p>
<h4><a href="#scalaxb" name="scalaxb" class="anchor"><span class="anchor-link"></span></a>scalaxb</h4>
<p><a href="https://scalaxb.org/scalaxb-appengine">scalaxb-appengine</a> is an Unfiltered API to run scalaxb over the web on appengine.</p>
<h4><a href="#unplanned" name="unplanned" class="anchor"><span class="anchor-link"></span></a>unplanned</h4>
<p>A super simple run anywhere <a href="https://github.com/softprops/unplanned#readme">adhoc HTTP server</a> using <a href="https://github.com/foundweekends/conscript#readme">conscript</a> and the Unfiltered jetty module.</p>
<h4><a href="#penger-no" name="penger-no" class="anchor"><span class="anchor-link"></span></a>penger.no</h4>
<p><a href="https://www.penger.no/">penger.no</a> is a Norwegian web based service whose aim is to help consumers compare the prices and terms of bank and insurance providers to find the best offer.</p>
<h4><a href="#rea-group" name="rea-group" class="anchor"><span class="anchor-link"></span></a>REA Group</h4>
<p><a href="https://www.rea-group.com/">REA Group</a> is a digital advertising company that operates Australia’s leading property websites and real estate websites in Europe, Asia and the US. Unfiltered is our default choice when building the Scala-based HTTP microservices that power sites like <a href="https://www.realestate.com.au">https://www.realestate.com.au</a>.</p>
<div class="source-github">
The source code for this page can be found <a href="https://github.com/unfiltered/website/tree/v0.12.0/src/main/paradox/99.md">here</a>.
</div>
</div>
<div class="large-3 show-for-large column" data-sticky-container>
<nav class="sidebar sticky" data-sticky data-anchor="docs" data-sticky-on="large">
<div class="page-nav">
<div class="nav-title">On this page:</div>
<div class="nav-toc">
<ul>
<li><a href="99.html#whos-using-unfiltered-" class="header">Who’s Using Unfiltered?</a>
<ul>
<li><a href="99.html#meetup" class="header">Meetup</a></li>
<li><a href="99.html#novus" class="header">Novus</a></li>
<li><a href="99.html#remember-the-milk" class="header">Remember The Milk</a></li>
<li><a href="99.html#trust-metrics" class="header">Trust Metrics</a></li>
<li><a href="99.html#eat-pray-move" class="header">EAT.PRAY.MOVE</a></li>
<li><a href="99.html#lssn-me" class="header">lssn.me</a></li>
<li><a href="99.html#nescala-org" class="header">nescala.org</a></li>
<li><a href="99.html#pamflet" class="header">pamflet</a></li>
<li><a href="99.html#picture-show" class="header">picture show</a></li>
<li><a href="99.html#scalaxb" class="header">scalaxb</a></li>
<li><a href="99.html#unplanned" class="header">unplanned</a></li>
<li><a href="99.html#penger-no" class="header">penger.no</a></li>
<li><a href="99.html#rea-group" class="header">REA Group</a></li>
</ul></li>
</ul>
</div>
</div>
</nav>
</div>
</div>
</section>
</div>
</div>
<footer class="site-footer">
<section class="site-footer-nav">
<div class="expanded row">
<div class="small-12 large-offset-2 large-10 column">
<div class="row site-footer-content">
<div class="small-12 medium-4 large-3 text-center column">
<div class="nav-links">
<ul>
<!-- <li><a href="https://www.example.com/products/">Products</a> -->
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="site-footer-base">
<div class="expanded row">
<div class="small-12 large-offset-2 large-10 column">
<div class="row site-footer-content">
<div class="small-12 text-center large-9 column">
<!--
<div class="copyright">
<span class="text">© 2024</span>
<a href="https://www.example.com" class="logo">logo</a>
</div>
-->
</div>
</div>
</div>
</div>
</section>
</footer>
</div>
</div>
</div>
</body>
<script type="text/javascript" src="lib/foundation/dist/foundation.min.js"></script>
<script type="text/javascript">jQuery(document).foundation();</script>
<script type="text/javascript" src="js/magellan.js"></script>
<style type="text/css">@import "lib/prettify/prettify.css";</style>
<script type="text/javascript" src="lib/prettify/prettify.js"></script>
<script type="text/javascript" src="lib/prettify/lang-scala.js"></script>
<script type="text/javascript">jQuery(function(){window.prettyPrint && prettyPrint()});</script>
<script type="text/javascript">jQuery(function(jq){initOldVersionWarnings(jq, '0.12.0', '')});</script>
</html>