SneaksAndData / esd-services-api-client

Python SDK for Sneaks & Data Platform Services
Apache License 2.0
0 stars 1 forks source link

[FEATURE] Custom Binding Support in Nexus Dependency Injection Framework #121

Open JanusAsmussen opened 2 months ago

JanusAsmussen commented 2 months ago

The current Nexus implementation provides a set of default injection bindings, as defined here, alongside methods for adding bindings for specific types (e.g., input readers, processors, etc.).

However, extending this functionality to support custom bindings would significantly enhance the framework’s flexibility. Specifically, it would allow users to inject any type of object, broadening the scope of use cases the framework can accommodate.

Example use cases include:

henrikfoss commented 2 months ago

I too would like this to be able to inject Astra client for writing data