Skip to content

Instantly share code, notes, and snippets.

View thx123's full-sized avatar

HaiXin Tie thx123

View GitHub Profile
@ivankra
ivankra / .python-grpc-bazel-example
Last active January 13, 2024 22:44
Minimal example of a python grpc server built with bazel.
$ bazel build ...
$ bazel run :greeter_server
Listening on :50051
$ bazel run :greeter_client
Greeter client received: Hello, you!

MongoDB Cheat Sheet

Show All Databases

show dbs

Show Current Database