diff --git a/.gitignore b/.gitignore index 9026c77..a1ab9bc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /target .vscode +.DS_Store diff --git a/README.md b/README.md index 2ec0b23..e32af89 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Denormalized Denormalized is a fast embeddable stream processing engine built on Apache DataFusion. +It currently supports sourcing and sinking to kafka, windowed aggregations, and stream joins. -While this repo is very much a *work-in-progress*, we currently support windowed aggregations and joins on streams of data with a -connector available for Kafka. +This repo is still a *work-in-progress* and we are actively seeking design partners. If you have have a specific use-case you'd like to discuss please drop us a line via a github issue or email hello@denormalized.io. ## Building Denormalized @@ -19,5 +19,9 @@ With the data generation in place, run - ## Credits -Denormalized is built and maintained by [Denormalized Inc](www.denormalized.io) from San Francisco. Please drop in a line to -hello@denormalized.io or simply open up a GitHub Issue. +Denormalized is built and maintained by [Denormalized](https://www.denormalized.io) in San Francisco. Please drop in a line to +hello@denormalized.io or simply open up a GitHub Issue! + + + Denormalized Logo + diff --git a/docs/images/denormalized_logo.png b/docs/images/denormalized_logo.png new file mode 100644 index 0000000..8bfac09 Binary files /dev/null and b/docs/images/denormalized_logo.png differ