Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 546 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 546 Bytes

#ToySearchEngine(TSE)

TSE is a simple end to end "domain-restricted" search engine.

##Components

Built solely for educational reasons, TSE is attempts to utilize a variety of technologies, including:

  • A web crawler #Python
  • An indexer #Python
  • Database Management systems
    • Sqlite3 #Python - Django
    • Sqlite4Java #Java
  • A server back-end #Python - Django 1.6
  • A search engine web interface #Python - Django 1.6, HTML, CSS, JS
  • A chat interface server #Java
  • More to come

Authors:

  • John M.
  • Saadiyah H.