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

Data Prepper 2.8.0 release blog post. #2867

Conversation

dlvenable
Copy link
Member

Description

This is the blog post for releasing Data Prepper 2.8.0. We plan to release on May 16.

Issues Resolved

Resolves #2856.

Check List

  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the BSD-3-Clause License.

Copy link
Collaborator

@natebower natebower left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dlvenable Please see my comments and changes and let me know if you have any questions. Thanks!

## Amazon DocumentDB

[Amazon DocumentDB](https://aws.amazon.com/documentdb/) is a fast, scalable, and highly available document database that is MongoDB compatible.
Generally, developers will query DocumentDB on specific field and create index on one or more fields for query performance .
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"for" => "to increase"? Also, FYI, "Amazon" is always required in front of this particular service name.


## Other features

* The `s3` sink can write events to [Amazon S3](https://aws.amazon.com/s3/) objects with data from events in the key paths. This allows you to organize your key prefixes by dates or other metadata. This allows tools such as [Apache Hadoop](https://hadoop.apache.org/) and [Amazon Athena](https://aws.amazon.com/athena/) to more efficiently perform ad-hoc queries on your data.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

First sentence: "with" => "using"?

## Other features

* The `s3` sink can write events to [Amazon S3](https://aws.amazon.com/s3/) objects with data from events in the key paths. This allows you to organize your key prefixes by dates or other metadata. This allows tools such as [Apache Hadoop](https://hadoop.apache.org/) and [Amazon Athena](https://aws.amazon.com/athena/) to more efficiently perform ad-hoc queries on your data.
* Data Prepper now has an `ndjson` codec you can use to read data from S3 that looks like ndjson. By default, it is far more lenient and does not require newlines between JSON objects.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the first sentence, instead of "that looks like", do we mean "that appears to be"? Or could it just be "that you can use to read NDJSON data from Amazon S3"?

@dlvenable dlvenable force-pushed the data-prepper-2.8.0-release-blog branch from 1a40bd7 to 210d078 Compare May 15, 2024 17:39
dlvenable and others added 4 commits May 15, 2024 12:59
Co-authored-by: George Chen <[email protected]>
Co-authored-by: Dinu John <[email protected]>
Co-authored-by: Krishna Kondaka <[email protected]>
Signed-off-by: David Venable <[email protected]>
Co-authored-by: Nathan Bower <[email protected]>
Signed-off-by: David Venable <[email protected]>
Signed-off-by: David Venable <[email protected]>
@dlvenable dlvenable force-pushed the data-prepper-2.8.0-release-blog branch from e3ba825 to 64829fa Compare May 15, 2024 17:59
Copy link
Collaborator

@natebower natebower left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dlvenable LGTM!

@pajuric
Copy link

pajuric commented May 16, 2024

@nateynateynate @krisfreedain - The blog is ready for distribution today.

Copy link
Member

@nateynateynate nateynateynate left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good with the excerpt in there.

Don't forget to bundle exec jekyll serve so that you can see what your blogs look like before you submit the PR.

@nateynateynate nateynateynate merged commit 61c8af9 into opensearch-project:main May 16, 2024
5 checks passed
@dlvenable dlvenable deleted the data-prepper-2.8.0-release-blog branch August 28, 2024 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Data Prepper 2.8.0 release blog
4 participants