Skip to content

Instantly share code, notes, and snippets.

@ivankra
ivankra / .python-grpc-bazel-example
Last active July 22, 2024 02:00
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