https://github.com/danielbello7/simple-search-engine
A simple search engine that uses node-js as the backend and runs a quick contact search from a json database
https://github.com/danielbello7/simple-search-engine
database engine nodejs-server search search-engine
Last synced: about 2 months ago
JSON representation
A simple search engine that uses node-js as the backend and runs a quick contact search from a json database
- Host: GitHub
- URL: https://github.com/danielbello7/simple-search-engine
- Owner: DanielBello7
- Created: 2021-10-05T10:12:28.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-05-12T09:38:35.000Z (about 3 years ago)
- Last Synced: 2025-07-09T04:38:09.362Z (about 1 year ago)
- Topics: database, engine, nodejs-server, search, search-engine
- Language: TypeScript
- Homepage:
- Size: 41.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple-Search-Engine (Finder)
A search engine that enables you to find somthing within a set of given files
You can submit files of anytype and run a search algorithm to find a particular item
## System input Data type
The system is designed to take in data files of any type but currently would take in only JSON files
## System Algorithm
The system would be originally given some search algorithms for general use cases but it would able to allow you to set in your own searh algorithms