Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Direct inserts API #403

Open
melezhik opened this issue Dec 7, 2022 · 1 comment
Open

Direct inserts API #403

melezhik opened this issue Dec 7, 2022 · 1 comment
Labels
type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@melezhik
Copy link

melezhik commented Dec 7, 2022

Writing new source adapters seems tedious and not always effective, especially when there is no web hook events in place, my proposal is to have direct insert API ( restish or python API / whatever ) allowing directly manipulate raw table entries, this would be quite effective for users with specific CICD / SCM logical flows not willing to bother with web hooks and events handling, some pseudo code example:

meta = {'commits': ["commit1","commit2"], 'status' : ''successful }

insert_into_raw(
 source="custom_cicd",
 event_type="deploy", 
 metadata=meta
)
@davidstanke
Copy link
Collaborator

Strong agree! What I would like to do is standardize around the CD Events standard.

I have a long-standing TODO to write that up as a proposal in here. But I'd love any initial feedback you might have?

@averikitsch averikitsch added the type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. label Jan 12, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

3 participants