nhl / link-move

A model-driven dynamically-configurable framework to acquire data from external sources and save it to your database.
Apache License 2.0
35 stars 15 forks source link

Lightweight Cayenne stack for DataSourceConnector #158

Closed andrus closed 2 years ago

andrus commented 6 years ago

DataSourceConnector starts a full blown Cayenne stack with empty mapping. We should think of trimming this stack a bit. At the minimum it should not start any event manager threads.

(or just implement a straight JDBC connector per #166 and do away with Cayenne connector all together)

andrus commented 2 years ago

closing. Will focus on #166