Data Commons Reconciliation Service provides Knowledge Graph entity reconciliation services. It gets deployed in a Kubernetes cluster.
Data Commons is an Open Knowledge Graph that provides a unified view across multiple public data sets and statistics. It includes APIs and visual tools to easily explore and analyze data across different datasets without data cleaning or joining.
Apache 2.0
In https://github.com/datacommonsorg/reconciliation, click on "Fork" button to fork the repo.
Clone your forked repo to your desktop.
Add datacommonsorg/reconciliation repo as a remote:
git remote add dc https://github.com/datacommonsorg/reconciliation.git
Every time when you want to send a Pull Request, do the following steps:
git checkout master
git pull dc master
git checkout -b new_branch_name
# Make some code change
git add .
git commit -m "commit message"
git push -u origin new_branch_name
Then in your forked repo, you can send a Pull Request. If this is your first time contributing to a Google Open Source project, you may need to follow the steps in contributing.md.
Wait for approval of the Pull Request and merge the change.
For general questions or issues about tool development, please open an issue
on our issues page. For all
other questions, please send an email to [email protected]
.
Note - This is not an officially supported Google product.