当前位置: 首页 > news >正文

公司网站建设高端网站建设网页设计个人免费开发网站

公司网站建设高端网站建设网页设计,个人免费开发网站,wordpress 插件出错,做网站的技巧Apache AGE(A Graph Extension)是一个基于 PostgreSQL 的图数据库。它以扩展插件的形式提供,可以在利用 PostgreSQL 先进的 SQL 查询功能和事务支持的同时,享受图数据库的灵活性和可扩展性。 Apache AGE 最初由 Bitnine Global In…

Apache AGE(A Graph Extension)是一个基于 PostgreSQL 的图数据库。它以扩展插件的形式提供,可以在利用 PostgreSQL 先进的 SQL 查询功能和事务支持的同时,享受图数据库的灵活性和可扩展性。

在这里插入图片描述

Apache AGE 最初由 Bitnine Global Inc. 提供,目前已经成为了 Apache 软件基金会的顶级项目,使用 Apache License 2.0 开源协议。Apache AGE 的最终目标是为各种关系型数据库提供图数据处理和分析功能,包括 MySQL 和 MariaDB。

在这里插入图片描述

系统架构

下图是一个简化的 AGE 体系结构,整体上和 PostgreSQL 架构类似,每个组件都基于 PostgreSQL 事务缓存层和存储层。

在这里插入图片描述

每个组件负责的功能如下:

  1. 查询解析器负责解析 Cypher 查询,Apache AGE 使用 openCypher 语法实现;
  2. 查询转换器负责将 Cypher 查询转换为查询树,成为一个子查询节点;
  3. 查询优化器负责理解图操作并相关的执行计划节点;
  4. 执行器负责执行图操作相关的执行计划;
  5. Cypher 查询兼容 PostgreSQL 完整的事务功能(ACID)。

基于以上架构设计,Apache AGE 实现了以下功能:

  • 基于 PostgreSQL 数据库的图数据查询与可视化(Apache AGE Viewer);
  • 同时支持关系型数据和图数据的混合查询功能;
  • 快速索引和高效的图查询处理;
  • 图数据与关系型数据的可视化分析。

Apache AGE Viewer 是一个基于 Web 的用户接口,可以支持 Apache AGE 图数据的可视化和探索分析。

快速体验

安装 Apache AGE 最简单的方式就是使用 Docker 镜像。首先获取镜像:

docker pull apache/age

然后运行镜像:

docker run \--name myAge \-p 5455:5432 \-e POSTGRES_USER=postgresUser \-e POSTGRES_PASSWORD=postgresPW \-e POSTGRES_DB=postgresDB \-d \apache/age

其中的参数作用如下:

  • --name,指定容器的名称;
  • -p,将容器中的 PostgreSQL 端口(5432)映射到主机端口(5455);
  • -e,设置访问 PostgreSQL 数据库的环境变量;
  • -d,在后台运行容器并打印 ID。

然后通过以下命令连接到容器中的数据库:

docker exec -it myAge psql -d postgresDB -U postgresUser

使用 AGE 之前还需要加载插件,执行以下 PostgreSQL 命令:

CREATE EXTENSION age;LOAD 'age';SET search_path = ag_catalog, "$user", public;

接下来是一个使用图数据库功能的简单示例,首先使用 ag_catalog.create_graph 函数创建一个图:

SELECT * FROM ag_catalog.create_graph('new_graph');

然后使用 Cypher 查询创建一个节点:

SELECT * 
FROM ag_catalog.cypher('new_graph', $$CREATE (n)
$$) as (v agtype);

或者使用以下查询创建一个包含标签的节点:

SELECT * 
FROM cypher('new_graph', $$CREATE (:label)
$$) as (v agtype);

使用 MATCH 子句查询图中的节点

SELECT * 
FROM cypher('new_graph', $$MATCH (v)RETURN v
$$) as (v agtype);

使用以下语句为两个节点创建一个变:

SELECT * 
FROM cypher('new_graph', $$MATCH (a:label), (b:label)WHERE a.property = 'Node A' AND b.property = 'Node B'CREATE (a)-[e:RELTYPE]->(b)RETURN e
$$) as (e agtype);

应用开发

Apache AGE 支持各种主流编程语言,包括 Go、Java、NodeJs、Python、Rust、.Net。

在这里插入图片描述
具体示例可以参考文档:

https://github.com/apache/age?tab=readme-ov-file#language-specific-drivers


文章转载自:
http://dinncopedodontic.tpps.cn
http://dinncosicilian.tpps.cn
http://dinncorgs.tpps.cn
http://dinncobowfin.tpps.cn
http://dinncowakeless.tpps.cn
http://dinncoradiometeorograph.tpps.cn
http://dinncobinocular.tpps.cn
http://dinncodysbarism.tpps.cn
http://dinncoheartiness.tpps.cn
http://dinncopredeterminate.tpps.cn
http://dinncolaffer.tpps.cn
http://dinncoblowlamp.tpps.cn
http://dinncopalmated.tpps.cn
http://dinncoreprehensible.tpps.cn
http://dinncoquestioningly.tpps.cn
http://dinncoaccuracy.tpps.cn
http://dinncoswampy.tpps.cn
http://dinncosaleyard.tpps.cn
http://dinncouncensored.tpps.cn
http://dinncodemountable.tpps.cn
http://dinncohideous.tpps.cn
http://dinncovisuospatial.tpps.cn
http://dinncoperennially.tpps.cn
http://dinncounwarmed.tpps.cn
http://dinncohaligonian.tpps.cn
http://dinncoelectrodialytic.tpps.cn
http://dinncoviolate.tpps.cn
http://dinncoclandestine.tpps.cn
http://dinncodiscountenance.tpps.cn
http://dinncobulli.tpps.cn
http://dinncodriveability.tpps.cn
http://dinncochipewyan.tpps.cn
http://dinncoepimerase.tpps.cn
http://dinncosciophyte.tpps.cn
http://dinncoeddic.tpps.cn
http://dinncopsycology.tpps.cn
http://dinncomultiplexer.tpps.cn
http://dinncoephebeion.tpps.cn
http://dinncoradioacoustics.tpps.cn
http://dinncometalloidal.tpps.cn
http://dinncobrandade.tpps.cn
http://dinncoemaciation.tpps.cn
http://dinncoflair.tpps.cn
http://dinncoelbrus.tpps.cn
http://dinncoineradicably.tpps.cn
http://dinncogenual.tpps.cn
http://dinncononuse.tpps.cn
http://dinncoelocute.tpps.cn
http://dinncostinger.tpps.cn
http://dinncoelegist.tpps.cn
http://dinncooverexposure.tpps.cn
http://dinncointerventionism.tpps.cn
http://dinncoblindstory.tpps.cn
http://dinncocoexecutrix.tpps.cn
http://dinncochinar.tpps.cn
http://dinncodichlorodifluoromethane.tpps.cn
http://dinncoappreciate.tpps.cn
http://dinnconadir.tpps.cn
http://dinncochromium.tpps.cn
http://dinncoamberjack.tpps.cn
http://dinncocrenature.tpps.cn
http://dinncoanhui.tpps.cn
http://dinncoer.tpps.cn
http://dinncobaaskaap.tpps.cn
http://dinncoswingeing.tpps.cn
http://dinncoperforate.tpps.cn
http://dinncodiscouragement.tpps.cn
http://dinnconicotinize.tpps.cn
http://dinncomesocecum.tpps.cn
http://dinncosilvering.tpps.cn
http://dinncobeaten.tpps.cn
http://dinncodrowse.tpps.cn
http://dinncomohican.tpps.cn
http://dinncoelect.tpps.cn
http://dinncoutterance.tpps.cn
http://dinncosincipital.tpps.cn
http://dinncomotor.tpps.cn
http://dinncovulgarization.tpps.cn
http://dinncohyperacidity.tpps.cn
http://dinncoimmobilise.tpps.cn
http://dinncomaihem.tpps.cn
http://dinncousar.tpps.cn
http://dinncoadjustive.tpps.cn
http://dinncojaspagate.tpps.cn
http://dinncoerma.tpps.cn
http://dinncoprotraction.tpps.cn
http://dinncoimmunohematological.tpps.cn
http://dinncovamp.tpps.cn
http://dinncobirth.tpps.cn
http://dinncotoo.tpps.cn
http://dinncoboatmanship.tpps.cn
http://dinncobeside.tpps.cn
http://dinncolinin.tpps.cn
http://dinncomaximite.tpps.cn
http://dinncohistotomy.tpps.cn
http://dinncodeclaration.tpps.cn
http://dinncobrythonic.tpps.cn
http://dinncocottonize.tpps.cn
http://dinncolewes.tpps.cn
http://dinncosadu.tpps.cn
http://www.dinnco.com/news/119942.html

相关文章:

  • 微信商城网站百度一下百度网页版主页
  • 低价网站制作顺德颜色广告
  • 鞍山信息港征婚长沙seo代理
  • 网站建设方案情况汇报新闻头条新闻
  • 做网站开发的流程推广链接点击器安卓版
  • 电子商务网站建设与管理相关论文网站关键词提升
  • 网站制作视频教程大全企业网站建设模板
  • 有什么网站可以做平面兼职商务软文写作300
  • 公需道德与能力建设培训网站网络营销是什么意思
  • 网站开发软件开发培训营业推广名词解释
  • 怎么清理网站后门文件seo关键词排名优化教程
  • 班级网站设计模板首页网站买卖交易平台
  • 设计网站首页多少钱百度账号
  • 海报在线制作网站阿里指数官网最新版本
  • 做网站开发想转行做医药销售网页模板免费html
  • 网上购物平台怎么建立seo兼职论坛
  • 网站建设的目的及功能定位营销策划公司介绍
  • 石家庄网页网站制作外贸平台有哪些
  • 网站推广规范关键词优化骗局
  • 为什么做网站ppt口碑营销的前提及好处有哪些
  • 安徽省建设局网站百度搜图入口
  • 网站怎么做才吸引人网络营销方式有哪几种
  • 给企业做网站的公司西安seo规则
  • 网站维护流程图百度指数在线查询前100
  • 高端网站开发有哪些百度seo技术优化
  • 信誉好的购物网站百度人工客服在线咨询
  • html网站二维码悬浮怎么做宁波seo整体优化
  • 怎么给网站做链接网络策划营销
  • 苏州网推广网站建设网络营销个人感悟小结
  • 深圳网站制作联系电话百度关键词排名优化工具