Skip to content

Commit

Permalink
Create a simple client to the DC resolution APIs.
Browse files Browse the repository at this point in the history
  • Loading branch information
keyurva committed Jul 18, 2023
1 parent e31143e commit 216bc7d
Show file tree
Hide file tree
Showing 5 changed files with 3,379 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ To build binary: `mvn package`
java -jar tool/target/datacommons-import-tool-0.1-alpha.1-jar-with-dependencies.jar
```

> To run the above maven commands on M1 macs ([details][m1]), use the `-Dos.arch=x86_64` option.
>
> e.g. `mvn compile -Dos.arch=x86_64`
[m1]: https://github.com/os72/protoc-jar/pull/94#issuecomment-1271505497

### Run Server

The repo also hosts an experimental server for private DC.
Expand Down
Loading

0 comments on commit 216bc7d

Please sign in to comment.