57 lines
3.8 KiB
Markdown
57 lines
3.8 KiB
Markdown
# Algolia
|
|
This page contains the setup guide and reference information for the [Algolia](https://dashboard.algolia.com/) source connector.
|
|
|
|
## Documentation reference:
|
|
Visit `https://www.algolia.com/doc/rest-api/search/` for API documentation
|
|
|
|
## Authentication setup
|
|
`Source-algolia` uses API keys and application id for its authentication,
|
|
Visit `https://dashboard.algolia.com/account/overview` for getting credentials and application id.
|
|
Visit `https://www.algolia.com/doc/rest-api/search/#section/Authentication` for more about authentication.
|
|
|
|
## Configuration
|
|
|
|
| Input | Type | Description | Default Value |
|
|
|-------|------|-------------|---------------|
|
|
| `api_key` | `string` | API Key. | |
|
|
| `application_id` | `string` | Application ID. The application ID for your application found in settings | |
|
|
| `search_query` | `string` | Indexes Search query. Search query to be used with indexes_query stream with format defined in `https://www.algolia.com/doc/rest-api/search/#tag/Search/operation/searchSingleIndex` | hitsPerPage=2&getRankingInfo=1 |
|
|
| `start_date` | `string` | Start date. | |
|
|
| `object_id` | `string` | Object ID. Object ID within index for search queries | ecommerce-sample-data-9999996 |
|
|
|
|
## Streams
|
|
| Stream Name | Primary Key | Pagination | Supports Full Sync | Supports Incremental |
|
|
|-------------|-------------|------------|---------------------|----------------------|
|
|
| indices | name | DefaultPaginator | ✅ | ✅ |
|
|
| indexes_query | | No pagination | ✅ | ❌ |
|
|
| available_languages | | No pagination | ✅ | ❌ |
|
|
| logs | sha1 | No pagination | ✅ | ✅ |
|
|
| indexes_settings | | No pagination | ✅ | ❌ |
|
|
|
|
## Changelog
|
|
|
|
<details>
|
|
<summary>Expand to review</summary>
|
|
|
|
| Version | Date | Pull Request | Subject |
|
|
| ------------------ | ------------ | --- | ---------------- |
|
|
| 0.0.17 | 2025-03-08 | [55411](https://github.com/airbytehq/airbyte/pull/55411) | Update dependencies |
|
|
| 0.0.16 | 2025-03-01 | [54856](https://github.com/airbytehq/airbyte/pull/54856) | Update dependencies |
|
|
| 0.0.15 | 2025-02-22 | [54224](https://github.com/airbytehq/airbyte/pull/54224) | Update dependencies |
|
|
| 0.0.14 | 2025-02-15 | [53913](https://github.com/airbytehq/airbyte/pull/53913) | Update dependencies |
|
|
| 0.0.13 | 2025-02-08 | [53391](https://github.com/airbytehq/airbyte/pull/53391) | Update dependencies |
|
|
| 0.0.12 | 2025-02-01 | [52932](https://github.com/airbytehq/airbyte/pull/52932) | Update dependencies |
|
|
| 0.0.11 | 2025-01-25 | [52207](https://github.com/airbytehq/airbyte/pull/52207) | Update dependencies |
|
|
| 0.0.10 | 2025-01-18 | [51773](https://github.com/airbytehq/airbyte/pull/51773) | Update dependencies |
|
|
| 0.0.9 | 2025-01-11 | [51225](https://github.com/airbytehq/airbyte/pull/51225) | Update dependencies |
|
|
| 0.0.8 | 2024-12-28 | [50499](https://github.com/airbytehq/airbyte/pull/50499) | Update dependencies |
|
|
| 0.0.7 | 2024-12-21 | [50177](https://github.com/airbytehq/airbyte/pull/50177) | Update dependencies |
|
|
| 0.0.6 | 2024-12-14 | [49560](https://github.com/airbytehq/airbyte/pull/49560) | Update dependencies |
|
|
| 0.0.5 | 2024-12-12 | [49308](https://github.com/airbytehq/airbyte/pull/49308) | Update dependencies |
|
|
| 0.0.4 | 2024-12-11 | [49027](https://github.com/airbytehq/airbyte/pull/49027) | Starting with this version, the Docker image is now rootless. Please note that this and future versions will not be compatible with Airbyte versions earlier than 0.64 |
|
|
| 0.0.3 | 2024-11-04 | [48182](https://github.com/airbytehq/airbyte/pull/48182) | Update dependencies |
|
|
| 0.0.2 | 2024-10-29 | [47659](https://github.com/airbytehq/airbyte/pull/47659) | Update dependencies |
|
|
| 0.0.1 | 2024-09-16 | [45605](https://github.com/airbytehq/airbyte/pull/45605) | Initial release by [@btkcodedev](https://github.com/btkcodedev) via Connector Builder |
|
|
|
|
</details>
|