IBMStreams / administration

Umbrella project for the IBMStreams organization. This project will be used for the management of the individual projects within the IBMStreams organization.
Other
19 stars 10 forks source link

Proposal for a new project: streamsx.jdbc #78

Closed yiminy closed 8 years ago

yiminy commented 8 years ago

I am proposing to have a new toolkit that supports Streams application to interact with database using JDBC.

JDBC is a Java database connectivity technology that defines how a client may access a database. The toolkit will allow you to run a user-defined SQL statement with JDBC driver that could have the following user scenarios:

  1. Generate output stream from the result set of a SQL SELECT statement.
  2. Insert, update and delete records, create and drop tables.
  3. Call stored procedures.
chanskw commented 8 years ago

+1

ddebrunner commented 8 years ago

+1

mikespicer commented 8 years ago

+1

chanskw commented 8 years ago

To contribute, @yiminy please sign this agreement: https://github.com/IBMStreams/administration/blob/master/IBMStreams-cla-individual.pdf

Please send a soft copy to myself and Pete Nicholls. Please also send a hard copy to Pete.

Once this is done, then I will create a repository for you to contribute code. Thanks!

cancilla commented 8 years ago

+1

petenicholls commented 8 years ago

+1

leongor commented 8 years ago

+1

leongor commented 8 years ago

+1

chanskw commented 8 years ago

@yiminy can you please tell me who are the committers to this project? Thanks!

yiminy commented 8 years ago

@chanskw, Ankit (@ankitpas) and myself will be the committers. Thanks...

chanskw commented 8 years ago

Created streamsx.jdbc