Return-Path: X-Original-To: apmail-uima-user-archive@www.apache.org Delivered-To: apmail-uima-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 9D1AC18245 for ; Sun, 16 Aug 2015 16:45:43 +0000 (UTC) Received: (qmail 89937 invoked by uid 500); 16 Aug 2015 16:45:38 -0000 Delivered-To: apmail-uima-user-archive@uima.apache.org Received: (qmail 89894 invoked by uid 500); 16 Aug 2015 16:45:38 -0000 Mailing-List: contact user-help@uima.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@uima.apache.org Delivered-To: mailing list user@uima.apache.org Received: (qmail 89883 invoked by uid 99); 16 Aug 2015 16:45:38 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 16 Aug 2015 16:45:38 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id B3F4918210F for ; Sun, 16 Aug 2015 16:45:37 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.006 X-Spam-Level: X-Spam-Status: No, score=-0.006 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.006, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id m-ESMjoCozCl for ; Sun, 16 Aug 2015 16:45:28 +0000 (UTC) Received: from uabexch2.ad.uab.edu (uabexch2.ad.uab.edu [138.26.5.131]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 0F237428E7 for ; Sun, 16 Aug 2015 16:45:28 +0000 (UTC) Received: from UABEXMB5.ad.uab.edu ([169.254.6.50]) by uabexch2.ad.uab.edu ([138.26.5.131]) with mapi id 14.03.0235.001; Sun, 16 Aug 2015 11:45:22 -0500 From: "John David Osborne (Campus)" To: "user@uima.apache.org" Subject: RE: CAS to RDBS Thread-Topic: CAS to RDBS Thread-Index: AdDYORYvlSf+CDJqSNKlbNPD4bb0xgAL9PyA//+ztFU= Date: Sun, 16 Aug 2015 16:45:21 +0000 Message-ID: <9EF914716B6C1C4C807A0AAB68AA38BE141D4A40@UABEXMB5.ad.uab.edu> References: <9EF914716B6C1C4C807A0AAB68AA38BE141CDE3D@UABEXMB5.ad.uab.edu>,<55D0B787.9010704@averbis.com> In-Reply-To: <55D0B787.9010704@averbis.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [71.45.45.182] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 These both look very promising, thank you Peter I will take a look.=0A= =0A= -John=0A= =0A= ________________________________________=0A= From: Peter Kl=FCgl [peter.kluegl@averbis.com]=0A= Sent: Sunday, August 16, 2015 11:17 AM=0A= To: user@uima.apache.org=0A= Subject: Re: CAS to RDBS=0A= =0A= Hi,=0A= =0A= Georg Fette has posted some time ago on the dev list about a component,=0A= but I don't know if it fulfills your requirements.=0A= =0A= The code is here:=0A= https://github.com/renaud/uima_sql=0A= https://code.google.com/p/uima-sql/=0A= =0A= Best,=0A= =0A= Peter=0A= =0A= Am 16.08.2015 um 17:34 schrieb John David Osborne (Campus):=0A= > Can anybody tell me if there are any UIMA annotators/consumers that can w= rite the CAS to the database in discrete tables dependent on the type syste= m?=0A= >=0A= > I know the entire CAS can be dumped to the database as a varchar/lob but = I was looking for something that would create a table for each object in th= e CAS and write the instances out as rows in that table. So it would have t= o be smart enough to map an uima.cas.Integer to the appropriate type in the= database.=0A= >=0A= > I don't care if it is database specific or not.=0A= >=0A= > I just added some new types and I am not looking forward to writing a bun= ch of boiler-plate code to save it to the database.=0A= >=0A= > Any advice appreciated,=0A= >=0A= > -John=0A= >=0A= >=0A= =0A=