Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: updated docs to correctly show what section in wip #698

Merged
merged 1 commit into from
Apr 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ As for today, we support 4 different ways to feed Orama with your data:

- [JSON File Upload](./json-file)
- [CSV FIle Upload](./csv-file)
- [REST API](./rest-api)
- [WebHooks](./webhooks) (work in progress)
- [REST API](./rest-api) (work in progress)
- [WebHooks](./webhooks)

You can use any of the above methods to feed Orama with your data. You can even use all of them at the same time on different indexes.

For example, you can use the JSON File Upload to feed the `products` index and the REST API to feed the `blog` index.

With custom data sources, you choose how to feed Orama with your data.
With custom data sources, you choose how to feed Orama with your data.
Loading