Skip to content

Library of alternate data services #3162

@windbeneathyourwings

Description

@windbeneathyourwings

Currently data supports basic REST out the box. I was wondering if there is any interest or library already available of alternate data services pre-built. For example, I'm currently saving documents to aws s3 as json. This is done through a lambda running on aws. I have plans to convert that to a completely serverless model. Instead of using the lambda replace that with client-side signed url/cookie to put the object on s3. No longer needing the lambda and greatly reducing the complexity of my project since the back-end api is no longer necessary for master entities stored as json on s3. To achieve this goal in the most elegant manor possible I would like to replace the standard REST data service with one that persists to s3. I've done a bit of research and came up empty. It's difficult to believe no libraries of alternate data services exists. In the age of serverless development it would be nice to have a repository/project of well groomed alternate data services. Not just for aws storages but others as well like elastic. Plenty of modern storages allow directly persisting entities without needing a middle, server REST api layer.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions