Skip to content
/ pse Public

A personal search engine backed by Sqlite's FTS

License

Notifications You must be signed in to change notification settings

rk1165/pse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal Search Engine

  • Many times we would prefer to have our own search engine for looking up any term or things we might have seen in the past. This project aims to facilitate that.
  • It is a simple search engine backed by sqlite's FTS.
  • Uses can be something like if we want to save some link or want to index all the links in the blog post and later on search in our db

How to run

  • make init to set up the database
  • make run to start the server

Things to Do

  • What if unable to find elements / wrong elements. or in other words add validators
  • Display the indexing as a progress bar as submitting the link blocks the call.
  • show how many links found
  • How to swap terminal with file for logging?
  • How to build and containerize the app and deploy on AWS?

Demo

Screen.Recording.2024-09-27.at.12.53.40.mp4

About

A personal search engine backed by Sqlite's FTS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published