Your first project
Let's spin up a project that will be the base for other tutorials. It will take only 5 mins. Promise.
Test driven
development
Let's have a look how you can bump project development a little to achieve test driven development of
your reports and projects.
Creating a model
Model plays a huge role in the Reporting process. Let's have a look on how to create it using Ruby SDK
and compare it with other approaches.
Crunching numbers
Regardless of how much other things there are in the project the most important thing is to get some
numbers out. Let's do it. With Ruby.
Executing ruby on GoodData plaform
ETL is the back bone of every project. But project is not just about crunching numbers. What to do with
tasks that are very well suited for solving by a regular programming language, like Ruby?