gpt4 book ai didi

elasticsearch - 如何将 Azure 存储数据索引到弹性云

转载 作者:行者123 更新时间:2023-11-29 02:54:33 25 4
gpt4 key购买 nike

我是 Elasticsearch 的新手。我有数据存储在 Azure 存储中,我想使用 elasticsearch 对其进行索引。我在 https://cloud.elastic.co 创建了一个集群.我是否需要创建一个服务来索引弹性云中的数据,然后用户可以使用 Elasticsearch 使用/搜索这些数据?如何使用 asp.net MVC 将数据索引到弹性云?

请推荐。

最佳答案

解决这个问题的一种方法是编写一个控制台应用程序

  1. 使用 WindowsAzure.Storage 中的存储客户端从 Azure 存储中提取数据nuget包或类似的
  2. 根据您的领域需求将数据转换为文档
  3. 使用 .NET Elasticsearch client NEST 将文档批量索引到 Elastic Cloud 中的 Elasticsearch 中

如果数据将在 Azure 存储中更新并且需要经常索引到 Elasticsearch 中,请考虑将控制台应用程序设为 Azure Web Job .

另一种方法是使用 Logstash结合input plugin for Azure Storage blobs .

关于elasticsearch - 如何将 Azure 存储数据索引到弹性云,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44765478/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com