spring-projects / spring-data-rest

Simplifies building hypermedia-driven REST web services on top of Spring Data repositories
https://spring.io/projects/spring-data-rest
Apache License 2.0
905 stars 558 forks source link

[FEATURE REQUEST]: Spring Data JPA Support for Apache Delta Lake #2383

Closed Vislesha closed 2 months ago

Vislesha commented 2 months ago

Hi Team: Any plans to implement Spring Data JPA support for Apache Delta Lake provider.

Thanks!

mp911de commented 2 months ago

Correct me if I'm wrong, it looks that Apache Delta Lake is not a JPA implementation. So from that perspective, there isn't a JPA provider to build support on.

Other than that, we do not intend building another Spring Data module by our team. If you want, there's a how-to guide explaining how you can start building a Spring Data module for your favorite technology.