blast
                                Blast is a full text search and indexing server, written in Go, built on top of Bleve.
                            
                        How to download and setup blast
Open terminal and run command
                                            git clone https://github.com/mosuka/blast.git
                                        
                                        git clone is used to create a copy or clone of blast repositories.
                                        You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with blast https://github.com/mosuka/blast/archive/master.zip
Or simply clone blast with SSH
                                            [email protected]:mosuka/blast.git