Hi Ashutosh - I think this question would be better posted to the uima-users mailing list, rather than "Jira" - there are more people who read that list who might be able to comment on this.
The UIMA distribution contains an "examples" section which includes an example Cas Consumer which writes the results of annotations into a RDBMS, using JDBC. The source code can be found in %UIMA_HOME%\apache-uima\examples\src\org\apache\uima\examples\cpe\PersonTitleDBWriterCasConsumer.java. Perhaps that can serve as a starting point for doing what you want to do. -Marshall Ashutosh Sharma (JIRA) wrote: > Integration UIMA with Mysql > --------------------------- > > Key: UIMA-674 > URL: https://issues.apache.org/jira/browse/UIMA-674 > Project: UIMA > Issue Type: Task > Affects Versions: 2.2 > Environment: windows > Reporter: Ashutosh Sharma > > > Hi > > I need to integrate UIMA with Mysql as a source of input and output. Anybody > have worked on relate a RDBMS to UIMA as a source and destination. > If not, we have to thought in this direction also. > > Regards, > Ashu > > >
