-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* release notes 0.26 * update link * remove link --------- Co-authored-by: Marissa Gorlick <[email protected]>
- Loading branch information
Showing
3 changed files
with
63 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
|
||
date: 2023-05-25 | ||
image: https://github.com/rilldata/rill-developer/assets/5587788/cd87c5e2-4434-44b9-bb5f-5e817cbc035b | ||
|
||
|
||
--- | ||
|
||
|
||
# Rill 0.26 – Rill Open Beta | ||
|
||
:::note | ||
⚡ Rill Developer is a tool that makes it effortless to transform your datasets with SQL and create powerful, opinionated dashboards. | ||
|
||
To [try out Rill Developer, check out these instructions](https://www.rilldata.com/install-rill-developer) and [let us know over on Discord](https://bit.ly/3bbcSl9) if you encounter any problems or have ideas about how to improve Rill Developer! | ||
::: | ||
|
||
![dimensions-all-types](https://github.com/rilldata/rill-developer/assets/5587788/9e4631a8-8c6f-4d7a-ae20-6609483fa2b8 "830292891") | ||
|
||
Many Rill users have asked us how they can share what they have built in Rill with others. With this release, we are excited to bring you **self-serve access to sharable _deployed_ dashboards using Rill**. :tada: | ||
|
||
With one simple command, `rill deploy`, you are able to launch your project dashboards to an online endpoint. This endpoint can be protected and "invite only" for your collaborators or it can be a public website shared with the world. | ||
|
||
- **Self-serve local project deployment with the CLI - ** [Deploying a project](../deploy/existing-project) makes it's dashboards available online and enables you to invite others to access it without installing Rill locally. To try deploying your project `cd` into the project's root directory and run `rill deploy`. | ||
|
||
- **User management with the CLI - ** In Rill Cloud, [access can be granted](../share/share-rill) at the organization or project level using the Rill CLI. You can grant access to a private dashboard using `rill user add` | ||
- **Viewers** can browse projects and view dashboards. | ||
- **Admins** can deploy projects, make changes to existing projects, or delete deployed projects. They can also manage members of an organization by granting or revoking access to other users. The person deploying the project for the first time is an Admin by default. | ||
|
||
- **Continuous deployment with Github - ** Rill connects to a repository on Github containing a Rill project, and [continuously deploys](../deploy/existing-project#push-the-project-to-github) that project. This means that every change you push to your primary branch in Github will be automatically picked up by Rill and update the hosted endpoint. This workflow enables you to use best practices in git workflows as well as frictionless deployment to your production enviornment. | ||
|
||
- **New welcome screen in Rill local - ** We are excited to get the word out that Rill Beta is open and expect to have more people taking the data to deployed dashboard journey wtih us. To welcome new users, we made a beautiful new welcome splash screen in the application that helps people take thier first step -- adding data they care about. We think this will be a great space to share examples projects in the future. | ||
|
||
Do you have questions or issues trying to create your hosted dashboard? Reach out on [Discord](https://bit.ly/3bbcSl9) we would love to help! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3193c50
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.
🎉 Published on https://ui.rilldata.com as production
🚀 Deployed on https://646fe526e782c01018f45522--rill-ui.netlify.app