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/
This plugin is distributed under the Apache License version 2.0
- Handling pagination
- Add a code environment
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
- Truncate to 8K chars instead of 5K
- Minor wording fixes
- 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