简体   繁体   English

非常基本的OrientDB / TinkerPop属性图DB问题

[英]Very basic OrientDB/TinkerPop property graph DB questions

Thanks in advance for your patience with what may be an array of stupid questions. 在此先感谢您耐心等待一系列愚蠢的问题。

I'm re-engineering a legacy enterprise application from the ground up and have down-selected to OrientDB for the underlying graph database. 我正在从头开始重新设计一个遗留企业应用程序,并向下选择了OrientDB作为基础图形数据库。 After perusing the OrientDB Google group, the various Wikis, etc I am left more than a little confused about what best practices apply and where to get started. 在仔细阅读了OrientDB Google小组,各种Wiki等之后,我对适用的最佳做法以及从何处开始感到困惑。 More specifically: 进一步来说:

  1. Am I correct in my understanding that with 1.6.4 (or later) I will need to leverage TinkerPop Blueprints in order to build a graph database? 我的理解是否正确,对于1.6.4(或更高版本),我将需要利用TinkerPop蓝图来构建图形数据库?
  2. If so, am I obliged to use Gremlin or is the extended SQL provided by OrientDB still available to me? 如果是这样,我是否有义务使用Gremlin,还是仍然可以使用OrientDB提供的扩展SQL?
  3. Should I, ideally, be creating the initial (non-embedded) database programatically through the TinkerPop APIs or establishing the structure via OrientDB's native console? 理想情况下,我是否应该通过TinkerPop API以编程方式创建初始(非嵌入式)数据库,还是通过OrientDB的本机控制台建立结构?
  4. Does a blueprints implementation preclude me from using clusters or classes (can I still use the inheritance structure built into OrientDB)? 蓝图实现是否使我无法使用群集或类(我是否仍可以使用OrientDB中内置的继承结构)?
  5. Given that I won't be using an embedded database, is Rexster obligatory for a TinkerPop-based implementation? 鉴于我不会使用嵌入式数据库,Rexster是否必须基于TinkerPop的实现?
  6. Has anyone heard wind of a Rexster kibble to provide Cypher support? 有没有人听过Rexster粗略的声音来提供Cypher支持? :D :d

The majority of my experience to date has been with MS SQL and Neo4J (as is likely implied by my questions). 到目前为止,我的大部分经验是使用MS SQL和Neo4J(这可能是我的问题所暗示的)。

Cheers, 干杯,

Jon 乔恩

I've received a response to this question on the OrientDB Google group. 我已经在OrientDB Google网上论坛收到了有关此问题的回复。 I'm going to call it answered, but would still welcome any input anyone may have. 我将其称为已回答,但仍然欢迎任何人提供的任何输入。

Cheers, 干杯,

Jon 乔恩

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM