Kotlin / dataframe

Structured data processing in Kotlin
https://kotlin.github.io/dataframe/overview.html
Apache License 2.0
761 stars 48 forks source link

Maven plugin to generate schemas from data #721

Open koperagen opened 3 weeks ago

koperagen commented 3 weeks ago

There's a feature request https://github.com/Kotlin/dataframe/discussions/717#discussioncomment-9665763 Gradle plugin has logic to simplify configuration for user and somewhat support variety of project layouts. It shouldn't be hard to develop a simple Maven plugin that requires explicit configuration for each schema and not tries to be smart Thing that remains unclear to me is setting the dependency between this code generating task and Kotlin compile task