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

Early Access Blog posts #191

Merged
merged 38 commits into from
Jan 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
f71d94c
initial commit
lokijuhy Jan 9, 2025
6cdabda
formatting
lokijuhy Jan 9, 2025
acde363
more formatting
lokijuhy Jan 9, 2025
1d410df
npm format
lokijuhy Jan 9, 2025
f4a4446
Add files via upload
jdupre81 Jan 10, 2025
04b648d
Update index.mdx
jdupre81 Jan 10, 2025
9ae375a
Add files via upload
jdupre81 Jan 10, 2025
270e213
Update index.mdx
jdupre81 Jan 10, 2025
c4c27c7
Add files via upload
jdupre81 Jan 10, 2025
df90ce4
Update index.mdx
jdupre81 Jan 10, 2025
727c71d
Rename dark banner top.png to dark_banner_top.png
jdupre81 Jan 10, 2025
d35aa4e
Update index.mdx
jdupre81 Jan 10, 2025
23151be
Rename white banner top.png to white_banner_top.png
jdupre81 Jan 10, 2025
ff4fc53
Rename white banner top.png to white_banner_top.png
jdupre81 Jan 10, 2025
37e3785
Update index.mdx
jdupre81 Jan 10, 2025
83256ef
add puzzle
jdupre81 Jan 10, 2025
de046f4
2 columns
jdupre81 Jan 10, 2025
b4f6a81
Update index.mdx
jdupre81 Jan 10, 2025
c0a1fbc
one column
lokijuhy Jan 10, 2025
db0030f
merge
lokijuhy Jan 10, 2025
e22be37
convert read more link to tip
lokijuhy Jan 10, 2025
ccd09be
Add files via upload
jdupre81 Jan 10, 2025
0e6746a
add project page image
lokijuhy Jan 10, 2025
d3f3c1e
reorder posts
lokijuhy Jan 10, 2025
05d6787
Add files via upload
jdupre81 Jan 10, 2025
4f09c0c
Update index.mdx
jdupre81 Jan 10, 2025
0fa7bdb
Add files via upload
jdupre81 Jan 10, 2025
e5054e7
Add files via upload
jdupre81 Jan 10, 2025
a8e36cc
Add files via upload
jdupre81 Jan 10, 2025
583fb53
Update index.mdx
jdupre81 Jan 10, 2025
366e17d
fix formatting
lokijuhy Jan 13, 2025
47642ef
reorder posts
lokijuhy Jan 13, 2025
4f3449c
add screenshots
lokijuhy Jan 14, 2025
8946c72
fix wrong file extensions
lokijuhy Jan 14, 2025
adc089c
convert links to tips
lokijuhy Jan 14, 2025
415c76b
Merge branch 'main' into early-access
leafty Jan 14, 2025
1b40f41
Merge branch 'main' into early-access
leafty Jan 16, 2025
75d75fb
Update notion pages to web
elisabet-cg Jan 16, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added blog/2025-01-14-deep-dive-2-0/code.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added blog/2025-01-14-deep-dive-2-0/dark_banner_top.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added blog/2025-01-14-deep-dive-2-0/data.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added blog/2025-01-14-deep-dive-2-0/dots-blog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added blog/2025-01-14-deep-dive-2-0/env.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
96 changes: 96 additions & 0 deletions blog/2025-01-14-deep-dive-2-0/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
---
slug: deep-dive-2-0
title: |
Deep Dive: What's New in Renku 2.0
authors: [laura]
tags:
- Release
- Renku 2.0
image: ./project-page.png
description: Core differences between Renku 1.0 and 2.0
---

Are you a seasoned Renku user who is curious to know the key differences between Renku 1.0 and 2.0?
Here's a summary of what's new.

![Renku 2.0](./project-page.png)

<!-- truncate -->

### Connect external Code Repositories

You can now connect one or more Git repositories (or none!) to a Renku project.

Unlike in Renku 1.0, a Renku 2.0 project is not a Git repository itself. And when you connect a
repository, Renku does not modify the code repository in any way. Your code stays as it is, and
Renku stays out of the way.

![Renku 2.0 Code connections](./code.jpg)

:::tip

[See how to connect a code repository to your Renku
project](https://renku.notion.site/Code-repository-2bbc38797efe4ed1b5f6be16fd95b82e)

:::

### Data Connectors replace Datasets

There's no need to move your data into Renku - keep it where it's stored and simply link it to your
project.

Access rights remain fully controlled by the system where your data lives. Renku does not alter
permissions, so private data stays private.

While data versioning isn't a feature in Renku 2.0, you can trace how a data connector is used
across projects. Open a data connector's side sheet to see all linked projects.

![Renku 2.0 Data connectors](./data.jpg)

:::tip

[Learn more about data
connectors](https://renku.notion.site/Data-connector-3ae1e46fdb094cc48516a104457e5633)

:::

### Do more with Sessions

Bring a wider range of images to Renku 2.0 without the requirement for Jupyter. This makes the
platform more versatile and adaptable to your needs.

![Renku 2.0 Environment connections](./env.jpg)

:::tip

[Learn more about Renku 2.0
Environments](https://renku.notion.site/Environment-338f0b4e5fe04437a36dfa620a126304)

:::

### Enhanced Sharing

It's much easier to share your project in Renku 2.0. Add collaborators directly to your project, and
create groups to organize collections of projects and data connectors.

![Renku 2.0 Sharing](./sharing.jpg)

:::tip

[Learn more about
sharing](https://renku.notion.site/How-to-add-people-to-a-project-9026ada14bd7446cbd6a0a638a7eb5d1)
and [groups](https://renku.notion.site/How-to-create-a-group-bebe023733aa4ae39a5a164e56f487ac)

:::

### A new vision for Workflows

Instead of building our own workflow tool, Renku 2.0 embraces existing workflow tools. This allows
you to use the tools you're already familiar with and integrate them seamlessly into your projects.

## Start Exploring Today!

![Renku 2.0](./dark_banner_top.png)

Take [Renku 2.0](https://renkulab.io) for a spin and discover how easy collaborative research can
be. We can't wait to see what you'll build with Renku 2.0!
Binary file added blog/2025-01-14-deep-dive-2-0/project-page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added blog/2025-01-14-deep-dive-2-0/sharing.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added blog/2025-01-15-early-access/dots-blog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
72 changes: 72 additions & 0 deletions blog/2025-01-15-early-access/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
---
slug: early-access
title: |
Renku 2.0 Early Access is here!
authors: [laura]
tags:
- Release
- Renku 2.0
image: ./white_banner_top.png
description: Woohoo!
---

The wait is over! After a year of dedicated work and six months of testing in beta, Renku 2.0 is now
open for Early Access. This means our entire user community is invited to explore the new and
improved version of our open-source collaborative computing platform. Whether you're a seasoned
Renku user or new to the platform, Renku 2.0 offers exciting possibilities for your research and
teaching.

![Renku 2.0](./white_banner_top.png)

<!-- truncate -->

### Why Renku 2.0?

Renku's mission has always been to support researchers by enabling collaboration, data
accessibility, and reusability. With Renku 2.0, we're taking this mission to the next level by
making it easier than ever to connect data, code, and compute resources into a seamless research
workflow.

In Renku 2.0, you can:

- **Connect your favorite tools and platforms.** Hook up your Renku project to GitHub repositories,
external data sources, and more. Flexible integrations make collaboration easy and powerful.
- **Create 'Plug and Play' projects.** Mix and match code, data, and compute as needed to suit your
project. You can link and reuse resources across multiple projects, too! The platform adapts to
you, not the other way around.

![Renku 2.0 Project page](./project-page.png)

:::tip

Want to learn more? Check out our [Deep Dive: What's New in Renku 2.0](../deep-dive-2-0).

:::

### What's Coming Next?

We're working hard to bring you even more features as we prepare for the full **launch of Renku 2.0
in spring 2025**.

One of the key enhancements on the horizon is the ability to **customize your compute environment**.
In addition, we'll be making it easier to **migrate projects** into Renku 2.0.

Beyond that, we're planning integrations with data repositories, support for documentation and
metadata, and connections to external compute systems.

![Renku 2.0 puzzle](./puzzle_hand.png)

### Ready to Try Renku 2.0?

Getting started is easy! [Log in to Renku](https://renkulab.io), and you'll see a banner announcing
Renku 2.0 Early Access. Click the “Try it out” button to explore the new platform.

Not ready to commit? No problem. You can switch back to Renku 1.0 anytime by using the button in the
top navigation bar. You are free to experiment at your own pace without disrupting your existing
workflows.

Stay tuned for updates, and don't hesitate to share your feedback as you explore Renku 2.0. We'd
love to hear from you— [reach
out](https://renku.notion.site/Contact-dd098db288ff433893a4d4d429da99c1?pvs=74) with your feedback,
questions, or ideas! Your insights are invaluable as we refine the platform. We can't wait to see
what you'll build with Renku 2.0!
Binary file added blog/2025-01-15-early-access/project-page.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added blog/2025-01-15-early-access/puzzle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added blog/2025-01-15-early-access/puzzle_hand.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added blog/2025-01-15-early-access/white_banner_top.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading