Coder Social home page Coder Social logo

eyalbenivri / datacommons-mixer Goto Github PK

View Code? Open in Web Editor NEW

This project forked from datacommonsorg/mixer

0.0 0.0 0.0 91.38 MB

Mixer provides the translator engine and API interface to access Data Commons graph

Home Page: https://datacommons.org

License: Apache License 2.0

Shell 2.59% Python 0.29% Go 96.47% Smarty 0.33% Dockerfile 0.32%

datacommons-mixer's Introduction

DataCommons Mixer

Data Commons Mixer is an API server that serves Data Commons Data API. It gets deployed in a Kubernetes cluster.

Git Development Process

In Mixer GitHub repo, click on "Fork" button to fork the repo.

Clone the forked repo to your local machine and add datacommonsorg/mixer repo as a remote.

git clone [email protected]:<YOUR-REPO>/mixer.git
cd mixer
git remote add dc https://github.com/datacommonsorg/mixer.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_local_branch_name}
# Make some code change
git add .
git commit -m "commit message"
git push -u origin {new_local_branch_name}

Then in your forked repo, can send a Pull Request. Wait for approval of the Pull Request and merge the change.

If you want to pull the latest remote code into your local branch that is under development, do:

git checkout {local_branch_name}
git pull dc master
git push -u origin {local_branch_name}

Develop and test locally

Follow the Developer Guide.

Setup a new GKE cluster

Follow GKE Setup Guide.

Use Recon APIs

Follow the Recon Guide.

datacommons-mixer's People

Contributors

shifucun avatar spaceenter avatar pradh avatar chejennifer avatar fructokinase avatar n-h-diaz avatar beets avatar tjann avatar sushant2603 avatar hanlu09205 avatar hareesh-ms avatar pulkit-s avatar mvashishtha avatar juliawu avatar nopper avatar keyurva avatar enjoythecode avatar jehangiramjad avatar ajaits avatar antaresc avatar dwnoble avatar dependabot[bot] avatar abilityguy avatar intrepiditee avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.