Differences between revisions 1 and 2
Revision 1 as of 2006-04-20 02:04:21
Size: 1076
Editor: AlexPico
Comment:
Revision 2 as of 2006-04-20 02:05:48
Size: 968
Editor: AlexPico
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
I have been playing around with using [http://db.apache.org/derby/ Derby] to associate databases with cytoscape networks. Derby can serve as an embedded relational database in Java applications. This may be a solution for use cases that need real-time access relatively stable data, such as gene aliases and annotations. Getting Derby to work within a Cytoscape plugin was not trivial, so I wanted to share that experience. Derby can serve as an embedded relational database in Java applications. This may be a solution for use cases that need real-time access to relatively stable data, such as gene aliases and annotations. Getting Derby to work within a Cytoscape plugin was not trivial, so I wanted to share that experience.
Line 7: Line 7:
http://db.apache.org/derby/ - Offical Apache Derby site
http://db.apache.org/derby/quick_start.html - Useful Quick Start site for newbies
[http://db.apache.org/derby/derby_downloads.html#Software+required+to+build+Derby Related software] - Reference to OSGi (osgi.jar)
 * Relevant discussion threads relating to OSGi
  * [http://mail-archives.apache.org/mod_mbox/db-derby-dev/200512.mbox/%3C001001c602ae$adcdd270$6400a8c0@Apollo%3E thread#1]
  * [http://mail-archives.apache.org/mod_mbox/incubator-felix-dev/200603.mbox/%3C44061826.7010505@ungoverned.org%3E thread#2]
 * http://db.apache.org/derby/ - Offical Apache Derby site
 * http://db.apache.org/derby/quick_start.html - Useful Quick Start site for newbies
 * [http://db.apache.org/derby/derby_downloads.html#Software+required+to+build+Derby Related software] - Reference to OSGi (osgi.jar)
  * Relevant discussion threads relating to OSGi
   * [http://mail-archives.apache.org/mod_mbox/db-derby-dev/200512.mbox/%3C001001c602ae$adcdd270$6400a8c0@Apollo%3E thread#1]
  * [http://mail-archives.apache.org/mod_mbox/incubator-felix-dev/200603.mbox/%3C44061826.7010505@ungoverned.org%3E thread#2]

Derby can serve as an embedded relational database in Java applications. This may be a solution for use cases that need real-time access to relatively stable data, such as gene aliases and annotations. Getting Derby to work within a Cytoscape plugin was not trivial, so I wanted to share that experience.


Overview

...more to come

Embedding_a_Derby_database (last edited 2009-02-12 01:03:13 by localhost)

Funding for Cytoscape is provided by a federal grant from the U.S. National Institute of General Medical Sciences (NIGMS) of the Na tional Institutes of Health (NIH) under award number GM070743-01. Corporate funding is provided through a contract from Unilever PLC.

MoinMoin Appliance - Powered by TurnKey Linux