Ruby SDK

Ruby SDK

  • Docs

›Basics

Basics

  • Getting started
  • Interactive Ruby Console
  • Scripting
  • Connecting to Gooddata Platform
  • Handling Credentials Securely
  • Using GoodData Platform
  • Command line functionality
  • Logging and Testing

Advanced Guides

  • Working with Projects
  • Working with Users
  • Working with Data Sources
  • Setting Permissions
  • Model Setup
  • Working with Your Data
  • Working with Reports
  • Using Dashboards
  • Deployment How-tos
  • Automation and Performance
  • Working with Lifecycle

Blueprints

  • Creating Project from Blueprint
  • Loading Data to Project
  • Advanced Blueprint Examples

Getting started

Supported Versions

The SDK is tested against the following Ruby versions:

  • 2.2
  • 2.3
  • 2.4
  • 2.5
  • 2.6
  • jruby-1.7.19
  • jruby-9.1.5
  • jruby-9.1.7
  • jruby-9.1.14

Installing GoodData Ruby SDK

If you are using bundler, add

gem "gooddata"

into Gemfile

and run

bundle install

If you are using gems just

gem install gooddata

Additional Resources

Understanding GoodData API might be essential for your further work with the SDK:

  • https://help.gooddata.com/display/API/API+Reference

This documentation lists and describes the individual resources you can used to manipulate objects on the GoodData Platform.

  • https://secure.gooddata.com/gdc

Grey Pages - allows you to interact with core and publicly available services covered by our REST APIs.

Interactive Ruby Console →
  • Supported Versions
  • Installing GoodData Ruby SDK
  • Additional Resources
Copyright © 2007–2018 GoodData Corporation. All Rights Reserved. Code licensed under an BSD License.