Skip to content

dataiku/dss-plugin-algoliasearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algoliasearch Plugin

This Dataiku DSS plugin provides a read/write connector to interact with Algolia Search.

With this plugin, you can:

  • Import a complete Algolia index as a DSS dataset
  • Copy a DSS dataset to an Algolia index

You could thus use a DSS Flow to prepare your Algolia search index.

Documentation: https://www.dataiku.com/product/plugins/algoliasearch/

Licence

This plugin is distributed under the Apache License version 2.0

Changelog

Version 0.0.9 (2020/09/07)

  • Handling pagination

Version 0.0.6 (2019/04/30)

  • Add a code environment

Version 0.0.5 (2018/06/05)

Thanks to @raphi for this contribution!

  • Made the object size limit since it's not the same limit for all users (and it's better to let it handled/reject by the Algolia API itself)
  • Fixed the boolean type not being recognized as it by Algolia
  • Allowed custom batch size for indexing operations with a default to 10k objects, which drastically improves the processing/indexing time

Version 0.0.4 (2016/06/28)

  • Truncate to 8K chars instead of 5K
  • Minor wording fixes

Improvement ideas

  • Add ability to put a query to restrict what is being fetched
  • Add ability to use facets instead of simply documents
  • Add another connector to fetch the Algolia query logs
  • Add another connector to retrieve the 0-results queries from Algolia analytics API

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors