Lovro Mažgon

Results 90 issues of Lovro Mažgon

Now that we removed the processor type (transform/filter) we can use the field name "type" for defining which processor needs to be executed (e.g. `hoistfield`, `js`, etc.). This would make...

housekeeping

### Feature description When creating a release goreleaser will create a changelog based on the git commits between the current and the last tag. We need to make sure that...

housekeeping

Conduit should by default load all YAML files in folder `pipelines` (relative to the `conduit` binary) and provision pipelines when it starts. The folder location should be configurable through a...

feature

### Feature description We need to come up with a good design for handling invalid data / errors. If an error happens while processing a message the pipeline currently stops...

feature
roadmap

The goal is to make the Conduit CLI configurable. We should support the combination of parsing of flags, environment variables and/or a config file. We need to decide what things...

feature

We need to create end-to-end tests that treat Conduit as a black box, trigger requests to the API and make sure they produce the expected result. For now they should...

housekeeping

Figure out how we get documentation for plugins from repositories to the docs repository. (Sidenote: try to do it with pull, not push, then we can include 3rd party plugins...

documentation

### Feature description If we have a source plugin producing records faster than a destination plugin can process them, we need to ensure that we apply back-pressure and throttle down...

feature
roadmap

### Feature description We should create a template repository for creating a connector. Think about guiding the user towards creating tests, prepare a docker compose that spins up 3rd party...

housekeeping

We currently have the package `pkg/foundation/assert` that provides simple assert functions for tests. We should remove it and use https://github.com/matryer/is instead.

housekeeping