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

时间:2018-09-02 15:14:58

标签: reactjs elasticsearch installation aws-elasticsearch searchkit

我正在尝试使用SearchKit,我想知道如何设置以样本电影数据集索引的ElasticSearch实例。

尝试使用:

  1. AWS ElasticSearch服务。但是没有可通过批量API上传的实际数据集。我没有的那个没有索引。

样本数据:

[  
   {  
      "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. 尝试使用appbase.io准备好电影数据集。但是我不确定如何将其与SearchKitManager()连接。

非常感谢您的帮助。

1 个答案:

答案 0 :(得分:0)

您可能想尝试ReactiveSearch-它是积极维护的appbase.io(我在那儿工作)的SearchKit的替代方法。它支持直接使用appbase.io应用程序。

回复:SearchKitManager(),由于我们不支持集群级路由,因此不确定是否可行。