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

[DOC] Document new experimental ingestion streaming APIs #8111

Closed
1 of 4 tasks
reta opened this issue Aug 28, 2024 · 0 comments · Fixed by #8123
Closed
1 of 4 tasks

[DOC] Document new experimental ingestion streaming APIs #8111

reta opened this issue Aug 28, 2024 · 0 comments · Fixed by #8123
Assignees
Labels
1 - Backlog - DEV Developer assigned to issue is responsible for creating PR. v2.17.0

Comments

@reta
Copy link
Contributor

reta commented Aug 28, 2024

What do you want to do?

  • Request a change to existing documentation
  • Add new documentation
  • Report a technical problem with the documentation
  • Other

The new experimental ingestion streaming APIs are feature complete and need API specs.

The APIs use NDJSON (Newline delimited JSON, https://github.com/ndjson/ndjson-spec) which fits perfectly to the streaming use cases: each chunk sent along the request represents distinct bulk operation/action (index, create, delete, and update).

See please: opensearch-project/OpenSearch#9070

It is on schedule for 2.17.0 release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1 - Backlog - DEV Developer assigned to issue is responsible for creating PR. v2.17.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants