Open sourcing Searchspot, Honeypot’s search engine
Honeypotters take the open source world very seriously. We use developers’ GitHub profiles to evaluate the code of talents that will hopefully join our batches.
As our platform uses lots of open source components and the tech team members themselves contribute to many open source projects, we are very happy when we have the possibility to share our internal products to the world.
Today a new public repository is joining the Honeypot’s GitHub account: searchspot, the search engine we use to let companies search for our talents.
Searchspot (I would thank you if you get the double meaning of the word) is a service written in the Rust programming language that features an HTTP server based on the lightweight iron framework and a set of macros and helpers that allow developers to create their searchable entities in a quite structured but flexible way. rs-es is the library (“crate”, using the proper Rust term) that allows us to connect and query the ElasticSearch back-end.
We use the TOTP algorithm to handle the authentication on both server and client side, independently.
Most of what you need is already documented (check the README.md for more details), and many things have yet to come. We even published our internal entities, in the hope they can be useful for both understanding more clearly how you can use Searchspot.
We hope that it will be useful to anyone who needs a search engine with a more-or-less complex system of data filtering (including strings, dates and booleans querying and full text search).
As you can read from the README, Searchspot is still missing of some features like bulk indexing and support to pagination so the work is not ended here.
A great thanks goes to everyone that made this possible, from the Rust community to Honeypot itself that allowed me to have fun working on a not-so-small but important project. Rust is really enjoyable as programming language and things change (and break, if you are, as I was, running on a nightly version of the compiler :)) so quickly that Ruby now almost looks like C!
As always, every contribution or feedback is more than appreciated.
As always, again: sign-up to get into the game, on Honeypot companies apply directly to developers with tech stack and salary upfront!
Originally published at blog.honeypot.io.