-
Notifications
You must be signed in to change notification settings - Fork 117
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
Added new Concepts, Explore and Manage topics #5343
Conversation
Added a section on access policies as this is only in the docs/manage/security.md
Pushing some changes that I've been working on, needs some review and input 1) Reorganzing the sidebar, - Rill Cloud vs Rill Developer - What is an OLAP engine (contents from Connect OLAP engine) 2) Explore/ Sharing with public URL - some notes inline, will add content (gifs) but thoughts on article as a whole? 3) Added a reference to our tutorials page and a brief summary, can be hidden until Tutorial is ready.
Added a gif and touched up the Explore/Sharing with a public URL page.
Thinking about adding some image to the very bottom? Is RC a higher offering than RD?
added olap_connector example to rill.yaml ref guide some minor cosmetic changes
- User Group Management - [Dashboard] access policies - Added Roles/Permsision for usergroup - Added Project Managment
Added articles: Concepts: - Rill Cloud v Rill Developer - What is an OLAP Engine? [moved from build section] Explore: - Sharing with public URL Manage: - User Group Management, - Project Management. (thoughts on graphic?)
@AndrewRTsao , Added articles: |
Will definitely try to take a look later this week. Thanks Roy! |
Realized we dont have any explaining what an organization or project is in Rill. Depending how much more content is needed, can separate the two. Manage Organization & Project Management User Management User Group Management Roles and Permissions Dashboard Access Policies
cleaning up a few things,
final warning fixes :)
Change quite a bit of content in Deploy Dashboards, (moved some content to project management section added further content to org/project management - via UI - via CLI At some point, we might need to consider having a via UI secion and via CLI completely separate?
Added/modified articles:
Deploy:
Explore:
Manage:
Reference
Media
|
Added content to continuous deployment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Made some edits, cleaned up some sections / typos, and rewrote a few parts. Good to push - thanks for the work Roy!
docs/docs/build/olap/olap.md
Outdated
## DuckDB | ||
|
||
DuckDB is unique in that it can act as both a [source](../../reference/connectors/motherduck.md) and [OLAP engine](../../reference/olap-engines/duckdb.md) for Rill. If you wish to connect to existing tables in DuckDB though, rather than use an external table, you can simply use the [DuckDB connector](../../reference/connectors/motherduck.md#connecting-to-duckdb) to read the table and ingest the data into Rill. | ||
DuckDB is unique in that it can act as both a [source](../../reference/connectors/motherduck.md) and [OLAP engine](../../reference/olap-engines/duckdb.md) for Rill. If you wish to connect to existing tables in DuckDB though, rather than use an external table, you can simply use the [DuckDB connector](../../reference/connectors/motherduck.md#connecting-to-external-duckdb-as-a-source) to read the table and ingest the data into Rill. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We may want to correct or extend this so that we clarify that a) DuckDB can indeed be used as a source (1-1 mapping with table) or b) DuckDB is available as the default OLAP engine but this is not configurable (i.e. you can't "bring your own DuckDB" as an OLAP engine).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pushed a change myself
docs/docs/concepts/OLAP.md
Outdated
- Druid | ||
- Pinot | ||
|
||
Our team is continually evaluating new OLAP engines to support. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As a general rule of thumb, it's helpful to layer in admonitions to keep the text more engaging or highlight specific CTAs (to avoid walls of texts)
|
||
Rill offers two unique experiences within our product, **Rill Developer** and **Rill Cloud**. | ||
|
||
As the name suggestions Rill Developer is designed around the Developer. Users on Rill Developer will import, wrangle, and explore the data before presenting it to the team. Rill Developer runs locally and when you're ready you can push your changes onto Rill Cloud. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rewrote this a bit as we want to indicate that RD and RC are meant to be used hand-in-hand but also to self-reference to the deploy sections of our docs. That itself likely requires an uplift given the recent deploy changes.
docs/docs/home/.tutorial.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@royendo I'm guessing this is still a WIP and meant to be a skeleton / not ready to ship yet?
@royendo Will merge these changes for now and we can tackle / segment out tutorials separately |
Need some feedback on the following changes, Okay to proceed with creating some content
Reorganizing the sidebar,
Concepts:
Explore
- Sharing with public URL
- some notes inline, will add content (gifs) but thoughts on article as a whole?
Added a reference to our tutorials page and a brief summary, can be hidden until Tutorial is ready.
Added mock-users to rill-yaml.md from <manage/security#testing-your-policies> w/screenshot