Forum Discussion
SatyaTechie
Apr 22, 2022Copper Contributor
Tool for Azure cognitive search similar to Logstash?
My company has lots of data(Database: PostgreSQL) and now the requirement is to add search feature in that,we have been asked to use Azure cognitive search. I want to know that how we can transform ...
sameer
Jan 16, 2023Copper Contributor
Azure Cognitive Search can import, analyze, and index data from multiple data sources into a single consolidated search index.
Azure Cognitive search can handle large volumes of data quickly and easily, and offers a number of configurable features to allow you to tailor the search experience as per customer requirements. Azure’s Cognitive search is a powerful and reliable tool that can help you find what you’re looking for quickly and easily.
You can consider leveraging Azure Data Factory that supports PostgreSQL as source and use a storage account with a blob indexer or use Azure cognitive search index sink.
ElasticSearch/ELK is an open source search engine that is designed for horizontal scaling and distributed deployments which leverages a NoSQL database.
Azure Cognitive search can handle large volumes of data quickly and easily, and offers a number of configurable features to allow you to tailor the search experience as per customer requirements. Azure’s Cognitive search is a powerful and reliable tool that can help you find what you’re looking for quickly and easily.
You can consider leveraging Azure Data Factory that supports PostgreSQL as source and use a storage account with a blob indexer or use Azure cognitive search index sink.
ElasticSearch/ELK is an open source search engine that is designed for horizontal scaling and distributed deployments which leverages a NoSQL database.