Hey everyone! I've recently created an Elasticsearch Typescript template so you can get started using TS & Elasticsearch.
What is Elasticsearch?
Elasticsearch is a open-source search engine built on Apache Lucene and developed in Java. Elasticsearch allows you to store & search huge volumes of data very quickly in near real-time and give back responses in milliseconds. Yes you heard that right milliseconds... It's able to achieve these fast search speeds/responses because instead of searching the text directly, it searches through an index. It uses a structure based on documents instead of tables and schemas.
Why?
I created this template because I haven't seen many templates for Elasticsearch & Typescript and even tutorials covering this so I decided to create one to make peoples lives easier.
You can get started here!, Just follow the README on how to setup your environment variables, and setting up the server.
ās are much appreciated! :)
Top comments (0)