Earlier quoted context omitted.
In bazel //... is the equivalent of the 'all' target in make: bazel build //... bazel test //... bazel query //... The last one should list all targets (from what I remember).
Thanks! That last one lists 84 results. None looks obviously like 'main'. Trying a random one: bazel run //in_memory/clustering:graph ERROR: Cannot run target //in_memory/clustering:graph I'm going to wait until someone updates the readme I think!
Graph Mining Library
51–60 of 113 posts
Re: Graph Mining Library
#52Earlier quoted context omitted.
In bazel //... is the equivalent of the 'all' target in make: bazel build //... bazel test //... bazel query //... The last one should list all targets (from what I remember).
Thanks! That last one lists 84 results. None looks obviously like 'main'. Trying a random one: bazel run //in_memory/clustering:graph ERROR: Cannot run target //in_memory/clustering:graph I'm going to wait until someone updates the readme I think!
Re: Graph Mining Library
#53Interesting fact: the first commit is 2 years old and is entitled "Boilerplate for new Google open source project". Either they rewrite git history or it took about 2 years to get approval on making this repo public.
Re: Graph Mining Library
#54I guess it coincided with the social network phenomenon. Much more recently geometric learning (ML on graphs and other structures) shone, until LLMs stole their thunder. I still think geometric learning has a lot of life left in it, and I would like to see it gain popularity.
Re: Graph Mining Library
#55Whew. Lots of complaints from people who probably will never need to use this code. If you need docs just read the .h files, they have extensive comments. I’m sure they’ll add them or maybe, just maybe, you could write some to contribute. This would have made some of my previous work much easier, it’s really nice to see google open source this.
Re: Graph Mining Library
#56Re: Graph Mining Library
#57Whew. Lots of complaints from people who probably will never need to use this code. If you need docs just read the .h files, they have extensive comments. I’m sure they’ll add them or maybe, just maybe, you could write some to contribute. This would have made some of my previous work much easier, it’s really nice to see google open source this.
I think it’s that it’s not at all obvious how to even build the damn thing so at least a little bit of readme would have been nice. I agree with the sentiment this looks like a super cool tool.
Re: Graph Mining Library
#58Earlier quoted context omitted.
If you're working on this repo, can we plz haz docs?
Thanks, yes, this is on the list of TODOs! (also, to open-source the tests)
Re: Graph Mining Library
#59This is a big deal, I think. I'm guessing it's not widely used internally anymore if they are open sourcing it. What is used instead?
As merely two examples, both gRPC and Kubernetes are important to Google, and yet Google opened sourced them. "No longer used" is not the criteria Google uses to make their software OSS. FYI, I work at Google.
Re: Graph Mining Library
#60Earlier quoted context omitted.
Google Wave is the only counterexample I can think of, where it was "we're deprecating this project, but releasing it as open source".
I don't think Google generally opensources _products_ - either it always is open source (Android) or never is (web apps). I can't think of an example where a product was closed source, released as open source, and continually maintained. Open source at Google generally takes the form of libraries rather than products. Often, that's something that an individual engineer is working on, and it's easier to open source th…
I found one after some searching: Nomulus. https://opensource.googleblog.com/2016/10/introducing-nomulu...