Skip to content

stegmanh/GoSearchSuggestions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoSearchSuggestions

Hello! This is a project I started to learn Go. It's basically a port of an old assignment from C# to Go!

I hope to have a front end with query suggestions on every key press. For testing purposes I have commited the title.txt file which is must smaller than the wiki titles I will use in the completed assignment.

The program is seperated into two different parts. The crawler and the web server. THe crawler does the.. crawler and the web server can serve files.

The crawler works by crawling the CNN robotx.txt and starting from there. The messaging queue is build using redis and search and storage are built with postgres

The front end is build using the gorilla middlewhere and packages. Front end build with html/css and vue.js.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published