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 with the world.

Today a new public repository is joining Honeypot’s GitHub account:
searchspot, the search engine we use to let companies search for our talents.

Searchspot (can you guess the double meaning of the word?) is a service written in the
Rust programming language that features a 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 are 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 see from the README, Searchspot is still missing
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.



Giovanni Capuano

Giovanni Capuano

Giovanni Capuano is a software developer at Honeypot. Passionate about Japanese culture and お茶. He loves designing and working on small, fast, well-tested and language-independent code bases that talk to each other and are built with the technologies that most suit them.