You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually the provider logic is spread between different libraries and services, so it's really hard for any newcomer (community or new dev) to identify how to work with providers.
Product Description
The main idea behind this issue is to have all provider related logic under the same repository so you can easily understand, test and manage any provider related logic.
will allow api load the package github.com/ernestio/ernestprovider/spec and check if provided spec is correct. definition-mapper will also be able to require github.com/ernestio/ernestprovider/mapping to map the yaml spec on a valid internal service.
As all this requires are done as a package level, it won't require to load any heavy SDK, and that will only be required when you look for a github.com/ernestio/ernestprovider/provider package, mainly on the connectors.
The text was updated successfully, but these errors were encountered:
Preamble
Summary
All provider logic should live on the same repo.
Product Overview
Actually the provider logic is spread between different libraries and services, so it's really hard for any newcomer (community or new dev) to identify how to work with providers.
Product Description
The main idea behind this issue is to have all provider related logic under the same repository so you can easily understand, test and manage any provider related logic.
A repository structure like:
will allow api load the package
github.com/ernestio/ernestprovider/spec
and check if provided spec is correct.definition-mapper
will also be able to requiregithub.com/ernestio/ernestprovider/mapping
to map the yaml spec on a valid internal service.As all this requires are done as a package level, it won't require to load any heavy SDK, and that will only be required when you look for a
github.com/ernestio/ernestprovider/provider
package, mainly on the connectors.The text was updated successfully, but these errors were encountered: