winwisely99
winwisely99
Ok will see what I can whip up.
@jorgecoca @erickjtorres Can i suggest using Hive. https://pub.dev/packages/hive Works on Web, Desktop and Mobile as it has no native dependencies and very fast
thanks @tylertreat Well we might just embed the go client inside flutter using gomobile. Its a common solution. Our Issue on it: https://github.com/getcouragenow/embed/issues/4
Update We got GRPC working with NATS. BOth for Web (grpc-web) and naive. had to use envoy in k8. SO i think it will be easy to make it work...
@tylertreat thanks for update. Glad to hear this decision was made as it will make it possible to start using LiftBridge now. We are getting 50 K transactions per second...
@tylertreat thank you . you are awesome !! We will look into how best to run a NATS Cluster on k8 and baremetal. If you have any advice feel free...
Working on it still Will be happening here: https://github.com/winwisely99/testharness But got some other stuff on our list still. Telegram ( as gedw99 ) http://t.me/gedw99 On Mon, 6 Jan 2020 at...
Hey @moethu I suggest you use this golang lib. many people are using this for webrtc https://github.com/pion/webrtc Are you wanting to render the screen as a video stream server side...
Can you elaborate on Cluster support (read replicas). Sounds like queries go to the Read replicas and mutations to a master. In which case you will need a CDC process...
CDC is short for Change Data Capture. Implementations often use binlog parsing of the Master ( read write db), and detect the db changes and then pump them out over...