Ahnaf / search-engine-amazon

A search engine based on elastic search on the 1M scrapped amazon products

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Simple Search Engine for Amazon products

A search engine based on elastic search on the 1M scrapped amazon products

Getting Started

  • Used 1 GOOGLE Compute Engine for backend server
    f1-micro (1 vCPU, 0.6 GB memory) - 4.28$/month
    It is used as the backend API centre for the whole search engine

  • Used 1 GOOGLE Compute Engine for the storage
    Custom(2 vCPU, 4.75 GB memory) - 45/10$/month
    It is the used as the backend storage for the search engine.
    Used ElasticDB as the storage.

API

Prerequisites

NodeJS
ElasticDB

Installing

At first go to the folder and run

npm install

And repeat

npm start

It will start the server on localhost:8080

Built With

Authors

  • Shubhashis Roy Dipta - Initial work - dipta007

About

A search engine based on elastic search on the 1M scrapped amazon products


Languages

Language:JavaScript 100.0%