project-codeflare / rayvens

Rayvens makes it possible for data scientists to access hundreds of data services within Ray with little effort.
Apache License 2.0
43 stars 7 forks source link

IDE support for configuring sources and sinks #6

Open tardieu opened 3 years ago

tardieu commented 3 years ago

The current mechanism for configuring sources and sinks (an open-ended dictionary) does not make it easy for IDEs to support the configuration (list source and sink types, suggest configuration parameters). We should investigate alternatives such as using classes instead of dictionaries to enable a better developer experience in an IDE.