Xiangdong Huang created IOTDB-517:
-------------------------------------
Summary: Apache IoTDB Database Connection Pool and integration
with some web framework
Key: IOTDB-517
URL: https://issues.apache.org/jira/browse/IOTDB-517
Project: Apache IoTDB
Issue Type: Wish
Components: Client/Others
Reporter: Xiangdong Huang
IoTDB is a time series database.
When using a database in an application, the database connection pool is much
helpful for high performance and saving resources.
Besides, when developing a website using Spring or some other web framework,
now many developers do not control the database connection manually. Instead,
developers just need to tell what database they will use and the web framework
can handle everything well.
This proposal is for
* letting IoTDB supports some database connection pools like Apache Commons
DBCP, C3P0.
* integration IoTDB with one web framework (e.g., Spring)
You should know:
* IoTDB
* At least one DB connection pool
* Know Spring or some other web framework
--
This message was sent by Atlassian Jira
(v8.3.4#803005)