JanusGraph: an open-source, distributed graph database
- 社区讨论:Discussions
- 博客:CSDN
- GitHub:有收获的话 star🌟 一下吧!
- 微信群:加微信 shirning,备注 janus
特别鸣谢以下 Contributors (如何成为社区 Contributor ?)
akiii-G | ray1991a | beiluve | mengbd | simon824 | wendyshusband |
涉及技术包括: JanusGraph | TinkerPop (Gremlin) | HBase | ElasticSearch | Spark GraphX
目前开源的内容:
-
JanusGraph 集成 Spark GraphX [janusgraph-graphx]
此次开源的为初级版本 ( janusx-0.1.0 ) ,Spark 通过解析 JanusGraph 底层 HFile 文件并反序列化 JanusGraph 点边结构生成 RDD,欢迎开发者一起测试和升级迭代。(适配 janusgraph-0.5.2 ,其他版本需要测试)
-
更多内容敬请期待!(比如:Spark 通过生成 HFile 写入 JanusGraph、可视化查询平台等等,也欢迎开发者贡献!)
其他内容
- 会自动创建点中心索引,那是不是就不用用户自定义了?
- 如果我在边添加属性,janusgraph 是否会自动创建局部索引? 我不需要定义 schema 吗?
- 点中心索引存在哪里?原理是怎么样的?
- JanusGraph 的 profile() 无法显示点中心索引 (vertex-centic index) 是否有被应用?
- JanusGraph 导致内存溢出的问题
带中文后缀的为还未翻译的文章,链接指向官网英文原文,有兴趣欢迎贡献!
- Introduction 介绍
- 开始 (Getting Started)
- Installation 安装
- Basic Usage 基本使用
- Architectural Overview 架构总览
- 基础 (JanusGraph Basics)
- 配置(Configuration)
- 模式与数据建模(Schema and Data Modeling)
- gremlin查询语言(Gremlin Query Language)
- JanusGraph Server janusgraph服务
- 部署方案(Deployment Scenarios)
- ConfiguredGraphFactory 配置工厂
- Things to Consider in a Multi-Node JanusGraph Cluster 多节点JanusGraph群集中要考虑的事项
- 事务(Transactions)
- 缓存(JanusGraph cache)
- Transaction Log 事务日志
- Configuration Reference 配置参考
- Config Example 配置示例
- 常见问题(Common Questions)
- 技术局限(Technical Limitations)
- 索引管理 (Index Management)
- 存储后端 (Storage Backends)
- 混合索引后端 (Mixed Index Backends)
- Introduction 介绍
- Search Predicates and Data Types 搜索谓词和数据类型
- Index Parameters and Full-Text Search 索引参数和全文搜索
- Field Mapping 字段映射
- Direct Index Query 直接索引查询
- Elasticsearch
- Apache Solr
- Apache Lucene
- 进阶主题 (Advanced Topics)
- 高级schema (Advanced Schema)
- 最终一致的存储后端 (Eventually-Consistent Storage Backends)
- 异常与恢复 (Failure & Recovery)
- 批写入 (Bulk Loading)
- 图分区 (Graph Partitioning)
- 数据类型和属性序列化器配置 (Datatype and Attribute Serializer Configuration)
- Hadoop-Gremlin 应用 (JanusGraph with TinkerPop’s Hadoop-Gremlin)
- 监控 (Monitoring JanusGraph)
- 从Titan迁移数据 (Migrating from Titan)
- 数据模型 (JanusGraph Data Model)
- 总线 (JanusGraph Bus)
- 连接JanusGraph (Connecting to JanusGraph)
- Development 发展历程
- Appendices 附录
- Changelog 更新日志