Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] - Materialized View Builder #14

Open
gvolpe opened this issue Sep 4, 2018 · 0 comments
Open

[docs] - Materialized View Builder #14

gvolpe opened this issue Sep 4, 2018 · 0 comments

Comments

@gvolpe
Copy link
Collaborator

gvolpe commented Sep 4, 2018

Motivation

This project is awesome but IMO super underrated so I want to change that. And in order to do so I'm calling out all the awesome OSS developers out in the community to make a first contribution!

Getting Started

All you need is to fork this repo, pick one issue (please announce it in the corresponding Github issue to avoid duplicated work) and create a Pull Request once you're done.

The documentation is compiled using tut. You can see whether your work compiles or not by running the following commands:

> sbt 
> project microsite
> makeMicrosite

This will run tut and if it compiles it will generate the static HTML / CSS / JS files. To have a local preview of the microsite you need to access the directory $PROJECT/site/target/site and run jekyll serve.

If you don't have it yet you will need to install jekyll, it's fairly easy 😃

Writing Documentation

For references you can take a look at the Query Builder docs. It was basically documented by looking at the unit tests defined here.

The procedure with Materialized View Builder should be very similar. Look at the unit tests here and at the structure of the tables defined here.

Should you need any help please reach out on the Gitter channel, thanks for contributing! 😃

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant