Skip to content

Commit

Permalink
Add logos
Browse files Browse the repository at this point in the history
  • Loading branch information
aandres committed Sep 19, 2023
1 parent e2e28ae commit 7f6b1cf
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 76 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ in both realtime and batch jobs.

## Key Features


- Works in **real time** (eg: reading from kafka) and **replay mode** (eg: reading from parquet)
- Optimized for analytics, it uses micro-batching (instead of processing records one by one)
- Similar to [incremental][3], it updates nodes in a dag incrementally
Expand All @@ -31,7 +30,6 @@ in both realtime and batch jobs.
So the same dag can be used in real time mode, replay mode or can be easily tested.
- Functional interface: no inheritance or decorator required


[1]: https://github.com/tradewelltech/beavers
[2]: https://www.tradewelltech.co/
[3]: https://github.com/janestreet/incremental
Expand Down
5 changes: 3 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
![Beavers Logo][5]

# Beavers

[Beavers][1] is a python library for stream processing, optimized for analytics.
Expand All @@ -8,7 +10,6 @@ in both realtime and batch jobs.

## Key Features


- Works in **real time** (eg: reading from kafka) and **replay mode** (eg: reading from parquet)
- Optimized for analytics, it uses micro-batching (instead of processing records one by one)
- Similar to [incremental][3], it updates nodes in a dag incrementally
Expand All @@ -19,8 +20,8 @@ in both realtime and batch jobs.
So the same dag can be used in real time mode, replay mode or can be easily tested.
- Functional interface: no inheritance or decorator required


[1]: https://github.com/tradewelltech/beavers
[2]: https://www.tradewelltech.co/
[3]: https://github.com/janestreet/incremental
[4]: https://www.confluent.io/blog/kafka-streams-tables-part-1-event-streaming/
[5]: ./static/icons/beavers/logo.svg
Binary file modified docs/static/icons/beavers/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
96 changes: 24 additions & 72 deletions docs/static/icons/beavers/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,7 @@ markdown_extensions:
- pymdownx.snippets:
- pymdownx.emoji
- pymdownx.highlight
- attr_list
- md_in_html
extra:
project_name: "beavers"

0 comments on commit 7f6b1cf

Please sign in to comment.