Giter Club home page Giter Club logo

aliyun-datahub-sdk-go's Introduction

Datahub Golang SDK

The Project is Datahub Golang SDK.

To use the SDK, you’ll need Go setup up on your computer. If you’re not familiar with Go and want to spend a little extra time learning, you can take the Go tour to get started!

Dependencies

  • go(>=1.7)
  • github.com/Sirupsen/logrus

Installation

  • Install the Go Tools

    • Download the lastest version from here

      tar -C /usr/local -xzf go$VERSION.$OS-$ARCH.tar.gz
    • Config your local GO workspace reference, and you set the GOPATH environment variable equals your go workspace.

  • Install Datahub Go SDK

$ go get github.com/Sirupsen/logrus
$ go get -u -insecure github.com/aliyun/aliyun-datahub-sdk-go/datahub
  • Run Tests

    • Modify examples/examples.go and config your accessid, accesskey, endpoint, such as:

        accessid := "**your access id**"
        accesskey := "**your access key**"
        endpoint := "**the datahub server endpoint**"
        project_name := "**your project name**"
    • Build and Run Tests

      $ go install github.com/aliyun/aliyun-datahub-sdk-go/examples/datahubcmd
      $ $GOPATH/bin/examples

More Detail Examples

Contributing

For a development install, clone the repository and then install from source:

git clone http://github.com/aliyun/aliyun-datahub-sdk-go.git

License

Licensed under the Apache License 2.0

aliyun-datahub-sdk-go's People

Contributors

wiiiky avatar andyxsv5 avatar d0ngw avatar

Watchers

James Cloos avatar xiezhijun-public 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.