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

Add 'pelican enables researchers to...' blurb in index page #1845

Merged
merged 3 commits into from
Jan 16, 2025
Merged
Changes from 1 commit
Commits
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
9 changes: 7 additions & 2 deletions docs/pages/about-pelican.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,16 @@ import ImageRow from "@/components/ImageRow";
Pelican is an open-source software platform for building data federations that works by connecting a broad range of data repositories under a unified architecture. Whether data lives on a POSIX filesystem, in S3, or behind an HTTP server, Pelican aims to bring this data together and simplify its access by abstracting away the need to know where it comes from.

**Pelican's goals are to**:
- Enable researchers to access data from wherever it lives wherever they need it -- without having to learn multiple backend technologies. This access could take place in a Jupyter notebook, a campus cluster, or from national-scale computing infrastructure like the [OSPool](https://osg-htc.org/services/open_science_pool.html).
- Enable repositories and storage providers to make their data accessible to a broad range of users while maintaining control over how their data is accessed and by whom
- Enable access to data wherever its needed, regardless of where it comes from -- without having to learn multiple backend technologies. This access could take place in a Jupyter notebook, a campus cluster, or from national-scale computing infrastructure like the [OSPool](https://osg-htc.org/services/open_science_pool.html).
jhiemstrawisc marked this conversation as resolved.
Show resolved Hide resolved
- Support Open Science initiatives by supporting inter-disciplinary data sharing
- Encourage and support [FAIR](https://www.go-fair.org/fair-principles/) data practices
- Allow computing providers to stage data on-site as it's needed

**Pelican enables researchers to**:
- Integrate their data with national-scale computing infrastructure, with a focus on easy setup, distributed data caching and object delivery efficiency
- Make their data accessible to a broad range of users while maintaining control over how their data is accessed and by whom
- Aggregate disparate data repositories like S3, Globus and Posix under a common namespace
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think aggregate here is technically correct, but it feels off to me for some reason. But I also can't think of a better word, so 🤷.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How about "Coalesce"?


The flagship federation underpinned by Pelican is called the [Open Science Data Federation](https://osdf.osg-htc.org/) (OSDF), which serves a variety of large scientific collaborations across more than fifty data providers and approximately two dozen caches located throughout the world, often at points of presence within the global Research and Education networks such as ESNet and Internet2.

## Core Concepts and Terminology
Expand Down
Loading