File tree Expand file tree Collapse file tree 3 files changed +30
-4
lines changed
p1-node-elasticsearch-project
p2-integrate-elasticsearch-with-node Expand file tree Collapse file tree 3 files changed +30
-4
lines changed Original file line number Diff line number Diff line change 1
- #Node-Elasticsearch Project(p1-node-elasticsearch-project)
1
+ # Node-Elasticsearch Project (p1-node-elasticsearch-project)
2
2
3
3
Sample Node.js project that use Elasticsearch.
4
4
It shows how to setup ` Elasticsearch ` development in ` Node.js ` .
5
5
6
- ##Implemented Stuff
6
+ ## Implemented Stuff
7
7
+ Setup node.js project
8
8
+ Connect to Elasticsearch
9
9
+ Create Index
@@ -15,3 +15,16 @@ It shows how to setup `Elasticsearch` development in `Node.js`.
15
15
16
16
-------------------------------------------------------------------
17
17
18
+ # Integrate Elasticsearch With Node.js (p2-integrate-elasticsearch-with-node)
19
+
20
+ Sample Node.js project that use Elasticsearch.
21
+ It shows how to setup ` Elasticsearch ` development in ` Node.js ` .
22
+
23
+ ## Implemented Stuff
24
+ + Setup node.js project
25
+ + Connect to Elasticsearch
26
+ + We will create a huge data storage for live search.
27
+ + We will create indexes (+100,000 indexes) from our created data storage.
28
+ + We will integrate and search content from our data storage using Elasticsearch.
29
+ + We will analyze the search time.
30
+ + Delete the indexes of Elasticsearch.
Original file line number Diff line number Diff line change 1
- #Node-Elasticsearch Project
1
+ # Node-Elasticsearch Project
2
2
3
3
Sample Node.js project that use Elasticsearch.
4
4
It shows how to setup ` Elasticsearch ` development in ` Node.js ` .
5
5
6
- ##Implemented Stuff
6
+ ## Implemented Stuff
7
7
+ Setup node.js project
8
8
+ Connect to Elasticsearch
9
9
+ Create Index
Original file line number Diff line number Diff line change
1
+ # Integrate Elasticsearch With Node.js
2
+
3
+ Sample Node.js project that use Elasticsearch.
4
+ It shows how to setup ` Elasticsearch ` development in ` Node.js ` .
5
+
6
+ ## Implemented Stuff
7
+ + Setup node.js project
8
+ + Connect to Elasticsearch
9
+ + We will create a huge data storage for live search.
10
+ + We will create indexes (+100,000 indexes) from our created data storage.
11
+ + We will integrate and search content from our data storage using Elasticsearch.
12
+ + We will analyze the search time.
13
+ + Delete the indexes of Elasticsearch.
You can’t perform that action at this time.
0 commit comments