OrientDB入门(1)Getting Started

Running OrientDB the First Time

  1. First, download and extract OrientDB by selecting the appropriate package provided in our download page(click here for aditional installation methods).
  2. Start the server by running the server.sh or server.bat scripts located in the bin folder.
  3. Once OrientDB is running, enter the following URL in a browser window: http://localhost:2480. This is Studio, the most advanced Web tool for Databases.

If you’re new to OrientDB, we recommend taking a look at the following links:

Take Our Free Course!

Here at OrientDB, we believe the future of Data requires a multi-model database because of its infinite power and flexibility.

We know that after more than 30 years of Relational DBMSs, it can be challenging at first using innovative technology like OrientDB. (创新的)

So, we decided to provide a Getting Started video course for FREE!

We decided to use the Udemy.com platform to provide the most immersive, wide reaching platform possible.

This course is designed to help developers become productive and familiar with OrientDB and related tools in the fastest way possible.

Learning Objectives

  1. Install OrientDB and create a new database
  2. Learn the differences between Relational and Graph models
  3. Build a flexible Graph and Document data model
  4. Implement most major SQL functions, including basic CRUD operations
  5. Deploy and mange a production application

Start now!

Begin the course by following these 2 simple steps:

  1. Access the OrientDB - Getting Startedcourse.
  2. Enter your email and a name/password of your choosing to register with Udemy.com, if you do not already have an account.

Section A: First Steps

  • 1: Background and Concepts
  • 2: Up and Running
  • 3: Data Modelling Concepts
  • 4: OrientDB Studio
  • 5: OrientDB Console

Section B: Working with the Database (SQL API)

  • 6: SQL API Overview
  • 7: Data Modelling (SQL)
  • 8: Basic CRUD (SQL)
  • 9: Graph Functionality and Traversals (SQL)
  • 10: Transactions

Section C: Additional Features

  • 11: Server Side Functions
  • 12: User Permissions and Authentication
  • 13: REST / HTTP API
  • 14: Basics of a Distributed Deployment
  • 15: ETL Module
  • 16: Building the VehicleHistoryGraph Database
  • 17: Working with the Demo Database

Section D: OrientDB Professional Services

  • 18: OrientDB Enterprise with Workbench
  • 19: Orient Technologies Support & Consulting Services
时间: 2024-07-29 01:38:23

OrientDB入门(1)Getting Started的相关文章

爬虫入门(实用向)

从接触爬虫到现在也有一年半了,在这里总结一下一个新人入门爬虫需要了解的种种.作为实用向入门教程,我不会讲太多细枝末节的东西.最重要的就是能爬到东西不是吗? 那好,作为一个爬虫新人,要爬一个网站时,应该怎么开始呢? 首先,确定要爬的内容.是要整个网站的所有内容还是只是部分?需要的爬取的数据在网页源代码里有吗(涉及到模拟js发送请求)?需要的爬取的数据在网页上有吗(要用API爬吗)?确定要爬的内容之后,紧接着就需要考虑如下问题. 1.API爬虫和网页爬虫? 嗯,我一般习惯把爬虫分为API爬虫和网页爬

OrientDB 2.2.10 发布,文档数据库

OrientDB 2.2.10 发布了,Orient DB 是一个可伸缩的文档数据库(入门教程qkxue.net),支持 ACID 事务处理. 更新内容: HA: allow overriding OLocalClusterStrategy java.lang.IllegalArgumentException: Cluster segment #-2 does not exist in databaseJDBC: null values(腾云科技ty300.com)Automatic backu

R语言快速上手入门

R语言快速上手入门 课程学习网址:http://www.xuetuwuyou.com/course/196 课程出自学途无忧网:http://www.xuetuwuyou.com 课程简介 本教程深入浅出地讲解如何使用R语言玩转数据.课程中涵盖R语言编程的方方面面,内容涉及R对象的类型.R的记号体系和环境系统.自定义函数.if else语句.for循环.S3类R的包系统以及调试工具等.本课程还通过示例演示如何进行向量化编程,从而对代码进行提速并尽可能地发挥R的潜能.本课程适合立志成为数据科学家的

笔记:Spring Cloud Zuul 快速入门

Spring Cloud Zuul 实现了路由规则与实例的维护问题,通过 Spring Cloud Eureka 进行整合,将自身注册为 Eureka 服务治理下的应用,同时从 Eureka 中获取了所有其他微服务的实例信息,这样的设计非常巧妙的将服务治理体系中维护的实例信息利用起来,使得维护服务实例的工作交给了服务治理框架自动完成,而对路由规则的维护,默认会将通过以服务名作为 ContextPath 的方式来创建路由映射,也可以做一些特别的配置,对于签名校验.登录校验等在微服务架构中的冗余问题

linux入门基础知识及简单命令介绍

linux入门基础知识介绍 1.计算机硬件组成介绍 计算机主要由cpu(运算器.控制器),内存,I/O,外部存储等构成. cpu主要是用来对二进制数据进行运算操作,它从内存中取出数据,然后进行相应的运算操作.不能从硬盘中直接取数据. 内存从外部存储中取出数据供cpu运存.内存的最小单位是字节(byte) 备注:由于32的cpu逻辑寻址能力最大为32内存单元.因此32位cpu可以访问的最大内存空间为:4GB,算法如下: 2^32=2^10*2^10*2^10*2^2 =1024*1024*1024

JAVA通信系列二:mina入门总结

一.学习资料 Mina入门实例(一) http://www.cnblogs.com/juepei/p/3939119.html Mina入门教程(二)----Spring4 集成Mina http://www.cnblogs.com/juepei/p/3940396.html Apache Mina 入门实例--创建一个MINA时间服务http://loftor.com/archives/apache-mina-quick-start-guide.html MINA2.0用户手册中文版--系列文

Storm入门(四)WordCount示例

Storm API文档网址如下: http://storm.apache.org/releases/current/javadocs/index.html 一.关联代码 使用maven,代码如下. pom.xml  和Storm入门(三)HelloWorld示例相同 RandomSentenceSpout.java /** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor lice

浅谈Ubuntu PowerShell——小白入门教程

早在去年八月份PowerShell就开始开源跨平台了,但是一直没有去尝试,叫做PowerShell Core. 这里打算简单介绍一下如何安装和简单使用,为还不知道PowerShell Core on Ubuntu的同学们提供一点小小的入门帮助,谢谢大家支持~ PowerShell Core是由Microsoft开发的运行在.Net Core上的开源跨平台的任务自动化和配置管理系统. 1.   在Ubuntu 16.04上安装PowerShell Core a)         导入公共存储库GP

2.vue.js 入门环境搭建

原文链接:http://blog.csdn.net/luckylqh/article/details/52863026?locationNum=2&fps=1 vue这个新的工具,确实能够提高效率,在经历的一段时间的摧残之后,终于能够有一个系统的认识了,下面就今天的收获做一个总结,也是vue入门的精髓: 1.要使用vue来开发前端框架,首先要有环境,这个环境要借助于node,所以要先安装node,借助于node里面的npm来安装需要的依赖等等. 这里有一个小技巧:如果在cmd中直接使用npm来安