Changes between Version 2 and Version 3 of SesameIntegration


Ignore:
Timestamp:
12/21/05 12:47:04 (18 years ago)
Author:
dburkhar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SesameIntegration

    v2 v3  
    3434 * fast inserting of data  
    3535 
    36 = Steps to do = 
    37  1. learning Sesame2 (get it from Sourceforge-CVS, project: openRDF) 
    38  2. which parts in gnowsis have to be replaced? (which functions are important?) 
    39  3. which parts of gnowsis can be deleted? 
    40  4. do everything from scratch 
    41  4. We need an architecture overview (graphical) 
    42  5. API'S have to be implemented: 
    43    1. Central Repository 
    44    2. Ontology Manager 
    45    3. Gnowsis Search 
    46    4. Central Hub 
     36= Steps to do - Sesame2 = 
     37 1. learning Sesame2 
     38 1. We need an architecture overview (graphical) 
     39 1. which parts in gnowsis have to be replaced? (which functions are important?) 
     40 1. which parts of gnowsis can be deleted? 
     41 1. do everything from scratch 
     42 1. API'S have to be implemented: 
     43    
     44 
     45== learning Sesame2 (4 hours -> 19.01.2006) == 
     46 * get it from Sourceforge-CVS, project: openRDF, [http://cvs.sourceforge.net/viewcvs.py/sesame/openrdf/] 
     47 * using Sesame Server or Sesame Library? 
     48 * Useful Documentation: [http://www.openrdf.org/doc/sesame/users/userguide.html#chapter-api], specially chapter 7 seems to be interesting 
     49 * writing some basic examples like: 
     50   1. creating/accessing a repository 
     51   1. adding RDF data to repository 
     52   1. querying a repository 
    4753 
    4854 
    49 == which parts of gnowsis can be deleted? == 
     55== graphical architecture overview (4 hours - 18.01.2006) == 
     56 
     57== which parts of gnowsis have to be replaced? (2 hours - 12.01.2006) == 
     58Currently gnowsis uses Jena as Storage and Sparql for querying the Jena storage from the MySQL database.In which packages is this implemented? What is still needed?  
     59 
     60== which parts of gnowsis can be deleted? (2 hours - 12.01.2006) == 
    5061most code inside this package can be removed: 
    5162source:trunk/gnowsis/src/org/gnowsis/repository 
    5263 
    53 = Aperture = 
    54  1. Aperture will be used instead of the package source:trunk/gnowsis/src/org/gnowsis/adapters and 
    55     source:trunk/gnowsis/src/org/gnowsis/data 
     64== do everything from scratch (? hours - Gnowsis weekend) == 
     65 * how to start? 
     66 * implement the APIs 
     67 * integration to Gnowsis/GUI 
     68 
     69== API's have to be implemented (? hours - Gnowsis weekend) == 
     70 * Central Repository 
     71 * Ontology Manager 
     72 * Gnowsis Search 
     73 * Central Hub 
     74 
     75= Steps to do - Aperture = 
     76 1. learning aperture 
     77 1. Aperture will displace some packages from Gnowsis 
     78 1. start, stop, crawl? 
     79 1. integration with/to sesame? 
     80 1. Outlook adapter 
     81 
     82== learning aperture (4 hours) == 
     83project page: [http://aperture.sourceforge.net/] 
     84 
     85 
     86== Aperture will displace some packages from Gnowsis == 
     87This will be the package source:trunk/gnowsis/src/org/gnowsis/adapters and source:trunk/gnowsis/src/org/gnowsis/data 
     88 
     89== start, stop, crawl == 
     90 
     91== integration with/to sesame == 
     92 
     93== outlook adapter == 
     94 
     95 
    5696 
    5797= Result =