open-high-low-close types and tools
doom engine written in go
Convert Freemind Mindmaps to Mediawiki Syntax
makepy: Handsfree Python Module Programming
my dotfiles - feel free to copy
Pixel graphics in terminal with unicode braille characters
Compile and test your coffee with nothing but node.js (runs in Linux and Windows)
ubunatic/Making-Isometric-Real-time-Games 1
The official codebase repository of the book Making Isometric Real-Time Games with HTML5, CSS3 and Javascript
a fresh & lightweight javascript game engine
push eventlovoo/goka
commit sha 09b1e04502f0a2415c1f199bc6e154330cd29278
Improve topic creation via topic manager fixed flaky tests by not resetting mockconsumergroup on close (not reused anyway) small fix to append to slices in GroupGraph
push time in 9 hours
startedJorengarenar/dotfiles
started time in a day
push eventlovoo/goka
commit sha d905e7965f0480790a0c71466ccf2d5c21a46a4c
Use Go format for examples in README
commit sha aa579ba792f414859c5ea2bb73aa7af7563875cd
Merge pull request #295 from heppu/patch-1 Use Go format for examples in README
commit sha 55fae71f2c08188e4938ec9a7696830e29524d4b
Cleanup redis and monitoring example
commit sha f8cff2d6658e8e08a4fdb08de10a548c8480950a
Merge pull request #294 from lovoo/redis-example-cleanup Cleanup redis and monitoring example
commit sha 2b79ae1c9b9843185663d2c396267d1ab697aab4
wip topic fix
commit sha d9b2c5b50b52dc17b46f35052d337d52a39a769d
LVPD-735 improve topic creation via topic manager fixed flaky tests by not resetting mockconsumergroup on close (not reused anyway) small fix to append to slices in GroupGraph
push time in a day
startedmotemen/gore
started time in 2 days
startedgolang-standards/project-layout
started time in 2 days
startedbusiness-science/anomalize
started time in 2 days
startedjazzband/django-newsletter
started time in 4 days
startedsanathp/statusok
started time in 4 days
startedgolang-module/carbon
started time in 4 days
startedmfussenegger/nvim-dap
started time in 4 days
startedprotobuf-c/protobuf-c
started time in 4 days
startedandybalholm/brotli
started time in 4 days
startedKagami/go-face
started time in 4 days
startedrphl/corona-widget
started time in 4 days
startedanargu/gin-brotli
started time in 4 days
startedbrianvoe/gofakeit
started time in 4 days
startedcontainrrr/watchtower
started time in 4 days
push eventlovoo/goka
commit sha 55fae71f2c08188e4938ec9a7696830e29524d4b
Cleanup redis and monitoring example
commit sha f8cff2d6658e8e08a4fdb08de10a548c8480950a
Merge pull request #294 from lovoo/redis-example-cleanup Cleanup redis and monitoring example
push time in 6 days
push eventlovoo/goka
commit sha 55fae71f2c08188e4938ec9a7696830e29524d4b
Cleanup redis and monitoring example
push time in 7 days
Pull request review commentlovoo/goka
Cleanup redis and monitoring example
+# Redis storage example++Using [Redis](https://redis.io/) as option of storage.++This example has an **Emitter** and one **Processor** with when this emitter+generates events with random keys (_user_id_) consumed by Kafka that uses+Redis as storage/cache.+++## Usage++Run a local Kafka cluster and redis server by calling `make start` in folder `examples/`.+This will start a kafka cluster accessible under `127.0.0.1:9092` and a redis service under+`127.0.0.1:6379` if you want to use a different configuration you need to adjust the config +file `config.yaml`.++The config file also has some more options to set:++```yaml+kafka:+ brokers:+ - "127.0.0.1:9092"+ group: "examples"+ stream: "events"+ redis: "127.0.0.1:6379"+ namespace: "producer"+```++Where:+ * **brokers** : slice of kafka brokers hosts.+ * **group** : group name of this example belongs.+ * **stream**: stream name of this example belongs.+ * **redis**: address of redis (`localhost:6379`).+ * **namespace**: namespace distinguish applications that write to the same keys on Redis.++After starting the machines and adjusting the config run the example with+`go run 7-redis/*.go -config 7-redis/config.yaml`.++The events are produced and consumed by Kafka with random keys. It's possible+run several of the same binary and check the behaviour of kafka+rebalancing and removing partitions without broken.
without broken
, what does that mean?
comment created time in 7 days
Pull request review commentlovoo/goka
Cleanup redis and monitoring example
+# Redis storage example++Using [Redis](https://redis.io/) as option of storage.++This example has an **Emitter** and one **Processor** with when this emitter
"with when this" sounds strange. Did you forget a word or have too many? Not sure what you meant here :)
comment created time in 7 days
Pull request review commentlovoo/goka
Cleanup redis and monitoring example
+# Redis storage example++Using [Redis](https://redis.io/) as option of storage.++This example has an **Emitter** and one **Processor** with when this emitter+generates events with random keys (_user_id_) consumed by Kafka that uses+Redis as storage/cache.+++## Usage++Run a local Kafka cluster and redis server by calling `make start` in folder `examples/`.+This will start a kafka cluster accessible under `127.0.0.1:9092` and a redis service under+`127.0.0.1:6379` if you want to use a different configuration you need to adjust the config +file `config.yaml`.++The config file also has some more options to set:++```yaml+kafka:+ brokers:+ - "127.0.0.1:9092"+ group: "examples"
lines 23 to 26 need to be unindented one step to make it consistent with the actual config.yaml
comment created time in 7 days
startedaquasecurity/kube-hunter
started time in 7 days