网站导航免费论文 原创论文 论文搜索 原创论文 网学软件 学术大家 资料中心 会员中心 问题解答 原创论文 大学论文导航 设计下载 最新论文 下载排行 原创论文 设计图标 Ppt模板 Flash素材 PSD素材 JS代码
返回网学首页
网学联系
最新论文 推荐专题 热门论文 素材专题
当前位置: 网学 > [完整论文]参考使用 > 电子机械 > 正文

元数据在主数据管理中的应用与实现

来源:http://myeducs.cn 联系QQ:点击这里给我发消息 作者: 用户投稿 来源: 网络 发布时间: 15/08/25

网学网为广大网友收集整理了,元数据在主数据管理中的应用与实现,希望对大家有所帮助!

论文字数:18429.页数:55 附任务书,开题报告

 元数据在主数据管理中的应用与实现
 摘    要
 元数据是用来描述、解释、定位,使获取、使用或管理更加容易的结构化信息。元数据通常被称为数据的数据或者信息的信息。目前,元数据管理主要应用在艺术品、博物馆、地理科学资源、电子文档和多媒体等领域。实际上元数据本身的优势和特点能够在网络时代所有需要数据存储与访问的地方发挥出来。在企业对数据一致性和集中管理多种类别数据的需求越来越重要的情况下,元数据的理论和相关技术能够更好的实现企业的目标。
 首先,本文从企业需求与数据共享标准等方面对项目背景进行说明,对当前的元数据标准应用情况作简要的介绍。然后,本文将详细阐述元数据的设计理论与方法,说明项目的理论基础,并介绍本项目的技术背景。随后,将阐述项目的方案与总体架构,并介绍本项目的逻辑规划。
 最后,本文将重点介绍项目中的核心问题与解决方式,说明部分具有创新性的设计与实现,并对下一步改进和完善的方向进行展望。
 
关键词:元数据,元数据建模,主数据,关系与约束,结构化与非结构化数据转换,ETL
 The Application and Implementation of Metadata In Masterdata Management
 
 
 Abstract
 Metadata is structured information that describes, explains, locates, or otherwise makes it easier to retrieve, use, or manage an information resource. Metadata is often called data about data or information about information. Metadata Management is widely used in some domain like art, museums, geography resources, e-documents and multimedia presently. In fact, in this network age, as its own advantages and characteristics, metadata could play well in all needs of data storage and access. While in the situation of the business demand of data consistency and centralized management of multiple data types becoming increasingly obvious, the theory and related technology of metadata can help achieve business goals better.
 In the first, this article will introduce the background of the project including business requirements and data-sharing standards, and briefly describe the applications of current metadata standard. Then, this article will elaborate the design theory and method of metadata, for describing the theoretical foundation of this project. And then, the technical background of this project will be introduced. Subsequently, the article will set out the general framework and the logic programming. Finally, this article will focus on the core issue and the solution of this project, illustrate some new ideas and implementations, as well as improvements can made and the outlook of this application.
 
Key Words: Metadata, Metadata Modeling, Master Data, Relations and Restrictions, Structured and Unstructured Data Transformation, ETL
  目  录
 
 1  绪论 1
 1.1  课题背景及目的 1
 1.1.1  信息共享标准概述 1
 1.1.2  企业数据质量要求 1
 1.2  元数据标准与应用现状 2
 1.2.1  国外领域元数据标准简介 2
 1.2.2  国内信息共享元数据标准简介 3
 1.3  本课题解决的问题 3
 2  元数据的设计方法论 4
 2.1  元数据相关定义 4
 2.2  元数据设计原则 4
 2.3  元数据的功能与作用 5
 2.4  元数据建立流程 5
 2.5  元数据的结构 8
 2.6  元数据的元素组成 8
 2.7  元数据的互操作性及语法结构 9
 2.8  元数据的语义结构及相关规则规范 12
 3  中石油公共数据平台元数据建模项目技术背景 13
 3.1  XML, XSL, XSLT, XPath与XQuery, DTD与XSD 13
 3.2  SQL Server 2005 XML Capability 15
 3.3  SQL Server 2005 Integration Services 17
 3.4  ASP.net 2.0 and AJAX Extensions 20
 4  中石油公共数据平台元数据建模项目方案分析 20
 4.1  标准 20
 4.1.1  主数据标准 20
 4.1.2  元数据标准 21
 4.2  数据 21
 4.2.1  元数据 22
 4.2.2  分类与编码 22
 4.2.3  数据内容 23
 4.3  服务 24
 4.4  性能 25
 5  中石油公共数据平台元数据建模项目设计与实现 27
 5.1  系统设计与实现概述 27
 5.2  系统总体架构 28
 5.2.1  系统总体架构图 28
 5.2.2  系统用户 28
 5.2.3  维护数据范围 29
 5.2.4  用户界面与权限架构 29
 5.2.5  系统模块划分 29
 5.3  系统逻辑规划 30
 5.3.1  用户界面 30
 5.3.2  元数据建模 31
 5.3.3  数据元目录管理 32
 5.3.4  主数据存储与检索 32
 5.3.5  数据交换映射与Schema管理 33
 5.3.6  系统对外接口 33
 5.4  系统特性阐述 34
 5.4.1  Portal及用户界面 34
 5.4.2  数据库表与视图 35
 5.4.3  关系规则与谓词的解析 38
 5.4.4  约束规则与解析 40
 5.4.5  数据蒙版 41
 5.4.6  XML模式与关系模式的相互转换 42
 5.4.7  数据元多语言值支持 42
 5.4.8  数据元目录分组 43
 5.4.9  SSIS包设计 43
 6  结论 46
 6.1  本文总结 46
 6.2  下一步规划 47
 致谢 48
 参考文献 49

元数据在主数据管理中的应用与实现......
版权所有 QQ:3710167 邮箱:3710167@qq.com 网学网 [Myeducs.cn] 您电脑的分辨率是 像素
Copyright 2008-2015 myeducs.Cn www.myeducs.Cn All Rights Reserved 湘ICP备09003080号