索引 Cosmos 图数据库
index Cosmos Graph DB
如何将图形数据 (json) 导入 Azure 搜索?我想将图形数据和文档数据合二为一。我读到它还不支持 CosmosDB Graph API。但我需要能够做到这一点,以便测试将我的公司从 Neo4j 迁移到 CosmosDB。
谢谢,
唐尼
可以参考this article. If you need a tighter integration between Cosmos DB Graph API and Azure Search, vote for this UserVoice的建议。
我发现您可以将图形数据库连接字符串放入 Azure 搜索导入中,并且索引确实有效。不过,我仍然希望看到 UserVoice 的实现!这对我们现在来说已经足够了。
谢谢
您可以 运行 对 Cosmos DB 中的数据进行 SQL 查询,以获取 JSON 格式的数据。您可以通过在 Azure 门户中调出您的 Azure Cosmos DB 帐户并在数据资源管理器中执行新的 SQL 查询来对此进行测试。如果您不需要使用认知搜索的技能组合,则可以 push the data to the index. There are some examples on that page. You will likely notice that your JSON includes complex types. You can follow the information here on how to handle complex data types in Azure Search right now. You can see the status of supporting complex types in indexes on this UserVoice。
尽管您可以将 Cosmos DB Graph 文档端点添加为 Azure 搜索导入数据流中的连接字符串的一部分,但我们目前不正式支持该操作。作为此 UserVoice.
的一部分正在审核中
如果您不想管理将数据推送到索引,并且想要使用索引器正式支持的数据源,您可以将数据移动到 Azure Blob 存储。
如何将图形数据 (json) 导入 Azure 搜索?我想将图形数据和文档数据合二为一。我读到它还不支持 CosmosDB Graph API。但我需要能够做到这一点,以便测试将我的公司从 Neo4j 迁移到 CosmosDB。
谢谢, 唐尼
可以参考this article. If you need a tighter integration between Cosmos DB Graph API and Azure Search, vote for this UserVoice的建议。
我发现您可以将图形数据库连接字符串放入 Azure 搜索导入中,并且索引确实有效。不过,我仍然希望看到 UserVoice 的实现!这对我们现在来说已经足够了。
谢谢
您可以 运行 对 Cosmos DB 中的数据进行 SQL 查询,以获取 JSON 格式的数据。您可以通过在 Azure 门户中调出您的 Azure Cosmos DB 帐户并在数据资源管理器中执行新的 SQL 查询来对此进行测试。如果您不需要使用认知搜索的技能组合,则可以 push the data to the index. There are some examples on that page. You will likely notice that your JSON includes complex types. You can follow the information here on how to handle complex data types in Azure Search right now. You can see the status of supporting complex types in indexes on this UserVoice。
尽管您可以将 Cosmos DB Graph 文档端点添加为 Azure 搜索导入数据流中的连接字符串的一部分,但我们目前不正式支持该操作。作为此 UserVoice.
的一部分正在审核中如果您不想管理将数据推送到索引,并且想要使用索引器正式支持的数据源,您可以将数据移动到 Azure Blob 存储。