Changes between Version 2 and Version 3 of ApertureDataSource
- Timestamp:
- 10/12/05 13:03:01 (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ApertureDataSource
v2 v3 1 1 = DataSources et al = 2 2 3 The central parts in the architecture are currently DataSource,DataCrawler,4 DataAccessor andDataObject. Together they are used to access the contents of3 The central parts in the architecture are currently !DataSource, !DataCrawler, 4 !DataAccessor and !DataObject. Together they are used to access the contents of 5 5 an information system, such as a file system or web site. 6 6 7 A DataSource contains all information necessary to locate the information8 items in a source. For example, a FileSystemDataSource has a set of one or7 A !DataSource contains all information necessary to locate the information 8 items in a source. For example, a !FileSystemDataSource has a set of one or 9 9 more directories on a file system, a set of patterns that describe what files 10 to include or exclude, etc. 10 to include or exclude, etc. For the rest it is completely passive. 11 11 12 A DataCrawler is responsible for actually accessing the physical source and12 A !DataCrawler is responsible for actually accessing the physical source and 13 13 reporting the individual information items as DataObjects. Each DataObject 14 14 contains all metadata provided by the data source, such as file names,