Giter Club home page Giter Club logo

azure-search-poc's Introduction

Azure Cognitive Search end-to-end POC

An E2E Azure CognitiveSearch POC showing the two indexing ways of index managing (push/pull).

A quick note on Azure Cognitive Search Indexing

There are two ways of populating an index in Azure Cognitive Search:

  • Push: in the push mode, an application progammatically send documents, in the JSON format, to the index via the Azure Cognitive Search REST API.
  • Pull: in the pull mode, an indexer is created. An indexer is a crawler that extracts searchable content from a data source and populates a search index using field mappings. You can run indexers on demand or on a schedule, and you can also use them to apply AI enrichment to your data.

Infrastructure needed

  • Azure Cognitive Search
  • Azure Functions
  • Azure Storage account
  • Azure Document Intelligence
  • Azure SQL Server

Project structure

Mgmt

A console application that creates the indexes and the indexer.

DocDB

A MSSQL server that contains the documents metadata.

API

An Azure Function application that provides the endpoints for the indexer and the publishing app. The Pull endpoint is a custom WebAPI Skill used by the indexer to enrich the document with data from the database before publishing to the index. The Push endpoint is a queue triggered Durable function that calls the Document Intelligence API to read the content of the document using OCR an than publishes the document to the index.

APP

A Blazor Web App that can be used to:

  • publish document on the indexes
  • mark documents as updated or deleted
  • search the indexes

azure-search-poc's People

Contributors

gicastel avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.