Changes between Initial Version and Version 1 of MapGuideRfc85


Ignore:
Timestamp:
Sep 8, 2009, 1:10:14 PM (15 years ago)
Author:
tomfukushima
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc85

    v1 v1  
     1= !MapGuide RFC 85 - Add SQLite as a load procedure type =
     2
     3This page contains an change request (RFC) for the !MapGuide Open Source project.
     4More !MapGuide RFCs can be found on the [wiki:MapGuideRfcs RFCs] page.
     5
     6
     7== Status ==
     8
     9||RFC Template Version||(1.0)||
     10||Submission Date||(Date/Time submitted)||
     11||Last Modified||Tom Fukushima [[Timestamp]]||
     12||Author||Tom Fukushima||
     13||RFC Status||'''draft''', proposed, frozen for vote, adopted, retracted, or rejected||
     14||Implementation Status||'''pending''', under development, completed||
     15||Proposed Milestone||2.1||
     16||Assigned PSC guide(s)||Tom Fukushima||
     17||'''Voting History'''||(vote date)||
     18||+1|| ||
     19||+0||||
     20||-0||||
     21||-1||||
     22||no vote|| ||
     23
     24== Overview ==
     25
     26Add an SQLite load procedure type to the !LoadProcedure schema.
     27
     28== Motivation ==
     29
     30We need a way to get SQLite files uploaded to server; one way to do this is to upload the SQLite file(s) to the repository in a way similar to SDF and SHP files using load procedures.
     31
     32== Proposed Solution ==
     33
     34To remain consistent with SDF and SHP, we will use the !LoadProcedure resource to store information about how to upload SQLite files to the repository.  Client programs can then use this information to produce reproducible loads of client data.
     35
     36The !LoadProcedure schema will be revisioned to !LoadProcedure-2.1.0.xsd and SQLiteLoadProcedure will be added to !LoadProcedureTypeType:
     37
     38[[Image(SQLiteLoadProcedureType.png)]]
     39
     40== Implications ==
     41
     42Old load procedures (1.0.0 and 1.1.0) can still be stored in the repository.
     43
     44Installer will need to install the new schema?
     45
     46== Test Plan ==
     47
     48Store and retrieve a !LoadProcedure using the 2.1.0 schema into the repository.
     49
     50== Funding/Resources ==
     51
     52Autodesk to supply resources.