googlearchive / graphd

The Metaweb graph repository server
Apache License 2.0
450 stars 52 forks source link

Fake graphd + gazelle #21

Closed teeler closed 6 years ago

teeler commented 6 years ago

Add a tests/ dir and a "fake" graphd that can listen on a port and you can set the reply for. Pretty simple stuff.

Also, add gazelle and generate some BUILD files. Gazelle can be used anywhere in the repo, just run:

bazel run //:gazelle

and poof, like magic, BUILD files appear.

pierogmorski commented 6 years ago

👍