Skip to content

Streaming responses from Rucio Server to React Components #142

@maany

Description

@maany

Description

Since React 18, it is possible to stream data displayed in react components.

NextJS 13 has some support for Streaming and Suspense built-in already.

The issue revolves around 2 main parts.

  1. Figure out a way to stream data from rucio server to the nextjs server side gateway
  2. Create a pipe from the gateway -> usecase -> presenter -> react component on the page that renders the data
  3. relay information from the gateway onto the pipeline in step 2.

Motivation

Since React 18, it is possible to stream data displayed in react components.

This issue aims to stream data from rucio server endpoints directly to in-page react components.

Change

No response

Additional Information

  • The Rucio API needs to be changed.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions