i-on-project / meta

Information about the i-on project, including architecture and practices
Apache License 2.0
5 stars 0 forks source link

Select Core technologies #3

Open pmhsfelix opened 4 years ago

pmhsfelix commented 4 years ago

Select the technologies to use on Core:

jmchamica commented 4 years ago

Proposal

Core's Requirements

Taking into consideration

Conclusion

WebFlux and JDBI could be a great middle ground. More specifically, JDBI presents us with a cleaner solution than plain old JDBC while maintaining the ability to control the connection with what they call handles, possibly providing a good source for academic purposes. Further, a less verbose implementation might be easier to wrap around coroutines.