Skip to content

Instantly share code, notes, and snippets.

@KickedDroid
Created May 23, 2020 01:43
Show Gist options
  • Save KickedDroid/132c649b138a5049ece8aa930493f1de to your computer and use it in GitHub Desktop.
Save KickedDroid/132c649b138a5049ece8aa930493f1de to your computer and use it in GitHub Desktop.
Date: May 18th -> 22nd
Worked on:
- Refactoring all gRPC Streaming methods in rust TxPB. This is due to the fact there are many ways to handle iterators,
sinks and streams in rust and I recently found a better way of doing it.
- Looking into Zero Trust services on kubernetes
- Started planning out how to get a company to use Temporal for backend storage. The company needs to log all information
about CNC machines, mixture solutions, etc. Along with photos and manuals for fixing the machines. More info to come soon.
- Bootstrap cache for rust-libp2p to connect to our peers on startup or restart (This if for a lite client)
Completed Work:
- Upload, Download File | TxPB (Note: is being refactored atm)
- Pubsub Subcription handling, Keep connection open
Next steps:
- Bootstrap cache should prune unreachable servers
- Talk with the clientele on how to incorporate temporal
- Switch from Tokio to async-std for rust TxPB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment