Skip to content

Commit 0a9ad9c

Browse files
Added sidebar to the intro giving back story of ES
1 parent 36f0c9c commit 0a9ad9c

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

010_Intro/05_What_is_it.asciidoc

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,31 @@ one of the most flexible open source licenses available.
4040
As your knowledge grows, you can leverage more of Elasticsearch's advanced
4141
features. The entire engine is configurable and very flexible. Pick and choose
4242
from the advanced features to tailor Elasticsearch to your problem domain.
43+
44+
.The mists of time
45+
***************************************
46+
47+
Many years ago, a newly married unemployed developer called Shay Banon
48+
followed his wife to London where she was studying to be a chef. While looking
49+
for gainful employment, he started playing with an early version of Lucene,
50+
with the intent of building his wife a recipe search engine.
51+
52+
Working directly with Lucene can be tricky, so Shay started work on an
53+
abstraction layer to make it easier for Java programmers to add search to
54+
their applications. He released this as his first open source project, called
55+
Compass.
56+
57+
Later Shay took a job working in a high performance, distributed environment
58+
with in-memory data grids. The need for a high performance, real-time,
59+
distributed search engine was obvious, and he decided to rewrite the Compass
60+
libraries as a standalone server called Elasticsearch.
61+
62+
The first public release came out in February 2010. Since then, Elasticsearch
63+
has become one of the most popular projects on Github with commits from over
64+
300 contributors. A company has formed around Elasticsearch to provide
65+
commercial support and to develop new features but Elasticsearch is, and
66+
forever will be, open source and available to all.
67+
68+
Shay's wife is still waiting for the recipe search...
69+
70+
***************************************

0 commit comments

Comments
 (0)