This is an automated email from the ASF dual-hosted git repository.

sblackmon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/streams.git


The following commit(s) were added to refs/heads/master by this push:
     new 3528e34786 Update README.md
3528e34786 is described below

commit 3528e34786741210c9af46b832fb5afaee4f53ca
Author: Andrew Wetmore <and...@cottage14.com>
AuthorDate: Sat Feb 11 15:44:08 2023 -0400

    Update README.md
    
    line 5: change 'search' to 'searching' to match the other verbs in the 
passage
    line 11: one unneeded comma. Sentence needs a final period.
    line 14: I think 'Streams compatibility..." requires an apostrophe after 
'Streams' to indicate possession. 'java' ==> 'Java'.
---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index fa7c18d519..b38595e868 100644
--- a/README.md
+++ b/README.md
@@ -2,15 +2,15 @@
 
 
[![apache-streams-build](https://github.com/apache/streams/workflows/build/badge.svg)](https://github.com/apache/streams/actions)
 
-Apache Streams unifies a diverse world of digital profiles and online 
activities into common formats and vocabularies, and makes these datasets 
accessible across a variety of databases, devices, and platforms for streaming, 
browsing, search, sharing, and analytics use-cases.
+Apache Streams unifies a diverse world of digital profiles and online 
activities into common formats and vocabularies, and makes these datasets 
accessible across a variety of databases, devices, and platforms for streaming, 
browsing, searching, sharing, and analytics use-cases.
 
 ### What is Streams?
 Apache Streams contains JRE-based modules that developers can use to easily 
integrate with online data sources and build polyglot indexes of activities, 
entities, and relationships - all based on public standards such as [Activity 
Streams](http://activitystrea.ms/), or other published organizational standards.
 
 ### Why use Streams?
-Streams contains libraries and patterns for specifying, publishing, and 
inter-linking schemas, and assists with conversion of activities (posts, 
shares, likes, follows, etc.) and objects (profiles, pages, photos, videos, 
etc.) between the representation, format, and encoding preferred by supported 
data providers (Twitter, Instagram, etc.), and storage services (Cassandra, 
Elasticsearch, HBase, HDFS, Neo4J, etc.)
+Streams contains libraries and patterns for specifying, publishing, and 
inter-linking schemas, and assists with conversion of activities (posts, 
shares, likes, follows, etc.) and objects (profiles, pages, photos, videos, 
etc.) between the representation, format, and encoding preferred by supported 
data providers (Twitter, Instagram, etc.) and storage services (Cassandra, 
Elasticsearch, HBase, HDFS, Neo4J, etc.).
 
 ### Why is Streams important?
-The project aims to provide simple two-way data interchange with all popular 
REST APIs in activity streams formats using a universal protocol.  No other 
active open-source project has this ambitious goal, as well as 
production-worthy implementations for >10 services.  Streams compatibility with 
multiple storage back-ends and ability to be embedded within any java-based 
real-time or batch data processing platform ensures that its interoperability 
features come with little technical baggage.
+The project aims to provide simple two-way data interchange with all popular 
REST APIs in activity streams formats using a universal protocol.  No other 
active open-source project has this ambitious goal, as well as 
production-worthy implementations for >10 services.  Streams' compatibility 
with multiple storage back-ends and ability to be embedded within any 
Java-based real-time or batch data processing platform ensures that its 
interoperability features come with little technical baggage.
 
 ###### Licensed under Apache License 2.0 - 
http://www.apache.org/licenses/LICENSE-2.0

Reply via email to