Difference between revisions of "MapGuide RFC 2 - Unmanaged Data APIs"

From OSGeo
Jump to navigation Jump to search
Line 13: Line 13:
 
Managed data is data contained inside the server's data repository. Unmanaged data is any data outside of the server's data repository.
 
Managed data is data contained inside the server's data repository. Unmanaged data is any data outside of the server's data repository.
  
Add server/web functionality and APIs which will allow Studio to create feature sources from unmanaged data. We want to specify certain directories on the server machine to be unmanaged data directories. We will then add APIs which will enumerate the available unmanaged data files.
+
We want to add server/web functionality and APIs which will allow Studio to create feature sources from unmanaged data. To accomplish this, we want to specify certain directories on the server machine to be unmanaged data directories. And then add APIs which will enumerate the available unmanaged data files.
  
 
===Motivation===
 
===Motivation===

Revision as of 13:28, 1 November 2006

Status

  • Submission Date: 21:26, 1 November 2006 (CET)
  • Last Modified Date: 21:26, 1 November 2006 (CET)
  • Author: Tony Fang Tonyfang
  • RFC Status: draft
  • Implementation Status: pending
  • Voting History:
  • Assigned PSC guide(s):

Overview

Managed data is data contained inside the server's data repository. Unmanaged data is any data outside of the server's data repository.

We want to add server/web functionality and APIs which will allow Studio to create feature sources from unmanaged data. To accomplish this, we want to specify certain directories on the server machine to be unmanaged data directories. And then add APIs which will enumerate the available unmanaged data files.

Motivation

When you use Studio to create a feature source (e.g. using Load Procedure), the data files (e.g. sdf, shp, raster, dwf, odbc) are uploaded to the server's repository. This is not an issue when the data files are small. If Studio and Server are on the same machine, this uploading is an unnecessary duplication of the data file. If the data file is really large, this duplication is slow and consuming unnecessary hard-drive space.

Currently, you can create a feature source which references unmanaged data. But it must be done manually. You need to know where the data is on the server machine. Then you must edit your Feature Source XML and upload it to the server via the web tier. This is a cumbersome process.

We want to automate this workaround in Studio. To do this, we need to add additional APIs and functionality to the server/web. We want to specify certain directories on the server machine to be unmanaged data directories. We will then add APIs which will enumerate the available unmanaged data files.


Funding/Resources

Tony Fang will be the resource to implement the changes outlined in this RFC.

Proposed Changes

TBD

Technical

TBD

Implications

TBD

Test Plan

TBD