Skip to content
Go back

Talk - Indexing and searching NuGet.org with Azure Functions and Search - NDC Oslo - Norway - Oslo

Edit page

This week, I had the opportunity to speak at NDC Oslo. The talk I did was “Indexing and searching NuGet.org with Azure Functions and Search”, which covers a story of re-building an existing service using a serverless approach, on Azure Functions.

As promised, here are the slides as well as the recording.

Session abstract

Which NuGet package was that type in again? In this session, let’s build a “reverse package search” that helps finding the correct NuGet package based on a public type.

Together, we will create a highly-scalable serverless search engine using Azure Functions and Azure Search that performs 3 tasks: listening for new packages on NuGet.org (using a custom binding), indexing packages in a distributed way, and exposing an API that accepts queries and gives our clients the best result.

Session recording

Slides

NDC Oslo 2019 - Indexing and searching NuGet.org with Azure Functions and Search from Maarten Balliauw

Edit page
Share this post on:

Previous Post
Indexing and searching NuGet.org with Azure Functions and Search
Next Post
Talk - Approaches for application request throttling and Indexing and searching NuGet.org with Azure Functions and Search - Cloud Developer Days - Poland - Krakow