Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rkube authored Feb 28, 2020
1 parent b8eb60b commit 18ef69d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ Generators, processors, and backends read their configuration from a shared json
implementations don't have a common syntax yet.

Here is a diagram of the framework:

(https://github.com/rkube/delta/blob/master/Streaming%20analysis%20architecture.png)
![Delta Architecture](https://github.com/rkube/delta/blob/master/Streaming%20analysis%20architecture.png "Delta Architecture")

# Implemented Workflows

Expand Down Expand Up @@ -193,4 +192,4 @@ cursor = db.test_analysis_1ABCDE.watch()
for change in cursor():
print(change)
print("")
```
```

0 comments on commit 18ef69d

Please sign in to comment.