1 / 61
文档名称:

基于Web服务的数据集成关键技术研究.pdf

格式:pdf   页数:61
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

基于Web服务的数据集成关键技术研究.pdf

上传人:banana 2014/4/8 文件大小:0 KB

下载得到文件列表

基于Web服务的数据集成关键技术研究.pdf

文档介绍

文档介绍:南京财经大学
硕士学位论文
基于Web服务的数据集成关键技术研究
姓名:王根花
申请学位级别:硕士
专业:计算机应用技术
指导教师:钱钢
2011-01-06
摘要
随着互联网、信息技术和数据库技术的飞速发展,各大公司和企业纷纷建立
了各自的 IT 信息集成系统,由此积累了大量异构数据,如何高效便捷的处理这些
数据信息成为企业信息化进程中的问题之一。因此,对异构数据集成系统的研究
已经成为当今业界和学术界的研究热点。
本论文从造成数据异构问题的根源出发,利用目前流行且很实用的 Web 服
务和中间件技术,实现了对关系型异构数据库的集成。并将其应用于实际项目中,
对新增添系统数据库的实际集成,取得了很好的集成效果。
首先介绍了异构数据集成的研究背景、国内外研究现状以及目前异构集成所
面临的问题;其次,研究并分析了现有的数据集成方法的优缺点,结合现状和实
际需求,采用 Mediator/Wrapper 体系结构进行异构数据集成系统的设计和开发。
重点讨论了 Mediator/Wrapper 方法中的两大组件 Mediator 和 Wrapper。
Mediator 的设计和开发采用了分布式技术,这种松散的架构方式降低了业务
系统对 Mediator 的依赖以及 Mediator 对 Wrapper 系统的依赖,提高了系统整体
的可扩展性和稳定性; Wrapper 不同于传统的 Wrapper,每个 Wrapper 均是独立
部署在不同的物理节点之上,通过调用 Web Service 与 Mediator 建立通信。
其中,查询处理是数据集成系统的研究重点之一,主要涉及到查询语言的
设计与转化、查询分解、查询优化等。参照 SQL 语言和 XQuery 等查询语言,
并结合分布式系统的实际情况,设计了 Minisql 作为中间查询语言,小巧灵活、
功能强大,可以适配多种数据源,从而进行跨语言处理,很好的解决了模式映射
和语言解析问题。
最后,将该集成系统应用于数字图书馆数据平台中,很好的验证了基于 Web
服务数据集成系统的正确性和可行性。

关键词:异构数据;异构数据集成;分布式技术;Web Services



I
ABSTRACT
With the rapid development of , information technology and the database
technology, companies and enterprises have established their own IT information
integration systems,which has accumulated a large amount of heterogeneous data.
How to deal with these data efficiently and conveniently has e the issue of the
process of enterprise information. Therefore, the research of the heterogeneous data
integration system has e a hot button in the industry and academia.
This paper realizes the integration of the heterogeneous relational database, from
the root of the problem caused by heterogeneous data,making good use of the popular
and useful web service and the middleware technology and applied it to projects,
achieving good effects for actual integration of newly-added system databases.
First, the paper introduces the background of heterogeneous data integration,
research status and the current problems faced by heterogeneous integration;Secondly,
the study and the analysi