computer-scienceangular-roadmapbackend-roadmapblockchain-roadmapdba-roadmapdeveloper-roadmapdevops-roadmapfrontend-roadmapgo-roadmaphactoberfestjava-roadmapjavascript-roadmapnodejs-roadmappython-roadmapqa-roadmapreact-roadmaproadmapstudy-planvue-roadmapweb3-roadmap
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
820 B
10 lines
820 B
# Elasticsearch |
|
|
|
Elastic search at its core is a document-oriented search engine. It is a document based database that lets you INSERT, DELETE , RETRIEVE and even perform analytics on the saved records. But, Elastic Search is unlike any other general purpose database you have worked with, in the past. It's essentially a search engine and offers an arsenal of features you can use to retrieve the data stored in it, as per your search criteria. And that too, at lightning speeds. |
|
|
|
<ResourceGroupTitle>Free Content</ResourceGroupTitle> |
|
|
|
<BadgeLink colorScheme='blue' badgeText='Official Website' href='https://www.elastic.co/elasticsearch/'>Elasticsearch Website</BadgeLink> |
|
<BadgeLink colorScheme='blue' badgeText='Official Docs' href='https://www.elastic.co/guide/index.html'>Elasticsearch Documentation</BadgeLink> |
|
|
|
|
|
|