Skip to content

Commit 2fafb93

Browse files
Modification in README file
1 parent dd6ba40 commit 2fafb93

File tree

3 files changed

+30
-4
lines changed

3 files changed

+30
-4
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
#Node-Elasticsearch Project(p1-node-elasticsearch-project)
1+
# Node-Elasticsearch Project (p1-node-elasticsearch-project)
22

33
Sample Node.js project that use Elasticsearch.
44
It shows how to setup `Elasticsearch` development in `Node.js`.
55

6-
##Implemented Stuff
6+
## Implemented Stuff
77
+ Setup node.js project
88
+ Connect to Elasticsearch
99
+ Create Index
@@ -15,3 +15,16 @@ It shows how to setup `Elasticsearch` development in `Node.js`.
1515

1616
-------------------------------------------------------------------
1717

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.

p1-node-elasticsearch-project/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
#Node-Elasticsearch Project
1+
# Node-Elasticsearch Project
22

33
Sample Node.js project that use Elasticsearch.
44
It shows how to setup `Elasticsearch` development in `Node.js`.
55

6-
##Implemented Stuff
6+
## Implemented Stuff
77
+ Setup node.js project
88
+ Connect to Elasticsearch
99
+ Create Index
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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.

0 commit comments

Comments
 (0)