简体   繁体   English

如何在AWS ElasticSearch或SearchKitManager()的其他服务提供商上拥有样本数据集?

[英]How to have sample dataset on AWS ElasticSearch or other service provider for SearchKitManager()?

I am trying to use SearchKit and I want to know how to set up an ElasticSearch instance indexed with sample movie dataset. 我正在尝试使用SearchKit,我想知道如何设置用样本电影数据集索引的ElasticSearch实例。

Tried using: 尝试使用:

  1. AWS ElasticSearch Service. AWS ElasticSearch服务。 But don't have an actual dataset to upload through bulk API. 但是没有可通过批量API上传的实际数据集。 The one that I have doesn't have indexing. 我所拥有的没有索引。

Sample data: 样本数据:

[  
   {  
      "movie_title":"Avatar ",
      "director_name":"James Cameron",
      "actor_1_name":"CCH Pounder",
      "actor_2_name":"Joel David Moore",
      "genres":"Action|Adventure|Fantasy|Sci-Fi",
      "language":"English",
      "country":"USA",
      "content_rating":"PG-13",
      "budget":"237000000",
      "title_year":"2009",
      "plot_keywords":"avatar|future|marine|native|paraplegic",
      "movie_imdb_link":"http://www.imdb.com/title/tt0499549/?ref_=fn_tt_tt_1"
   },
   ...
]
  1. Tried using appbase.io ready made movie-dataset. 使用appbase.io尝试了现成的电影数据集。 But I am not sure how to connect it with SearchKitManager(). 但是我不确定如何将其与SearchKitManager()连接。

Would really appreciate any help. 非常感谢您的帮助。

you may want to try ReactiveSearch - it's an alternative to SearchKit from appbase.io (I work there) that's actively maintained. 您可能要尝试ReactiveSearch-它是appbase.io(我在那儿工作)中主动维护的SearchKit的替代方法。 It supports direct use of appbase.io apps. 它支持直接使用appbase.io应用程序。

Re: SearchKitManager(), I am not sure if that may work as we don't support cluster level routes. 回复:SearchKitManager(),由于我们不支持集群级路由,因此不确定是否可行。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何将 Kaggle 数据集添加到 elasticsearch 中? - how do I add Kaggle dataset into elasticsearch? 在 React 中使用 searchKitManager 时出错 - Error while using searchKitManager in React AWS Cognito 身份服务提供商似乎将访问令牌存储在本地存储中。 这安全吗? - AWS Cognito Identity Service Provider appears to store access token in local storage. Is this safe? 如何在 React 中创建使用外部上下文的类服务提供者? - How to create a class service provider that consumes an external context in React? 我们应该在页面 React js 中有多少个上下文提供者 - How many context provider we should have in the page React js 如何解决:WSO2 Identity Server服务提供商上SAML2 SSO上的CORS问题? - How to fix: CORS issue on SAML2 SSO on WSO2 Identity Server Service Provider? 如何让一个组件停用另一个组件? - How to have one component deactivate the other? AWS Mobile Hub示例React APPProject错误 - AWS Mobile Hub Sample React APPProject Error 如何在 React JS 中访问其他组件或服务中的应用程序组件的方法 - How to access a method of app component in other component or service in React JS 如何在提供者中使用提供者? 反应 / Redux - How to use a Provider inside a Provider? React / Redux
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM