-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
/target | ||
.vscode | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 [email protected]. | ||
|
||
## 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 | ||
[email protected] 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 | ||
[email protected] or simply open up a GitHub Issue! | ||
|
||
<a href="https://www.denormalized.io"> | ||
<img src="./docs/images/denormalized_logo.png" alt="Denormalized Logo" width="512"> | ||
</a> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.