【问题标题】:How can I use orientDB in MEAN stack如何在 MEAN 堆栈中使用 orientDB
【发布时间】:2015-03-17 12:09:17
【问题描述】:

我正在研究平均堆栈。我想使用 orientdb 而不是 mongodb。 我只想知道如何用 orientDB 替换 mongodb。 要么 如何自定义 mongoose 以便我可以使用 orientDB。 提前致谢。

【问题讨论】:

    标签: node.js mongoose mean mean-stack orientdb


    【解决方案1】:
    • MongoDB -> OrientDB Document Graph database server(我想你想使用 OrientDB 的 Document-Graph 引擎)和orientjs。所以你不要自定义猫鼬,你必须用 orientjs(OrientDB 的官方 Node 驱动程序)替换那个驱动程序。
    • 快递->快递
    • AngularJS -> AngularJs
    • Node.js -> Node.js

    要开始使用(假设您有使用 EAN 部分的经验),首先阅读OrienDB Manuel 并开始“玩”OrientDB,使用基于 Web 的界面,称为 OrientDB Studio。 Graph Databases The Definitive Book on Graph Databases 是一个很好的关于图形数据库的介绍,可以免费下载。之后,使用 orientjs 将它与 Node.js 集成应该很容易。要开始使用 AngularJS,我强烈推荐 Udemy 课程 "Javascript: Understanding the Weird Parts""Learn and Understand AngularJS"

    更新oriento driver 已弃用,官方 JavaScript 客户端现在为 orientjs。该驱动程序由东方科技自己维护。

    【讨论】:

    • 感谢 rmuller 先生!回复。因为我是这个开发堆栈的新手。你能详细说明你的答案吗?或为此任务提供一些指导。
    • 查看我的更新答案。如果这个答案对你来说没问题,你应该“接受”它。这就是 SO 的工作原理。
    猜你喜欢
    • 1970-01-01
    • 2017-11-22
    • 2013-11-17
    • 2013-09-27
    • 2014-07-08
    • 2018-04-19
    • 2016-01-06
    • 1970-01-01
    • 2016-08-05
    相关资源
    最近更新 更多