-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
70194ac
commit eef0bd6
Showing
4 changed files
with
21 additions
and
5 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,11 +1,14 @@ | ||
# Recipes | ||
|
||
## Flask Bootstrap | ||
A flask skeleton with app factory pattern with route blueprints to facilitate good integration tests. | ||
|
||
## Flask Kafka Streaming (via Sockets) | ||
A flask app for streaming from Kafka via web sockets using socketio. | ||
|
||
## Python Mother Dough | ||
A mother dough for baking the most delicious python project. | ||
|
||
## Open a New Chrome Window on Mac OS | ||
An AppleScript to open a new chrome window in the current desktop. | ||
|
||
To run: | ||
```bash | ||
$ /usr/bin/osascript open_new_chrome_window.scpt | ||
``` | ||
|
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Hello Kafka Streams | ||
|
||
Based on [Kafak quickstart](https://kafka.apache.org/0110/documentation/streams/quickstart) | ||
|
||
|
||
1. Start Kafka Server |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Open a New Chrome Window on Mac OS | ||
An AppleScript to open a new chrome window in the current desktop. | ||
|
||
To run: | ||
```bash | ||
$ /usr/bin/osascript open_new_chrome_window.scpt | ||
``` |
File renamed without changes.