# graphdb **Repository Path**: maxbanana/graphdb ## Basic Information - **Project Name**: graphdb - **Description**: python 连接 graphdb 数据库的包 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-11-23 - **Last Updated**: 2022-11-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: Python, graphdb, 知识图谱, 图数据库 ## README # graphdb #### 介绍 python 连接 graphdb 数据库的包 #### 功能 一、数据管理 1. 通过执行SPARQL语句就可查询和更新Graph数据库 2. 下载数据并保存 3. 上传数据 4. 删除所有的节点数据 二、数据库管理 1. 获取现有的repository列表 2. 删除现有的repository 3. 创建一个repository 4. 重启现有的repository 5. 获取现有的repository size #### 安装教程 两种方式 1.pip install pygraphdb 2.下载此包,复制 pygraph 文件,放入你的项目目录下 #### 使用说明 例子详情可见于: 1. example_quick_start.py (快速开始) 2. example_data_manage.py (数据管理) 3. example_repository_manage.py (数据库管理) #### 参与贡献 刘洪波 #### 参考资料 grapddb 使用教程: https://graphdb.ontotext.com/documentation/free/index.html