5 ms·
Check out Make, n8n, workflow86 Agree that coded integrations are still very relevant, but the addressable surface for UI is pretty large now.
by supersync 4y ago
Check out Make, n8n, workflow86
Agree that coded integrations are still very relevant, but the addressable surface for UI is pretty large now.
- ngz00 4y agoIs there any open source, embeddable alternatives or frameworks? I've got an ETL DSL that is fully serializable and I've been looking to create a UI tool for it.
- iamacyborg 4y agoMaybe Airbyte if I understand what you're asking correctly.
- georgesequeira 4y agoAh right. Yeah, reverse-engineering Airbyte's DSL and just "borrowing" their UI generation may be the move.
- georgesequeira 4y agoI don't know of a solution for ETL DSL -> UI but https://github.com/lowdefy/lowdefy https://github.com/lowdefy/lowdefy goes from a DSL to internal web apps. Perhaps some inspiration could be taken from there. Good luck!
- ngz00 4y agoThats pretty fascinating stuff, thanks for the recommendation.