Skip to content

Commit

Permalink
cleaned up general readme
Browse files Browse the repository at this point in the history
  • Loading branch information
marksibrahim committed Sep 21, 2017
1 parent 70194ac commit eef0bd6
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 deletions.
13 changes: 8 additions & 5 deletions README.md
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
```

6 changes: 6 additions & 0 deletions hello-kafka-streams/README.md
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
7 changes: 7 additions & 0 deletions mac-new-chrome-window/README.md
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.

0 comments on commit eef0bd6

Please sign in to comment.