Haystack EU 2023: Learnings and reflections from our team
If you have built search experiences, you know creating a great search experience is a never ending process: the data ...
Senior ML Engineer
If you have built search experiences, you know creating a great search experience is a never ending process: the data ...
Senior ML Engineer
Just as with a school kid who’s left unsupervised when their teacher steps outside to deal with a distraction ...
Search and Discovery writer
Back in May 2014, we added support for synonyms inside Algolia. We took our time to really nail the details ...
Technical Writer
You’re running an ecommerce site for an electronics retailer, and you’re seeing in your analytics that users keep ...
Technical Writer
What do OpenAI and DeepMind have in common? Give up? These innovative organizations both utilize technology known as transformer models ...
Sr. SEO Web Digital Marketing Manager
As a successful in-store boutique manager in 1994, you might have had your merchandisers adorn your street-facing storefront ...
Search and Discovery writer
At Algolia, our business is more than search and discovery, it’s the continuous improvement of site search. If you ...
JavaScript Library Developer
Analytics brings math and data into the otherwise very subjective world of ecommerce. It helps companies quantify how well their ...
Technical Writer
Amid all the momentous developments in the generative AI data space, are you a data scientist struggling to make sense ...
Sr. SEO Web Digital Marketing Manager
Fashion ideas for guest aunt informal summer wedding Funny movie to get my bored high-schoolers off their addictive gaming ...
Sr. SEO Web Digital Marketing Manager
Imagine you're visiting an online art gallery and a specific painting catches your eye. You'd like to find ...
Senior Software Engineer
At Algolia, our commitment to making a positive impact extends far beyond the digital landscape. We believe in the power ...
Senior Manager, People Success
In today’s post-pandemic-yet-still-super-competitive retail landscape, gaining, keeping, and converting ecommerce customers is no easy ...
Sr. SEO Web Digital Marketing Manager
There are few atmospheres as unique as that of a conference exhibit hall: the air always filled with an indescribable ...
Marketing Content Manager
To consider the question of what vectors are, it helps to be a mathematician, or at least someone who’s ...
Search and Discovery writer
My first foray into programming was writing Python on a Raspberry Pi to flicker some LED lights — it wasn’t ...
Technical Writer
How well do you know the world of modern ecommerce? With retail ecommerce sales having exceeded $5.7 trillion worldwide ...
Sr. SEO Web Digital Marketing Manager
In a world of artificial intelligence (AI), data serves as the foundation for machine learning (ML) models to identify trends ...
Director of AI Engineering
By working every day on building the best search engine, we’ve become obsessed with our own search experience on the websites and mobile applications we use.
We’re git addicts and love using GitHub to store every single idea or project we work on. We use it both for our private and public repositories (12 API clients, HN Search or various d e m o s). We use every day its search function and we decided to re-build it the way we thought it should be. We’re proud to share it with the community via this Chrome extension. Our Github Awesome Autocomplete enables a seamless and fast access to GitHub resources via an as-you-type search functionality.
We used GitHub’s Archive dataset to export top repositories and last active users using Google’s BigQuery:
;; export repositories SELECT a.repository_name as name, a.repository_owner as owner, a.repository_description as description, a.repository_organization as organization, a.repository_watchers AS watchers, a.repository_forks AS forks, a.repository_language as language FROM [githubarchive:github.timeline] a JOIN EACH ( SELECT MAX(created_at) as max_created, repository_url FROM [githubarchive:github.timeline] GROUP EACH BY repository_url ) b ON b.max_created = a.created_at and b.repository_url = a.repository_url ;; export users SELECT a.actor_attributes_login as login, a.actor_attributes_name as name, a.actor_attributes_company as company, a.actor_attributes_location as location, a.actor_attributes_blog AS blog, a.actor_attributes_email AS email FROM [githubarchive:github.timeline] a JOIN EACH ( SELECT MAX(created_at) as max_created, actor_attributes_login FROM [githubarchive:github.timeline] GROUP EACH BY actor_attributes_login ) b ON b.max_created = a.created_at and b.actor_attributes_login = a.actor_attributes_login
Here are the 2 index configurations we used to build the search:
Create a full-featured search experience in no time.
Powered by Algolia Recommend