Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Plugin system #151

Open
Open
@sylvainlb

Description

@sylvainlb

A very open subject I've been thinking of recently, I'm not sure if it's the best answer but here's my guess.

There are quite a few tasks that current web servers do and that cannot be handled by a plain LDP server. I'm wondering if it couldn't be a good idea to open a middleware plugin system, that could work on the data before it's stored or sent.

I'm thinking of two main functions:

  • data validation: e.g. if we want a certain server to make sure that some data is consistent
  • data transformation: e.g. a translation from an ontology into another

If we were able to add a simple component to the RwwPlay! server, we could implement such features with little effort. Right now the only solution I can think of for this issue is to develop a full server that basically does LDP+the plugin in question.

Any thoughts?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions