├── .gitignore
├── LICENSE
├── README-github.md
├── README.md
├── _cover.jpg
├── _cover.png
├── _cover_small.jpg
├── _cover_small.png
├── book.toml
├── cover.psd
├── src
├── README.md
├── SUMMARY.md
├── Upgrading-Distributed-Environment.md
├── _cover.jpg
├── _cover.png
├── _cover_small.jpg
├── _cover_small.png
├── admin
│ ├── Backup-and-Restore.md
│ ├── Configuration.md
│ ├── Docker-Home.md
│ ├── Export-Format.md
│ ├── Export-and-Import.md
│ ├── Export-to-and-Import-from-JSON.md
│ ├── Functions-Creation.md
│ ├── Functions-DB-Access.md
│ ├── Functions-Server.md
│ ├── Functions-Use.md
│ ├── Functions.md
│ ├── Import-From-RDBMS.md
│ ├── Import-RDBMS-to-Document-Model.md
│ ├── Import-RDBMS-to-Graph-Model.md
│ ├── Import-from-Neo4j-into-OrientDB.md
│ ├── Import-from-Neo4j-using-GraphML.md
│ ├── Incremental-Backup-And-Restore.md
│ ├── JMX.md
│ ├── Logging.md
│ ├── Monitoring.md
│ ├── README.md
│ ├── Scheduler.md
│ ├── Unix-Service.md
│ ├── Windows-Service.md
│ └── installation
│ │ ├── Installation-from-Source.md
│ │ ├── Prerequisites.md
│ │ └── README.md
├── apis-and-drivers
│ └── README.md
├── console
│ ├── Console-Command-Backup.md
│ ├── Console-Command-Browse-Class.md
│ ├── Console-Command-Browse-Cluster.md
│ ├── Console-Command-Check-Database.md
│ ├── Console-Command-Classes.md
│ ├── Console-Command-Cluster-Status.md
│ ├── Console-Command-Clusters.md
│ ├── Console-Command-Config-Get.md
│ ├── Console-Command-Config-Set.md
│ ├── Console-Command-Config.md
│ ├── Console-Command-Connect-Env.md
│ ├── Console-Command-Connect.md
│ ├── Console-Command-Create-Database.md
│ ├── Console-Command-Declare-Intent.md
│ ├── Console-Command-Dictionary-Get.md
│ ├── Console-Command-Dictionary-Keys.md
│ ├── Console-Command-Dictionary-Put.md
│ ├── Console-Command-Dictionary-Remove.md
│ ├── Console-Command-Disconnect.md
│ ├── Console-Command-Display-Raw-Record.md
│ ├── Console-Command-Display-Record.md
│ ├── Console-Command-Drop-Database.md
│ ├── Console-Command-Drop-Server-User.md
│ ├── Console-Command-Export-Record.md
│ ├── Console-Command-Export.md
│ ├── Console-Command-Freeze-Db.md
│ ├── Console-Command-Get.md
│ ├── Console-Command-Import.md
│ ├── Console-Command-Indexes.md
│ ├── Console-Command-Info-Class.md
│ ├── Console-Command-Info-Property.md
│ ├── Console-Command-Info.md
│ ├── Console-Command-Js.md
│ ├── Console-Command-Jss.md
│ ├── Console-Command-List-Connections.md
│ ├── Console-Command-List-Databases.md
│ ├── Console-Command-List-Server-Users.md
│ ├── Console-Command-List-Servers.md
│ ├── Console-Command-Load-Record.md
│ ├── Console-Command-Load-Script.md
│ ├── Console-Command-Open.md
│ ├── Console-Command-Profiler.md
│ ├── Console-Command-Properties.md
│ ├── Console-Command-Release-Db.md
│ ├── Console-Command-Reload-Record.md
│ ├── Console-Command-Repair-Database.md
│ ├── Console-Command-Restore.md
│ ├── Console-Command-Set-Server-User.md
│ ├── Console-Command-Set.md
│ ├── Console-Commands.md
│ ├── Console-Custom-Commands.md
│ ├── Console-Modes.md
│ ├── README.md
│ └── old
│ │ ├── Console-Command-Begin.md
│ │ ├── Console-Command-Commit.md
│ │ ├── Console-Command-Create-Cluster.md
│ │ ├── Console-Command-Create-Index.md
│ │ ├── Console-Command-Create-Link.md
│ │ ├── Console-Command-Create-Property.md
│ │ ├── Console-Command-Delete.md
│ │ ├── Console-Command-Drop-Cluster.md
│ │ ├── Console-Command-Grant.md
│ │ ├── Console-Command-Gremlin.md
│ │ ├── Console-Command-Insert.md
│ │ ├── Console-Command-Revoke.md
│ │ ├── Console-Command-Rollback.md
│ │ └── Console-Command-Sleep.md
├── css
│ └── custom.css
├── datamodeling
│ ├── Concepts.md
│ ├── Multi-Tenant.md
│ └── Tutorial-Document-and-graph-model.md
├── distributed
│ ├── Data-Centers.md
│ ├── Distributed-Architecture-Lifecycle.md
│ ├── Distributed-Architecture.md
│ ├── Distributed-Configuration-Tuning.md
│ ├── Distributed-Configuration.md
│ ├── Distributed-Runtime.md
│ ├── Distributed-Server-Manager.md
│ ├── Distributed-Sharding.md
│ └── Replication.md
├── dotnet
│ ├── NET-Database-Clusters.md
│ ├── NET-Database-Command.md
│ ├── NET-Database-GetClusterIdFor.md
│ ├── NET-Database-GetClusterNameFor.md
│ ├── NET-Database-GetClusters.md
│ ├── NET-Database-Gremlin.md
│ ├── NET-Database-Insert.md
│ ├── NET-Database-JS.md
│ ├── NET-Database-Query.md
│ ├── NET-Database-Select.md
│ ├── NET-Database-SqlBatch.md
│ ├── NET-Database-Update.md
│ ├── NET-Database.md
│ ├── NET-Query-Conditions.md
│ ├── NET-Query-Limiter.md
│ ├── NET-Query-Sort.md
│ ├── NET-Query.md
│ ├── NET-Server-ConfigGet.md
│ ├── NET-Server-ConfigList.md
│ ├── NET-Server-ConfigSet.md
│ ├── NET-Server-CreateDatabase.md
│ ├── NET-Server-DatabaseExists.md
│ ├── NET-Server-Databases.md
│ ├── NET-Server-DropDatabase.md
│ ├── NET-Server.md
│ ├── NET-Transactions-Add.md
│ ├── NET-Transactions-AddEdge.md
│ ├── NET-Transactions-AddOrUpdate.md
│ ├── NET-Transactions-Delete.md
│ ├── NET-Transactions-GetPendingObject.md
│ ├── NET-Transactions-Update.md
│ ├── NET-Transactions.md
│ └── NET.md
├── ee
│ ├── .DS_Store
│ ├── Auditing.md
│ ├── Backup-Management.md
│ ├── Cluster-Management.md
│ ├── Dashboard.md
│ ├── Enterprise-Edition.md
│ ├── Neo4j-Importer.md
│ ├── Profiler.md
│ ├── Security.md
│ ├── Server-Management.md
│ ├── Server-Profiler.md
│ ├── Settings.md
│ ├── Teleporter.md
│ └── images
│ │ ├── .DS_Store
│ │ ├── studio-auditing-configuration.png
│ │ ├── studio-auditing-log.png
│ │ ├── studio-backup-00-fresh-scheduler.png
│ │ ├── studio-backup-01-backup-scheduler-right-panel.png
│ │ ├── studio-backup-02-full-backup-scheduling.png
│ │ ├── studio-backup-03-incremental-backup-scheduling.png
│ │ ├── studio-backup-04-full-incr-backup-scheduling.png
│ │ ├── studio-backup-05-granularity.png
│ │ ├── studio-backup-05.1- calendar-not-empty.png
│ │ ├── studio-backup-06-backup-event.png
│ │ ├── studio-backup-07-restore-from-full.png
│ │ ├── studio-backup-08-restore-from-incremental.png
│ │ ├── studio-backup-09-restore-from-full-incr.png
│ │ ├── studio-cluster-management-databases.png
│ │ ├── studio-cluster-management-overview.png
│ │ ├── studio-dashboard-ee.png
│ │ ├── studio-global-configurations.png
│ │ ├── studio-monitoring-connections.png
│ │ ├── studio-monitoring-threads.png
│ │ ├── studio-neo4j-importer
│ │ ├── studio-neo4jimporter-job-completed.png
│ │ ├── studio-neo4jimporter-job-running.png
│ │ ├── studio-neo4jimporter-step1-tryConnection.png
│ │ └── studio-neo4jimporter-step2.png
│ │ ├── studio-query-profiler-running.png
│ │ ├── studio-query-profiler-stats.png
│ │ ├── studio-security-configuration.png
│ │ ├── studio-server-management.png
│ │ ├── studio-settings-permissions.png
│ │ ├── studio-settings-profiler.png
│ │ └── studio-teleporter
│ │ ├── studio-teleporter-job-completed.png
│ │ ├── studio-teleporter-job-running.png
│ │ ├── studio-teleporter-step1-tryConnection.png
│ │ ├── studio-teleporter-step2.png
│ │ ├── studio-teleporter-step3-filtering-1.png
│ │ ├── studio-teleporter-step3-filtering-2.png
│ │ ├── studio-teleporter-step3-filtering-3.png
│ │ ├── studio-teleporter-step3-filtering-4.png
│ │ ├── studio-teleporter-step4-add-edge-button.png
│ │ ├── studio-teleporter-step4-add-edge-drag.png
│ │ ├── studio-teleporter-step4-add-edge-modal1.png
│ │ ├── studio-teleporter-step4-add-edge-modal2.png
│ │ ├── studio-teleporter-step4-add-prop-button.png
│ │ ├── studio-teleporter-step4-add-prop-modal1.png
│ │ ├── studio-teleporter-step4-add-prop-modal2.png
│ │ ├── studio-teleporter-step4-aggr-edge-rel-view-1.png
│ │ ├── studio-teleporter-step4-aggr-edge-rel-view-2.png
│ │ ├── studio-teleporter-step4-aggr-edge-rendering.png
│ │ ├── studio-teleporter-step4-aggregated-graph+legend.png
│ │ ├── studio-teleporter-step4-drop-edge-class.png
│ │ ├── studio-teleporter-step4-drop-edge-instance.png
│ │ ├── studio-teleporter-step4-drop-prop-modal.png
│ │ ├── studio-teleporter-step4-edit-prop-modal.png
│ │ ├── studio-teleporter-step4-excluded-props.png
│ │ ├── studio-teleporter-step4-graph+selected-vertex.png
│ │ ├── studio-teleporter-step4-only-graph.png
│ │ ├── studio-teleporter-step4-reincluded-props.png
│ │ ├── studio-teleporter-step4-rename-class-button.png
│ │ ├── studio-teleporter-step4-rename-class-modal.png
│ │ ├── studio-teleporter-step4-search-bar.png
│ │ ├── studio-teleporter-step4-simple-edge-rel-view.png
│ │ └── studio-teleporter-step4-simple-edge-rendering.png
├── etl
│ ├── Block.md
│ ├── Configuration-File.md
│ ├── ETL-Introduction.md
│ ├── Extractor.md
│ ├── Import-a-tree-structure.md
│ ├── Import-from-CSV-to-a-Graph.md
│ ├── Import-from-DBMS.md
│ ├── Import-from-DBPedia.md
│ ├── Import-from-JSON.md
│ ├── Import-from-PARSE.md
│ ├── Loader.md
│ ├── Source.md
│ └── Transformer.md
├── fiveminute
│ ├── README.md
│ ├── images
│ │ ├── idea-main.png
│ │ ├── idea-main2.png
│ │ ├── idea-new-class.png
│ │ ├── idea-new-maven.png
│ │ ├── idea-new-maven2.png
│ │ ├── idea-new.png
│ │ ├── idea-pom.png
│ │ ├── studio-browser-2.png
│ │ ├── studio-browser.png
│ │ ├── studio-create-database-3.2.png
│ │ ├── studio-create-database.png
│ │ ├── studio-login.png
│ │ └── studio-schema.png
│ ├── java-1.md
│ ├── java-2.md
│ ├── java-3.md
│ ├── java-4.md
│ └── java.md
├── general
│ ├── Concurrency.md
│ ├── Inheritance.md
│ ├── Managing-Dates.md
│ ├── README.md
│ ├── Schema.md
│ ├── Types.md
│ └── include-file-1.md
├── gettingstarted
│ ├── Chat-use-case.md
│ ├── Distributed-Architecture.md
│ ├── Key-Value-use-case.md
│ ├── Queue-use-case.md
│ ├── README.md
│ ├── Time-series-use-case.md
│ ├── Tutorial-Classes.md
│ ├── Tutorial-Clusters.md
│ ├── Tutorial-Installation-Operations.md
│ ├── Tutorial-Installation.md
│ ├── Tutorial-Introduction-to-the-NoSQL-world.md
│ ├── Tutorial-Java-Hooks.md
│ ├── Tutorial-Record-ID.md
│ ├── Tutorial-Relationships.md
│ ├── Tutorial-Run-the-console.md
│ ├── Tutorial-Run-the-server.md
│ ├── Tutorial-Run-the-studio.md
│ ├── Tutorial-SQL.md
│ ├── Tutorial-Using-schema-with-graphs.md
│ ├── Tutorial-Working-with-graphs.md
│ ├── Users-Roles-Security.md
│ ├── demodb
│ │ ├── DemoDB-DataModel.md
│ │ ├── DemoDB-Graph-Portions.md
│ │ ├── DemoDB-Introduction.md
│ │ ├── README.md
│ │ ├── include-demodb-version-warning.md
│ │ └── queries
│ │ │ ├── DemoDB-Queries-Attractions.md
│ │ │ ├── DemoDB-Queries-Business-Opportunities.md
│ │ │ ├── DemoDB-Queries-Countries.md
│ │ │ ├── DemoDB-Queries-Customers.md
│ │ │ ├── DemoDB-Queries-Friendship.md
│ │ │ ├── DemoDB-Queries-Locations.md
│ │ │ ├── DemoDB-Queries-Orders.md
│ │ │ ├── DemoDB-Queries-Polymorphism.md
│ │ │ ├── DemoDB-Queries-Profiles.md
│ │ │ ├── DemoDB-Queries-Recommendations.md
│ │ │ ├── DemoDB-Queries-Reviews.md
│ │ │ ├── DemoDB-Queries-Services.md
│ │ │ ├── DemoDB-Queries-Shortest-Paths.md
│ │ │ ├── DemoDB-Queries-Traverses.md
│ │ │ ├── README.md
│ │ │ ├── include-file-1.md
│ │ │ ├── include-file-10.md
│ │ │ ├── include-file-2.md
│ │ │ ├── include-file-3.md
│ │ │ ├── include-file-4.md
│ │ │ ├── include-file-5.md
│ │ │ ├── include-file-6.md
│ │ │ ├── include-file-7.md
│ │ │ ├── include-file-8.md
│ │ │ └── include-file-9.md
│ └── tutorials
│ │ ├── Import-Tutorials.md
│ │ ├── Import-the-Database-of-Beers.md
│ │ ├── README.md
│ │ ├── Tutorial-Importing-the-Movie-Database-from-Neo4j.md
│ │ ├── Tutorial-Importing-the-northwind-Database-from-Neo4j.md
│ │ ├── Tutorial-Setup-a-distributed-database.md
│ │ └── Tutorial-Working-with-distributed-graph-database.md
├── gremlin
│ └── Gremlin.md
├── images
│ ├── AddVertex1.png
│ ├── AddVertex2.png
│ ├── EditorMenu.png
│ ├── GraphEditor.png
│ ├── GraphEditor2.png
│ ├── ORecordHierarchy.png
│ ├── PersonClass.png
│ ├── Property.png
│ ├── README.md
│ ├── Roles2.png
│ ├── Settings.png
│ ├── addEdge.png
│ ├── addEdge1.png
│ ├── addEdge2.png
│ ├── auditing-configuration.png
│ ├── auditing-logs.png
│ ├── beers.jpg
│ ├── bookmarks.png
│ ├── browse.png
│ ├── class.png
│ ├── cloud
│ │ ├── backup-s3.png
│ │ ├── backup-ssh.png
│ │ ├── cloud-account-change-password.png
│ │ ├── cloud-account-login.png
│ │ ├── cloud-account-organizations-new.png
│ │ ├── cloud-account-organizations.png
│ │ ├── cloud-account-register.png
│ │ ├── cloud-account-settings.png
│ │ ├── cloud-dropdown-menu.png
│ │ ├── cloud-organization-addproject.png
│ │ ├── cloud-organization-adduser.png
│ │ ├── cloud-organization-create.png
│ │ ├── cloud-organization-projects.png
│ │ ├── cloud-organization-settings.png
│ │ ├── cloud-organization-users.png
│ │ ├── cloud-project-backup-calendar.png
│ │ ├── cloud-project-backup.png
│ │ ├── cloud-project-dashboard.png
│ │ ├── cloud-project-servers-connections.png
│ │ ├── cloud-project-servers-dump.png
│ │ ├── cloud-project-servers.png
│ │ ├── cloud-project-settings.png
│ │ ├── cloud-project-tokens-new.png
│ │ ├── cloud-project-tokens.png
│ │ ├── cloud-project-users.png
│ │ ├── studio-backup-02-full-backup-scheduling.png
│ │ ├── studio-backup-03-incremental-backup-scheduling.png
│ │ ├── studio-backup-04-full-incr-backup-scheduling.png
│ │ ├── studio-backup-06-backup-event.png
│ │ └── studio-backup-08-restore-from-incremental.png
│ ├── configuration.png
│ ├── connections.png
│ ├── demo-dbs
│ │ └── social-travel-agency
│ │ │ ├── DataModel.png
│ │ │ ├── Inheritance.png
│ │ │ ├── customers_countries.png
│ │ │ ├── customers_friends.png
│ │ │ ├── customers_restaurants.png
│ │ │ ├── profiles.png
│ │ │ ├── query_11_browse.png
│ │ │ ├── query_12_browse.png
│ │ │ ├── query_12_graph.png
│ │ │ ├── query_14_browse.png
│ │ │ ├── query_14_graph.png
│ │ │ ├── query_15_browse.png
│ │ │ ├── query_15_graph.png
│ │ │ ├── query_16_browse.png
│ │ │ ├── query_16_graph.png
│ │ │ ├── query_17_browse.png
│ │ │ ├── query_17_graph.png
│ │ │ ├── query_18_browse.png
│ │ │ ├── query_18_graph.png
│ │ │ ├── query_19_browse.png
│ │ │ ├── query_19_graph.png
│ │ │ ├── query_1_browse.png
│ │ │ ├── query_1_graph.png
│ │ │ ├── query_20_browse.png
│ │ │ ├── query_21_browse.png
│ │ │ ├── query_22_browse.png
│ │ │ ├── query_23_browse.png
│ │ │ ├── query_24_browse.png
│ │ │ ├── query_25_browse.png
│ │ │ ├── query_26_browse.png
│ │ │ ├── query_27_browse.png
│ │ │ ├── query_27_graph.png
│ │ │ ├── query_29_browse.png
│ │ │ ├── query_2_browse.png
│ │ │ ├── query_2_graph.png
│ │ │ ├── query_30_browse.png
│ │ │ ├── query_31_browse.png
│ │ │ ├── query_32_browse.png
│ │ │ ├── query_33_browse.png
│ │ │ ├── query_34_browse.png
│ │ │ ├── query_35_graph.png
│ │ │ ├── query_36_browse.png
│ │ │ ├── query_37_graph.png
│ │ │ ├── query_38_graph.png
│ │ │ ├── query_39_graph.png
│ │ │ ├── query_3_browse.png
│ │ │ ├── query_3_graph.png
│ │ │ ├── query_40_browse.png
│ │ │ ├── query_40_graph.png
│ │ │ ├── query_41_graph.png
│ │ │ ├── query_42_graph.png
│ │ │ ├── query_43_graph.png
│ │ │ ├── query_44_browse.png
│ │ │ ├── query_45_graph.png
│ │ │ ├── query_46_graph.png
│ │ │ ├── query_4_browse.png
│ │ │ ├── query_4_graph.png
│ │ │ ├── query_5_browse.png
│ │ │ ├── query_5_graph.png
│ │ │ ├── query_6_browse.png
│ │ │ ├── query_6_graph.png
│ │ │ ├── query_7_browse.png
│ │ │ ├── query_7_graph.png
│ │ │ ├── query_8_browse.png
│ │ │ ├── query_9_browse.png
│ │ │ ├── query_recommendation_1_browse.png
│ │ │ ├── query_recommendation_2_graph.png
│ │ │ ├── query_recommendation_3_graph.png
│ │ │ ├── shortestpath_1_browse.png
│ │ │ ├── shortestpath_1_graph.png
│ │ │ ├── shortestpath_2_browse.png
│ │ │ ├── shortestpath_2_graph.png
│ │ │ ├── traverse_1_browse.png
│ │ │ ├── traverse_1_graph.png
│ │ │ ├── traverse_2_browse.png
│ │ │ └── traverse_2_graph.png
│ ├── edgeMenu.png
│ ├── editDocument.png
│ ├── editVertex.png
│ ├── etl
│ │ └── openbeerdb
│ │ │ ├── Beer_Data_Model-Graph.png
│ │ │ ├── Beer_Data_Model-Relational.png
│ │ │ ├── library_visjs_class_category_and_style.png
│ │ │ ├── library_visjs_expand_beer.png
│ │ │ ├── studio_browse_expand_beer.png
│ │ │ ├── studio_graph_beer_class_category.png
│ │ │ ├── studio_graph_class_category_and_style.png
│ │ │ └── studio_graph_specific_beer.png
│ ├── functions.png
│ ├── import-export.png
│ ├── importPublic.png
│ ├── import_from_neo4j
│ │ └── northwind
│ │ │ ├── northwind_graph_editor.PNG
│ │ │ ├── northwind_match_query.PNG
│ │ │ └── northwind_schema_manager.PNG
│ ├── indexes.png
│ ├── java
│ │ ├── orientdb-api-stack.png
│ │ └── orientdb-api-stack.pptx
│ ├── liveQuery.png
│ ├── match-example-graph.png
│ ├── match-example-table.png
│ ├── newClass.png
│ ├── newDb.png
│ ├── newIndex.png
│ ├── newProperty.png
│ ├── newRole.png
│ ├── newRule.png
│ ├── newUser.png
│ ├── query.png
│ ├── queryPolling.png
│ ├── result.png
│ ├── resultRaw.png
│ ├── roles.png
│ ├── runConsole-connectToDatabase.png
│ ├── runStudio.png
│ ├── schema.png
│ ├── server-level-commands.png
│ ├── serverConfig.png
│ ├── storage.png
│ ├── strictSQL.png
│ ├── structure.png
│ ├── studio-auditing-configuration.png
│ ├── studio-auditing-log.png
│ ├── studio-backup-00-fresh-scheduler.png
│ ├── studio-backup-01-backup-scheduler-right-panel.png
│ ├── studio-backup-02-full-backup-scheduling.png
│ ├── studio-backup-03-incremental-backup-scheduling.png
│ ├── studio-backup-04-full-incr-backup-scheduling.png
│ ├── studio-backup-05-granularity.png
│ ├── studio-backup-05.1- calendar-not-empty.png
│ ├── studio-backup-06-backup-event.png
│ ├── studio-backup-07-restore-from-full.png
│ ├── studio-backup-08-restore-from-incremental.png
│ ├── studio-backup-09-restore-from-full-incr.png
│ ├── studio-cluster-management-databases.png
│ ├── studio-cluster-management-overview.png
│ ├── studio-configuration.png
│ ├── studio-conns.png
│ ├── studio-dashboard.png
│ ├── studio-data-centers.png
│ ├── studio-dbs.png
│ ├── studio-function-factorial.png
│ ├── studio-function-repository.png
│ ├── studio-function-sum.png
│ ├── studio-importPublic.png
│ ├── studio-neo4j-importer
│ │ ├── studio-neo4jimporter-job-completed.png
│ │ ├── studio-neo4jimporter-job-running.png
│ │ ├── studio-neo4jimporter-step1-tryConnection.png
│ │ └── studio-neo4jimporter-step2.png
│ ├── studio-newDb.png
│ ├── studio-queryprofiler-commandcache.png
│ ├── studio-queryprofiler-query.png
│ ├── studio-server-management-configuration.png
│ ├── studio-server-management-connections.png
│ ├── studio-server-management-databases.png
│ ├── studio-server-management-logs.png
│ ├── studio-server-management-metrics-chronos.png
│ ├── studio-server-management-metrics-counters.png
│ ├── studio-server-management-metrics-hook.png
│ ├── studio-server-management-metrics-stats.png
│ ├── studio-server-management-overview.png
│ ├── studio-stats-2servers.png
│ ├── studio-stats.png
│ ├── studio-teleporter
│ │ ├── studio-teleporter-job-completed.png
│ │ ├── studio-teleporter-job-running.png
│ │ ├── studio-teleporter-step1-tryConnection.png
│ │ ├── studio-teleporter-step2.png
│ │ ├── studio-teleporter-step3-filtering-1.png
│ │ ├── studio-teleporter-step3-filtering-2.png
│ │ ├── studio-teleporter-step3-filtering-3.png
│ │ ├── studio-teleporter-step3-filtering-4.png
│ │ ├── studio-teleporter-step4-add-edge-button.png
│ │ ├── studio-teleporter-step4-add-edge-drag.png
│ │ ├── studio-teleporter-step4-add-edge-modal1.png
│ │ ├── studio-teleporter-step4-add-edge-modal2.png
│ │ ├── studio-teleporter-step4-add-prop-button.png
│ │ ├── studio-teleporter-step4-add-prop-modal1.png
│ │ ├── studio-teleporter-step4-add-prop-modal2.png
│ │ ├── studio-teleporter-step4-aggr-edge-rel-view-1.png
│ │ ├── studio-teleporter-step4-aggr-edge-rel-view-2.png
│ │ ├── studio-teleporter-step4-aggr-edge-rendering.png
│ │ ├── studio-teleporter-step4-aggregated-graph+legend.png
│ │ ├── studio-teleporter-step4-drop-edge-class.png
│ │ ├── studio-teleporter-step4-drop-edge-instance.png
│ │ ├── studio-teleporter-step4-drop-prop-modal.png
│ │ ├── studio-teleporter-step4-edit-prop-modal.png
│ │ ├── studio-teleporter-step4-excluded-props.png
│ │ ├── studio-teleporter-step4-graph+selected-vertex.png
│ │ ├── studio-teleporter-step4-only-graph.png
│ │ ├── studio-teleporter-step4-reincluded-props.png
│ │ ├── studio-teleporter-step4-rename-class-button.png
│ │ ├── studio-teleporter-step4-rename-class-modal.png
│ │ ├── studio-teleporter-step4-search-bar.png
│ │ ├── studio-teleporter-step4-simple-edge-rel-view.png
│ │ └── studio-teleporter-step4-simple-edge-rendering.png
│ ├── studio
│ │ └── studio-login.png
│ ├── teleporter-execution-dump.png
│ ├── teleporter-inheritance-orientdb-schema.png
│ ├── teleporter-inheritance-single-table.png
│ ├── teleporter-inheritance-table-class.png
│ ├── teleporter-inheritance-table-concrete-class.png
│ ├── teleporter-migration.png
│ ├── teleporter-migration1.png
│ ├── teleporter-migration2.png
│ ├── teleporter-naive-aggr-strategy-schema3.png
│ ├── teleporter-naive-strategy-schema1.png
│ ├── teleporter-naive-strategy-schema2.png
│ ├── teleporter-strategies-example1.png
│ ├── teleporter-strategies-example2-aggr.png
│ ├── teleporter-strategies-example2-not-aggr.png
│ ├── teleporter-strategies-example2-tables.png
│ ├── teleporter-whole-workflow.png
│ ├── tutorial-select-from-rid.png
│ ├── users.png
│ └── warning.png
├── indexing
│ ├── Auto-Sharding-Index.md
│ ├── Full-Text-Index.md
│ ├── FullTextIndex.md
│ ├── Hash-Index.md
│ ├── Indexes.md
│ ├── SB-Tree-index.md
│ └── Spatial-Index.md
├── internals
│ ├── Caching.md
│ ├── Clusters.md
│ ├── Custom-Index-Engine.md
│ ├── DB-Server.md
│ ├── Dynamic-Hooks.md
│ ├── Embedded-Server.md
│ ├── Hook.md
│ ├── Internals.md
│ ├── Limits.md
│ ├── Local-Storage.md
│ ├── Memory-storage.md
│ ├── Network Binary Token Format.md
│ ├── Network-Binary-Protocol-Commands.md
│ ├── Network-Binary-Protocol.md
│ ├── Paginated-Local-Storage.md
│ ├── Record-CSV-Serialization.md
│ ├── Record-Schemaless-Binary-Serialization.md
│ ├── RidBag.md
│ ├── Server-Status.md
│ ├── Storages.md
│ ├── System-Database-Internal-Notes.md
│ ├── System-Database.md
│ ├── System-Users-Implementation.md
│ ├── System-Users.md
│ ├── Transactions.md
│ ├── Web-Server.md
│ ├── Write-Ahead-Log.md
│ ├── messages.md
│ ├── plocal-storage-disk-cache.md
│ └── plocal-storage-engine.md
├── introduction
│ └── README.md
├── java
│ ├── Binary-Data.md
│ ├── Document-API-Class.md
│ ├── Document-API-Database.md
│ ├── Document-API-Documents.md
│ ├── Document-API-Property.md
│ ├── Document-Database.md
│ ├── Fetching-Strategies.md
│ ├── Graph-Batch-Insert.md
│ ├── Graph-Blueprints.md
│ ├── Graph-Consistency.md
│ ├── Graph-Database-Tinkerpop.md
│ ├── Graph-Factory.md
│ ├── Graph-Schema-Class.md
│ ├── Graph-Schema-Property.md
│ ├── Graph-Schema.md
│ ├── Graph-VE.md
│ ├── JPA-Configuration.md
│ ├── Java-API.md
│ ├── Java-Hooks.md
│ ├── Java-Multi-Threading-Concurrency.md
│ ├── Java-Multi-Threading-Usage.md
│ ├── Java-Multi-Threading.md
│ ├── Java-MultiModel-API.md
│ ├── Java-MultiModel-Data-API.md
│ ├── Java-Query-API.md
│ ├── Java-Schema-Api.md
│ ├── Java-Traverse.md
│ ├── Java-Web-Apps.md
│ ├── Lightweight-Edges.md
│ ├── Live-Query-Comparison.md
│ ├── Live-Query-Intro.md
│ ├── Live-Query-Java.md
│ ├── Live-Query.md
│ ├── Object-2-Record-Java-Binding.md
│ ├── Object-DB-Attach.md
│ ├── Object-DB-Interface.md
│ ├── Object-DB-POJO.md
│ ├── Object-DB-Schema.md
│ ├── Object-Database.md
│ ├── Partitioned-Graphs.md
│ ├── TODO
│ │ ├── Java-Backup.md
│ │ ├── Java-Batch-Script.md
│ │ ├── Java-Export.md
│ │ ├── Java-Import.md
│ │ ├── Java-Restore.md
│ │ ├── Java-Sequences.md
│ │ └── Server-Management-Java.md
│ ├── Transaction-propagation.md
│ ├── Tutorial-Java.md
│ └── ref
│ │ ├── OClass.md
│ │ ├── OClass
│ │ ├── addCluster.md
│ │ ├── addClusterId.md
│ │ ├── addSuperClass.md
│ │ ├── areIndexed.md
│ │ ├── count.md
│ │ ├── createIndex.md
│ │ ├── createProperty.md
│ │ ├── dropProperty.md
│ │ ├── existsProperty.md
│ │ ├── getAllSubclasses.md
│ │ ├── getAllSuperClasses.md
│ │ ├── getAutoShardingIndex.md
│ │ ├── getClassIndex.md
│ │ ├── getClassIndexes.md
│ │ ├── getClassInvolvedIndexes.md
│ │ ├── getClusterIds.md
│ │ ├── getDefaultClusterId.md
│ │ ├── getIndexedProperties.md
│ │ ├── getName.md
│ │ ├── getProperty.md
│ │ ├── getSubclasses.md
│ │ ├── getSuperClassesNames.md
│ │ ├── hasClusterId.md
│ │ ├── hasPolymorphicClusterId.md
│ │ ├── hasSuperClasses.md
│ │ ├── isEdgeType.md
│ │ ├── isVertexType.md
│ │ ├── properties.md
│ │ ├── propertiesMap.md
│ │ ├── removeClusterId.md
│ │ ├── removeSuperClass.md
│ │ ├── setDefaultClusterId.md
│ │ ├── setName.md
│ │ ├── truncate.md
│ │ └── truncateCluster.md
│ │ ├── OCluster.md
│ │ ├── OCluster
│ │ ├── close.md
│ │ ├── delete.md
│ │ ├── deleteRecord.md
│ │ ├── exists.md
│ │ ├── getFileName.md
│ │ ├── getFirstPosition.md
│ │ ├── getId.md
│ │ ├── getLastPosition.md
│ │ ├── getName.md
│ │ ├── getNextPosition.md
│ │ ├── getRecordsSize.md
│ │ ├── getTombstonesCount.md
│ │ ├── hideRecord.md
│ │ ├── open.md
│ │ ├── truncate.md
│ │ └── updateRecord.md
│ │ ├── ODatabaseDocument.md
│ │ ├── ODatabaseDocument
│ │ ├── addCluster.md
│ │ ├── begin.md
│ │ ├── browseClass.md
│ │ ├── browseCluster.md
│ │ ├── close.md
│ │ ├── command.md
│ │ ├── commit.md
│ │ ├── countClass.md
│ │ ├── countClusterElements.md
│ │ ├── createClass.md
│ │ ├── createClassIfNotExists.md
│ │ ├── createEdgeClass.md
│ │ ├── createVertexClass.md
│ │ ├── declareIntent.md
│ │ ├── delete.md
│ │ ├── dropCluster.md
│ │ ├── execute.md
│ │ ├── existsCluster.md
│ │ ├── getActiveIntent.md
│ │ ├── getClass.md
│ │ ├── getClusterIdByName.md
│ │ ├── getClusterNameById.md
│ │ ├── getClusters.md
│ │ ├── getDefaultClusterId.md
│ │ ├── getMetadata.md
│ │ ├── getName.md
│ │ ├── getRecord.md
│ │ ├── getRecordType.md
│ │ ├── getTransaction.md
│ │ ├── getURL.md
│ │ ├── getUser.md
│ │ ├── incrementalBackup.md
│ │ ├── isActiveOnCurrentThread.md
│ │ ├── isClosed.md
│ │ ├── live.md
│ │ ├── load.md
│ │ ├── newBlob.md
│ │ ├── newEdge.md
│ │ ├── newElement.md
│ │ ├── newInstance.md
│ │ ├── newVertex.md
│ │ ├── query.md
│ │ ├── registerListener.md
│ │ ├── rollback.md
│ │ ├── save.md
│ │ ├── truncateCluster.md
│ │ └── unregisterListener.md
│ │ ├── ODatabaseListener.md
│ │ ├── ODatabaseSession.md
│ │ ├── OEdge.md
│ │ ├── OEdge
│ │ ├── getFrom.md
│ │ ├── getTo.md
│ │ └── isLightweight.md
│ │ ├── OElement.md
│ │ ├── OElement
│ │ ├── asEdge.md
│ │ ├── asVertex.md
│ │ ├── getProperty.md
│ │ ├── getPropertyNames.md
│ │ ├── getSchemaType.md
│ │ ├── isEdge.md
│ │ ├── isVertex.md
│ │ ├── removeProperty.md
│ │ └── setProperty.md
│ │ ├── OFunction.md
│ │ ├── OFunction
│ │ ├── getCode.md
│ │ ├── getId.md
│ │ ├── getLanguage.md
│ │ ├── getName.md
│ │ ├── getParameters.md
│ │ ├── isIdempotent.md
│ │ ├── setCode.md
│ │ ├── setIdempotent.md
│ │ ├── setLanguage.md
│ │ ├── setName.md
│ │ └── setParameters.md
│ │ ├── OFunctionLibrary.md
│ │ ├── OFunctionLibrary
│ │ ├── createFunction.md
│ │ ├── dropFunction.md
│ │ ├── getFunction.md
│ │ └── getFunctionNames.md
│ │ ├── OIntent.md
│ │ ├── OLiveQueryMonitor.md
│ │ ├── OLiveQueryResultListener.md
│ │ ├── OLiveQueryResultListener
│ │ ├── onCreate.md
│ │ ├── onDelete.md
│ │ ├── onEnd.md
│ │ ├── onError.md
│ │ └── onUpdate.md
│ │ ├── OMetadata.md
│ │ ├── OMetadata
│ │ ├── getFunctionLibrary.md
│ │ └── getSchema.md
│ │ ├── OProperty.md
│ │ ├── OProperty
│ │ ├── getDefaultValue.md
│ │ ├── getLinkedClass.md
│ │ ├── getLinkedType.md
│ │ ├── getMax.md
│ │ ├── getMin.md
│ │ ├── getName.md
│ │ ├── getType.md
│ │ ├── isMandatory.md
│ │ ├── isNotNull.md
│ │ ├── isReadonly.md
│ │ ├── setDefaultValue.md
│ │ ├── setLinkedClass.md
│ │ ├── setLinkedType.md
│ │ ├── setMax.md
│ │ ├── setMin.md
│ │ ├── setName.md
│ │ └── setType.md
│ │ ├── ORID.md
│ │ ├── ORecordOperation.md
│ │ ├── OResult.md
│ │ ├── OResultSet.md
│ │ ├── OResultSet
│ │ ├── close.md
│ │ ├── edgeStream.md
│ │ ├── elementStream.md
│ │ ├── estimateSize.md
│ │ ├── hasNext.md
│ │ ├── next.md
│ │ ├── remove.md
│ │ ├── stream.md
│ │ └── vertexStream.md
│ │ ├── ORule.md
│ │ ├── OSchema.md
│ │ ├── OSchema
│ │ ├── countClasses.md
│ │ ├── createAbstractClass.md
│ │ ├── createClass.md
│ │ ├── dropClass.md
│ │ ├── existsClass.md
│ │ ├── getClass.md
│ │ ├── getClassByClusterId.md
│ │ ├── getClasses.md
│ │ ├── getClassesRelyOnCluster.md
│ │ └── getOrCreateClass.md
│ │ ├── OSecurityRole.md
│ │ ├── OSecurityRole
│ │ ├── addRule.md
│ │ ├── allow.md
│ │ ├── getDocument.md
│ │ ├── getName.md
│ │ ├── getParentRole.md
│ │ ├── getRuleSet.md
│ │ ├── grant.md
│ │ ├── hasRule.md
│ │ ├── revoke.md
│ │ └── setParentRole.md
│ │ ├── OSecurityUser.md
│ │ ├── OSecurityUser
│ │ ├── addRole.md
│ │ ├── allow.md
│ │ ├── checkIfAllowed.md
│ │ ├── checkPassword.md
│ │ ├── getAccountStatus.md
│ │ ├── getDocument.md
│ │ ├── getName.md
│ │ ├── getPassword.md
│ │ ├── getRoles.md
│ │ ├── hasRole.md
│ │ ├── isRuleDefined.md
│ │ ├── removeRole.md
│ │ ├── setAccountStatus.md
│ │ ├── setName.md
│ │ └── setPassword.md
│ │ ├── OServer.md
│ │ ├── OServer
│ │ ├── addTemporaryUser.md
│ │ ├── addUser.md
│ │ ├── authenticate.md
│ │ ├── dropUser.md
│ │ ├── existsStoragePath.md
│ │ ├── getAvailableStorageNames.md
│ │ ├── getConfiguration.md
│ │ ├── getDatabaseDirectory.md
│ │ ├── getInstance.md
│ │ ├── getInstanceByPath.md
│ │ ├── getStoragePath.md
│ │ ├── getUser.md
│ │ ├── isActive.md
│ │ ├── isAllowed.md
│ │ ├── openDatabase.md
│ │ ├── restart.md
│ │ ├── saveConfiguration.md
│ │ ├── shutdown.md
│ │ └── startup.md
│ │ ├── OTransaction.md
│ │ ├── OTransaction
│ │ ├── amountOfNestedTxs.md
│ │ ├── begin.md
│ │ ├── close.md
│ │ ├── commit.md
│ │ ├── getDatabase.md
│ │ ├── getEntryCount.md
│ │ ├── getInvolvedIndexes.md
│ │ ├── getIsolationLevel.md
│ │ ├── getNewRecordEntriesByClass.md
│ │ ├── getNewRecordEntriesByCluster.md
│ │ ├── getRecordEntry.md
│ │ ├── getRecordOperations.md
│ │ ├── getStatus.md
│ │ ├── hasRecordCreation.md
│ │ ├── rollback.md
│ │ └── setIsolationLevel.md
│ │ ├── OType.md
│ │ ├── OVertex.md
│ │ ├── OVertex
│ │ ├── addEdge.md
│ │ ├── getEdges.md
│ │ └── getVertices.md
│ │ ├── OrientDB.md
│ │ ├── OrientDB
│ │ ├── create.md
│ │ ├── createIfNotExists.md
│ │ ├── drop.md
│ │ ├── exists.md
│ │ ├── list.md
│ │ └── open.md
│ │ └── README.md
├── jdbc-driver
│ └── README.md
├── js
│ ├── Javascript-Command.md
│ ├── Javascript-Driver.md
│ ├── Script-Interpreter-Plugin.md
│ └── custom.js
├── legacy
│ ├── 2011.md
│ ├── Architecture.md
│ ├── Build.md
│ ├── Choosing-between-Graph-or-Document-API.md
│ ├── Code-conventions.md
│ ├── Console-Command-Share-Database.md
│ ├── Console-Command-Show-Holes.md
│ ├── Distributed-Cache.md
│ ├── DocumentDB-Comparison.md
│ ├── Download.md
│ ├── GraphDB-Comparison.md
│ ├── HA-Upgrading.md
│ ├── Hackaton.md
│ ├── Home-Old.md
│ ├── Home.md
│ ├── Install.md
│ ├── Introduction.md
│ ├── Migrating-from-2.2.x.md
│ ├── Migrating-from-older-versions.md
│ ├── Migration-from-1.3.x-to-1.4.x.md
│ ├── Migration-from-1.4.x-to-1.5.x.md
│ ├── Migration-from-1.5.x-to-1.6.x.md
│ ├── Migration-from-1.6.x-to-1.7.x.md
│ ├── Migration-from-1.7.x-to-2.0.x.md
│ ├── Migration.md
│ ├── Operations.md
│ ├── Presentations.md
│ ├── Query-Examples.md
│ ├── Quick-Start.md
│ ├── Release-2.1.0.md
│ ├── Release-2.2.0.md
│ ├── SUMMARY_old.md
│ ├── Session-Management.md
│ ├── Spatial-Module.md
│ ├── Studio-Executing-Query.md
│ ├── TODO.md
│ ├── Team.md
│ ├── Use-Cases.md
│ └── index.txt
├── marcopolo
│ ├── MarcoPolo-BinaryRecord.md
│ ├── MarcoPolo-Database.md
│ ├── MarcoPolo-Date.md
│ ├── MarcoPolo-DateTime.md
│ ├── MarcoPolo-Document.md
│ ├── MarcoPolo-FetchPlan.md
│ ├── MarcoPolo-RID.md
│ ├── MarcoPolo-Server.md
│ ├── MarcoPolo-Structs.md
│ ├── MarcoPolo-Types.md
│ ├── MarcoPolo-command.md
│ ├── MarcoPolo-create-db.md
│ ├── MarcoPolo-create-record.md
│ ├── MarcoPolo-db-countrecords.md
│ ├── MarcoPolo-db-exists.md
│ ├── MarcoPolo-db-reload.md
│ ├── MarcoPolo-db-size.md
│ ├── MarcoPolo-delete-record.md
│ ├── MarcoPolo-distrib-config.md
│ ├── MarcoPolo-drop-db.md
│ ├── MarcoPolo-live-query-unsubscribe.md
│ ├── MarcoPolo-live-query.md
│ ├── MarcoPolo-load-record.md
│ ├── MarcoPolo-script.md
│ ├── MarcoPolo-update-record.md
│ └── MarcoPolo.md
├── misc
│ ├── About-This-Manual.md
│ ├── Backward-compatibility.md
│ ├── Cluster-Selection.md
│ ├── Contribute-to-OrientDB.md
│ ├── Documents-Vertices-Edges.md
│ ├── Editions.md
│ ├── Features.md
│ ├── Get-in-Touch.md
│ ├── History.md
│ ├── OrientDB-REST.md
│ ├── Overview.md
│ ├── Report-an-issue.md
│ ├── Roadmap.md
│ ├── Stress-Test-Tool.md
│ ├── Tools.md
│ ├── Troubleshooting-Java.md
│ ├── Troubleshooting.md
│ └── What-Is-OrientDB.md
├── neo4j-to-orientdb-importer
│ └── README.md
├── orientjs
│ ├── Client.md
│ ├── OrientJS-CLI-Database.md
│ ├── OrientJS-CLI-Migration.md
│ ├── OrientJS-CLI.md
│ ├── OrientJS-Class-Classes.md
│ ├── OrientJS-Class-Properties.md
│ ├── OrientJS-Class-Records.md
│ ├── OrientJS-Class.md
│ ├── OrientJS-Database.md
│ ├── OrientJS-Events.md
│ ├── OrientJS-Functions.md
│ ├── OrientJS-Index.md
│ ├── OrientJS-Legacy.md
│ ├── OrientJS-Query-Create.md
│ ├── OrientJS-Query-Delete.md
│ ├── OrientJS-Query-Fetch.md
│ ├── OrientJS-Query-Insert.md
│ ├── OrientJS-Query-Live-Query.md
│ ├── OrientJS-Query-Select.md
│ ├── OrientJS-Query-Transform.md
│ ├── OrientJS-Query-Traverse.md
│ ├── OrientJS-Query-Update.md
│ ├── OrientJS-Query.md
│ ├── OrientJS-Record.md
│ ├── OrientJS-Server.md
│ ├── OrientJS-Transactions.md
│ ├── OrientJS.md
│ ├── Reference.md
│ └── Session.md
├── php
│ ├── PHP-Client.md
│ ├── PHP-ClusterMap-dropClusterID.md
│ ├── PHP-ClusterMap-getClusterID.md
│ ├── PHP-ClusterMap-getIdList.md
│ ├── PHP-ClusterMap.md
│ ├── PHP-Command.md
│ ├── PHP-Database.md
│ ├── PHP-ID.md
│ ├── PHP-Query.md
│ ├── PHP-Record-getOClass.md
│ ├── PHP-Record-getOData.md
│ ├── PHP-Record-getRid.md
│ ├── PHP-Record-jsonSerialize.md
│ ├── PHP-Record-recordSerialize.md
│ ├── PHP-Record-setOClass.md
│ ├── PHP-Record-setOData.md
│ ├── PHP-Record-setRid.md
│ ├── PHP-Record.md
│ ├── PHP-Server.md
│ ├── PHP-Tx-attach.md
│ ├── PHP-Tx-begin.md
│ ├── PHP-Tx-commit.md
│ ├── PHP-Tx-rollback.md
│ ├── PHP-Tx.md
│ ├── PHP-dataClusterAdd.md
│ ├── PHP-dataClusterCount.md
│ ├── PHP-dataClusterDataRange.md
│ ├── PHP-dataClusterDrop.md
│ ├── PHP-dbCountRecords.md
│ ├── PHP-dbCreate.md
│ ├── PHP-dbDrop.md
│ ├── PHP-dbExists.md
│ ├── PHP-dbList.md
│ ├── PHP-dbReload.md
│ ├── PHP-dbSize.md
│ ├── PHP-queryAsync.md
│ ├── PHP-recordCreate.md
│ ├── PHP-recordLoad.md
│ ├── PHP-recordUpdate.md
│ ├── PHP-sqlBatch.md
│ └── PHP.md
├── plugins
│ ├── Automatic-Backup.md
│ ├── Extend-Server.md
│ ├── Gephi.md
│ ├── JMX-Plugin.md
│ ├── Mail-Plugin.md
│ ├── Plugins.md
│ ├── Rexster.md
│ ├── SysLog-Plugin.md
│ └── spider-box.md
├── programs
│ ├── Administrative-Utility-Programs.md
│ ├── Client-Programs.md
│ ├── Data-Import-Programs.md
│ ├── README.md
│ ├── Server-Startup-Programs.md
│ ├── backup.md
│ ├── dserver.md
│ ├── oetl.md
│ ├── orientdb-neo4j-importer.md
│ ├── orientdb.md
│ ├── server.md
│ ├── shutdown.md
│ └── stresstester.md
├── pyorient
│ ├── PyOrient-Client-Batch.md
│ ├── PyOrient-Client-Command.md
│ ├── PyOrient-Client-DB-Count-Records.md
│ ├── PyOrient-Client-DB-Create.md
│ ├── PyOrient-Client-DB-Drop.md
│ ├── PyOrient-Client-DB-Exists.md
│ ├── PyOrient-Client-DB-List.md
│ ├── PyOrient-Client-DB-Open.md
│ ├── PyOrient-Client-DB-Reload.md
│ ├── PyOrient-Client-DB-Size.md
│ ├── PyOrient-Client-Data-Cluster-Add.md
│ ├── PyOrient-Client-Data-Cluster-Count.md
│ ├── PyOrient-Client-Data-Cluster-Data-Range.md
│ ├── PyOrient-Client-Data-Cluster-Drop.md
│ ├── PyOrient-Client-Get-Session-Token.md
│ ├── PyOrient-Client-Query-Async.md
│ ├── PyOrient-Client-Query.md
│ ├── PyOrient-Client-Record-Create.md
│ ├── PyOrient-Client-Record-Delete.md
│ ├── PyOrient-Client-Record-Load.md
│ ├── PyOrient-Client-Record-Update.md
│ ├── PyOrient-Client-Set-Session-Token.md
│ ├── PyOrient-Client-Tx-Commit.md
│ ├── PyOrient-Client.md
│ ├── PyOrient-OGM-Batch.md
│ ├── PyOrient-OGM-Brokers.md
│ ├── PyOrient-OGM-Connection.md
│ ├── PyOrient-OGM-Schemas.md
│ ├── PyOrient-OGM-Scripts.md
│ ├── PyOrient-OGM.md
│ ├── PyOrient-Tx-Attach.md
│ ├── PyOrient-Tx-Begin.md
│ ├── PyOrient-Tx-Commit.md
│ ├── PyOrient-Tx-Rollback.md
│ └── PyOrient.md
├── release
│ ├── 3.2
│ │ ├── API-Changes.md
│ │ ├── Available-Packages.md
│ │ ├── Known-issues.md
│ │ ├── README.md
│ │ ├── SQL-Changes.md
│ │ ├── Upgrading-to-OrientDB-3.2.md
│ │ ├── What-is-new-in-OrientDB-3.2.md
│ │ └── include-warning-3.0.md
│ ├── Release-Notes.md
│ ├── Upgrade.md
│ └── Upgrading-Distributed-Environment.md
├── scala
│ └── Scala-Language.md
├── security
│ ├── Database-Encryption.md
│ ├── Database-Security.md
│ ├── OrientDB-Security-Guide.md
│ ├── SAP-Enterprise-OrientDB-DPP.md
│ ├── Security-Config.md
│ ├── Security-Kerberos-Client-Examples.md
│ ├── Security-New-Security-Features-Code-Changes.md
│ ├── Security-OrientDB-New-Security-Features.md
│ ├── Security-Symmetric-Key-Authentication.md
│ ├── Security.md
│ ├── Server-Security.md
│ └── Using-SSL-with-OrientDB.md
├── serverlevel
│ ├── Alter-System-Role.md
│ ├── Create-Database.md
│ ├── Create-System-User.md
│ ├── Drop-Database.md
│ ├── Exists-System-User.md
│ └── README.md
├── sql
│ ├── Command-Cache.md
│ ├── Pagination.md
│ ├── Pivoting-With-Query.md
│ ├── README.md
│ ├── SQL-Alter-Class.md
│ ├── SQL-Alter-Cluster.md
│ ├── SQL-Alter-Database.md
│ ├── SQL-Alter-Property.md
│ ├── SQL-Alter-Security-Policy.md
│ ├── SQL-Alter-Sequence.md
│ ├── SQL-Commands.md
│ ├── SQL-Create-Class.md
│ ├── SQL-Create-Cluster.md
│ ├── SQL-Create-Edge.md
│ ├── SQL-Create-Function.md
│ ├── SQL-Create-Index.md
│ ├── SQL-Create-Link.md
│ ├── SQL-Create-Property.md
│ ├── SQL-Create-Security-Policy.md
│ ├── SQL-Create-Sequence.md
│ ├── SQL-Create-User.md
│ ├── SQL-Create-Vertex.md
│ ├── SQL-Create-View.md
│ ├── SQL-Delete-Edge.md
│ ├── SQL-Delete-Vertex.md
│ ├── SQL-Delete.md
│ ├── SQL-Drop-Class.md
│ ├── SQL-Drop-Cluster.md
│ ├── SQL-Drop-Index.md
│ ├── SQL-Drop-Property.md
│ ├── SQL-Drop-Sequence.md
│ ├── SQL-Drop-User.md
│ ├── SQL-Drop-View.md
│ ├── SQL-Explain.md
│ ├── SQL-Find-References.md
│ ├── SQL-Functions.md
│ ├── SQL-Grant.md
│ ├── SQL-HA-Remove-Server.md
│ ├── SQL-HA-Set.md
│ ├── SQL-HA-Status.md
│ ├── SQL-HA-Sync-Cluster.md
│ ├── SQL-HA-Sync-Database.md
│ ├── SQL-Insert.md
│ ├── SQL-Introduction.md
│ ├── SQL-Live-Select.md
│ ├── SQL-Live-Unsubscribe.md
│ ├── SQL-Match.md
│ ├── SQL-Metadata.md
│ ├── SQL-Methods.md
│ ├── SQL-Move-Vertex.md
│ ├── SQL-Optimize-Database.md
│ ├── SQL-Profile.md
│ ├── SQL-Projections.md
│ ├── SQL-Query.md
│ ├── SQL-Rebuild-Index.md
│ ├── SQL-Revoke.md
│ ├── SQL-Select-Execution.md
│ ├── SQL-Syntax.md
│ ├── SQL-Traverse.md
│ ├── SQL-Truncate-Class.md
│ ├── SQL-Truncate-Cluster.md
│ ├── SQL-Truncate-Record.md
│ ├── SQL-Update-Edge.md
│ ├── SQL-Update.md
│ ├── SQL-Where.md
│ ├── SQL-batch.md
│ └── Sequences-and-auto-increment.md
├── studio
│ ├── README.md
│ ├── backups-imports-exports
│ │ ├── README.md
│ │ ├── Studio-Backup-Management.md
│ │ ├── Studio-Neo4j-Importer.md
│ │ └── Studio-Teleporter.md
│ ├── menus-panels
│ │ └── README.md
│ ├── server-management
│ │ ├── README.md
│ │ ├── Server-Management.md
│ │ ├── Studio-Alerts-Management.md
│ │ ├── Studio-Auditing.md
│ │ ├── Studio-Cluster-Management.md
│ │ ├── Studio-Dashboard.md
│ │ ├── Studio-Data-Centers.md
│ │ ├── Studio-Query-Profiler.md
│ │ ├── Studio-Security.md
│ │ └── Studio-Server-Management.md
│ ├── tmp.md
│ ├── working-with-data
│ │ ├── README.md
│ │ ├── browse
│ │ │ ├── README.md
│ │ │ ├── Studio-Browse-Modifying-Data.md
│ │ │ ├── Studio-Browse-Querying-Data.md
│ │ │ ├── Studio-Edit-Document.md
│ │ │ ├── Studio-Edit-Edge.md
│ │ │ └── Studio-Edit-Vertex.md
│ │ └── graph-editor
│ │ │ └── README.md
│ ├── working-with-databases
│ │ ├── README.md
│ │ ├── Studio-Common-Database-Operations.md
│ │ └── Studio-Database-Management.md
│ ├── working-with-functions
│ │ ├── README.md
│ │ └── Studio-Functions.md
│ ├── working-with-schemas
│ │ ├── README.md
│ │ ├── Studio-Classes.md
│ │ ├── Studio-Indexes.md
│ │ ├── Studio-Properties.md
│ │ └── Studio-Schema-Manager.md
│ └── working-with-users-roles
│ │ ├── REAME.md
│ │ ├── Studio-Roles-Management.md
│ │ ├── Studio-Security-Manager.md
│ │ └── Studio-Users-Management.md
├── teleporter
│ ├── Teleporter-Execution-Strategies.md
│ ├── Teleporter-Home.md
│ ├── Teleporter-Import-Configuration.md
│ ├── Teleporter-Import-Filters.md
│ ├── Teleporter-Index.md
│ ├── Teleporter-Inheritance.md
│ ├── Teleporter-Installation-and-Configuration.md
│ ├── Teleporter-Sequential-Executions-and-One-Way-Synchronizer.md
│ ├── Teleporter-Single-Table-Inheritance.md
│ ├── Teleporter-Table-Per-Class-Inheritance.md
│ └── Teleporter-Table-Per-Concrete-Class-Inheritance.md
├── tinkerpop3
│ └── OrientDB-TinkerPop3.md
├── troubleshooting
│ ├── Direct-Memory-Tracing.md
│ ├── Leak-Detector.md
│ └── README.md
├── tuning
│ ├── Performance-Tuning-Document.md
│ ├── Performance-Tuning-Graph.md
│ ├── Performance-Tuning-Object.md
│ ├── Performance-Tuning.md
│ └── Profiler.md
└── warning.png
└── theme
├── book.js
├── css
├── chrome.css
├── general.css
├── print.css
└── variables.css
├── favicon.png
├── favicon.svg
├── fonts
├── OPEN-SANS-LICENSE.txt
├── SOURCE-CODE-PRO-LICENSE.txt
├── fonts.css
├── open-sans-v17-all-charsets-300.woff2
├── open-sans-v17-all-charsets-300italic.woff2
├── open-sans-v17-all-charsets-600.woff2
├── open-sans-v17-all-charsets-600italic.woff2
├── open-sans-v17-all-charsets-700.woff2
├── open-sans-v17-all-charsets-700italic.woff2
├── open-sans-v17-all-charsets-800.woff2
├── open-sans-v17-all-charsets-800italic.woff2
├── open-sans-v17-all-charsets-italic.woff2
├── open-sans-v17-all-charsets-regular.woff2
└── source-code-pro-v11-all-charsets-500.woff2
├── highlight.css
├── highlight.js
└── index.hbs
/.gitignore:
--------------------------------------------------------------------------------
1 | _book
2 | *~
3 | *#
4 | .#*
5 | deploy/*
6 | node_modules
7 | npm-debug.log
8 | Icon*
9 | .idea/
10 | *.swp
11 | \.#.*
12 | orientdb-book
13 |
--------------------------------------------------------------------------------
/_cover.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/_cover.jpg
--------------------------------------------------------------------------------
/_cover.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/_cover.png
--------------------------------------------------------------------------------
/_cover_small.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/_cover_small.jpg
--------------------------------------------------------------------------------
/_cover_small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/_cover_small.png
--------------------------------------------------------------------------------
/cover.psd:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/cover.psd
--------------------------------------------------------------------------------
/src/Upgrading-Distributed-Environment.md:
--------------------------------------------------------------------------------
1 |
2 | # Upgrading a Distributed Environment
3 |
4 |
--------------------------------------------------------------------------------
/src/_cover.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/_cover.jpg
--------------------------------------------------------------------------------
/src/_cover.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/_cover.png
--------------------------------------------------------------------------------
/src/_cover_small.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/_cover_small.jpg
--------------------------------------------------------------------------------
/src/_cover_small.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/_cover_small.png
--------------------------------------------------------------------------------
/src/admin/Export-and-Import.md:
--------------------------------------------------------------------------------
1 |
2 | # Export and Import
3 |
4 | OrientDB supports export and import operations, like any database management system.
5 |
6 | This Section provides information on how to export-to and import-from JSON, as well on how to import from a RDBMS and Neo4j.
7 |
8 | > Neo4j is a registered trademark of Neo Technology, Inc.
9 |
10 |
--------------------------------------------------------------------------------
/src/admin/Import-RDBMS-to-Graph-Model.md:
--------------------------------------------------------------------------------
1 |
2 | # Import from RDBMS to Graph Model
3 |
4 | To import from RDBMS to OrientDB using the Graph Model the ETL tool is the suggested way to do it. Take a look at: [Import from CSV to a Graph](http://www.orientechnologies.com/docs/last/orientdb-etl.wiki/Import-from-CSV-to-a-Graph.html).
5 |
--------------------------------------------------------------------------------
/src/admin/Monitoring.md:
--------------------------------------------------------------------------------
1 | # Monitoring
--------------------------------------------------------------------------------
/src/console/Console-Command-Disconnect.md:
--------------------------------------------------------------------------------
1 |
2 | # Console - DISCONNECT
3 |
4 | Closes the currently opened database.
5 |
6 | **Syntax**
7 |
8 | ```
9 | DISCONNECT
10 | ```
11 |
12 | **Example**
13 |
14 | - Disconnect from the current database:
15 |
16 |
17 | orientdb> DISCONNECT
18 |
19 | Disconnecting from the database [../databases/petshop/petshop]...OK
20 |
21 |
22 | >To connect to a database, see [`CONNECT`](Console-Command-Connect.md). For more information on other commands, see [Console Commands](Console-Commands.md).
23 |
--------------------------------------------------------------------------------
/src/console/Console-Command-Get.md:
--------------------------------------------------------------------------------
1 |
2 | # Console - `GET`
3 |
4 | Returns the value of the requested property.
5 |
6 | **Syntax**
7 |
8 | ```
9 | GET
10 | ```
11 |
12 | - **``** Defines the name of the property.
13 |
14 | **Example**
15 |
16 | - Find the default limit on your database:
17 |
18 |
19 | orientdb> GET LIMIT
20 |
21 | limit = 20
22 |
23 |
24 |
25 | >To display all available properties configured on your database, use the [`PROPERTIES`](Console-Command-Properties.md) command.
26 |
27 | >For more information on other commands, see [Console Commands](Console-Commands.md).
28 |
--------------------------------------------------------------------------------
/src/console/README.md:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | # Console
5 |
6 | OrientDB provides a _Console_ Tool, which is a Java application that connects to and operates on OrientDB databases and Server instances.
7 |
8 |
--------------------------------------------------------------------------------
/src/console/old/Console-Command-Grant.md:
--------------------------------------------------------------------------------
1 | # Console - GRANT
2 |
3 | Moved to [SQL Grant](../../sql/SQL-Grant.md).
4 |
--------------------------------------------------------------------------------
/src/console/old/Console-Command-Revoke.md:
--------------------------------------------------------------------------------
1 | # Console - REVOKE
2 |
3 | Moved to [SQL Revoke](../../sql/SQL-Revoke.md).
4 |
--------------------------------------------------------------------------------
/src/console/old/Console-Command-Sleep.md:
--------------------------------------------------------------------------------
1 | ---
2 | search:
3 | keywords: ['console', 'command', 'sleep', 'SLEEP']
4 | ---
5 |
6 | # Console - `SLEEP`
7 |
8 | Pauses the console for the given amount a time. You may find this command useful in working with batches or to simulate latency.
9 |
10 | **Syntax**
11 |
12 | ```sql
13 | SLEEP
14 | ```
15 |
16 | - **``** Defines the time the Console should pause in milliseconds.
17 |
18 | **Example**
19 |
20 | - Pause the console for three seconds:
21 |
22 |
23 | orientdb {server=remote:localhost/}> SLEEP 3000
24 |
25 |
26 | >For more information on other commands, see [Console Commands](../Console-Commands.md).
27 |
--------------------------------------------------------------------------------
/src/ee/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/.DS_Store
--------------------------------------------------------------------------------
/src/ee/images/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/.DS_Store
--------------------------------------------------------------------------------
/src/ee/images/studio-auditing-configuration.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-auditing-configuration.png
--------------------------------------------------------------------------------
/src/ee/images/studio-auditing-log.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-auditing-log.png
--------------------------------------------------------------------------------
/src/ee/images/studio-backup-00-fresh-scheduler.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-backup-00-fresh-scheduler.png
--------------------------------------------------------------------------------
/src/ee/images/studio-backup-01-backup-scheduler-right-panel.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-backup-01-backup-scheduler-right-panel.png
--------------------------------------------------------------------------------
/src/ee/images/studio-backup-02-full-backup-scheduling.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-backup-02-full-backup-scheduling.png
--------------------------------------------------------------------------------
/src/ee/images/studio-backup-03-incremental-backup-scheduling.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-backup-03-incremental-backup-scheduling.png
--------------------------------------------------------------------------------
/src/ee/images/studio-backup-04-full-incr-backup-scheduling.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-backup-04-full-incr-backup-scheduling.png
--------------------------------------------------------------------------------
/src/ee/images/studio-backup-05-granularity.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-backup-05-granularity.png
--------------------------------------------------------------------------------
/src/ee/images/studio-backup-05.1- calendar-not-empty.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-backup-05.1- calendar-not-empty.png
--------------------------------------------------------------------------------
/src/ee/images/studio-backup-06-backup-event.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-backup-06-backup-event.png
--------------------------------------------------------------------------------
/src/ee/images/studio-backup-07-restore-from-full.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-backup-07-restore-from-full.png
--------------------------------------------------------------------------------
/src/ee/images/studio-backup-08-restore-from-incremental.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-backup-08-restore-from-incremental.png
--------------------------------------------------------------------------------
/src/ee/images/studio-backup-09-restore-from-full-incr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-backup-09-restore-from-full-incr.png
--------------------------------------------------------------------------------
/src/ee/images/studio-cluster-management-databases.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-cluster-management-databases.png
--------------------------------------------------------------------------------
/src/ee/images/studio-cluster-management-overview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-cluster-management-overview.png
--------------------------------------------------------------------------------
/src/ee/images/studio-dashboard-ee.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-dashboard-ee.png
--------------------------------------------------------------------------------
/src/ee/images/studio-global-configurations.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-global-configurations.png
--------------------------------------------------------------------------------
/src/ee/images/studio-monitoring-connections.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-monitoring-connections.png
--------------------------------------------------------------------------------
/src/ee/images/studio-monitoring-threads.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-monitoring-threads.png
--------------------------------------------------------------------------------
/src/ee/images/studio-neo4j-importer/studio-neo4jimporter-job-completed.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-neo4j-importer/studio-neo4jimporter-job-completed.png
--------------------------------------------------------------------------------
/src/ee/images/studio-neo4j-importer/studio-neo4jimporter-job-running.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-neo4j-importer/studio-neo4jimporter-job-running.png
--------------------------------------------------------------------------------
/src/ee/images/studio-neo4j-importer/studio-neo4jimporter-step1-tryConnection.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-neo4j-importer/studio-neo4jimporter-step1-tryConnection.png
--------------------------------------------------------------------------------
/src/ee/images/studio-neo4j-importer/studio-neo4jimporter-step2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-neo4j-importer/studio-neo4jimporter-step2.png
--------------------------------------------------------------------------------
/src/ee/images/studio-query-profiler-running.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-query-profiler-running.png
--------------------------------------------------------------------------------
/src/ee/images/studio-query-profiler-stats.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-query-profiler-stats.png
--------------------------------------------------------------------------------
/src/ee/images/studio-security-configuration.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-security-configuration.png
--------------------------------------------------------------------------------
/src/ee/images/studio-server-management.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-server-management.png
--------------------------------------------------------------------------------
/src/ee/images/studio-settings-permissions.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-settings-permissions.png
--------------------------------------------------------------------------------
/src/ee/images/studio-settings-profiler.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-settings-profiler.png
--------------------------------------------------------------------------------
/src/ee/images/studio-teleporter/studio-teleporter-job-completed.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-teleporter/studio-teleporter-job-completed.png
--------------------------------------------------------------------------------
/src/ee/images/studio-teleporter/studio-teleporter-job-running.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-teleporter/studio-teleporter-job-running.png
--------------------------------------------------------------------------------
/src/ee/images/studio-teleporter/studio-teleporter-step1-tryConnection.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-teleporter/studio-teleporter-step1-tryConnection.png
--------------------------------------------------------------------------------
/src/ee/images/studio-teleporter/studio-teleporter-step2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-teleporter/studio-teleporter-step2.png
--------------------------------------------------------------------------------
/src/ee/images/studio-teleporter/studio-teleporter-step3-filtering-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-teleporter/studio-teleporter-step3-filtering-1.png
--------------------------------------------------------------------------------
/src/ee/images/studio-teleporter/studio-teleporter-step3-filtering-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-teleporter/studio-teleporter-step3-filtering-2.png
--------------------------------------------------------------------------------
/src/ee/images/studio-teleporter/studio-teleporter-step3-filtering-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-teleporter/studio-teleporter-step3-filtering-3.png
--------------------------------------------------------------------------------
/src/ee/images/studio-teleporter/studio-teleporter-step3-filtering-4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-teleporter/studio-teleporter-step3-filtering-4.png
--------------------------------------------------------------------------------
/src/ee/images/studio-teleporter/studio-teleporter-step4-add-edge-button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-teleporter/studio-teleporter-step4-add-edge-button.png
--------------------------------------------------------------------------------
/src/ee/images/studio-teleporter/studio-teleporter-step4-add-edge-drag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-teleporter/studio-teleporter-step4-add-edge-drag.png
--------------------------------------------------------------------------------
/src/ee/images/studio-teleporter/studio-teleporter-step4-add-edge-modal1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-teleporter/studio-teleporter-step4-add-edge-modal1.png
--------------------------------------------------------------------------------
/src/ee/images/studio-teleporter/studio-teleporter-step4-add-edge-modal2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-teleporter/studio-teleporter-step4-add-edge-modal2.png
--------------------------------------------------------------------------------
/src/ee/images/studio-teleporter/studio-teleporter-step4-add-prop-button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-teleporter/studio-teleporter-step4-add-prop-button.png
--------------------------------------------------------------------------------
/src/ee/images/studio-teleporter/studio-teleporter-step4-add-prop-modal1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-teleporter/studio-teleporter-step4-add-prop-modal1.png
--------------------------------------------------------------------------------
/src/ee/images/studio-teleporter/studio-teleporter-step4-add-prop-modal2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-teleporter/studio-teleporter-step4-add-prop-modal2.png
--------------------------------------------------------------------------------
/src/ee/images/studio-teleporter/studio-teleporter-step4-aggr-edge-rel-view-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-teleporter/studio-teleporter-step4-aggr-edge-rel-view-1.png
--------------------------------------------------------------------------------
/src/ee/images/studio-teleporter/studio-teleporter-step4-aggr-edge-rel-view-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-teleporter/studio-teleporter-step4-aggr-edge-rel-view-2.png
--------------------------------------------------------------------------------
/src/ee/images/studio-teleporter/studio-teleporter-step4-aggr-edge-rendering.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-teleporter/studio-teleporter-step4-aggr-edge-rendering.png
--------------------------------------------------------------------------------
/src/ee/images/studio-teleporter/studio-teleporter-step4-aggregated-graph+legend.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-teleporter/studio-teleporter-step4-aggregated-graph+legend.png
--------------------------------------------------------------------------------
/src/ee/images/studio-teleporter/studio-teleporter-step4-drop-edge-class.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-teleporter/studio-teleporter-step4-drop-edge-class.png
--------------------------------------------------------------------------------
/src/ee/images/studio-teleporter/studio-teleporter-step4-drop-edge-instance.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-teleporter/studio-teleporter-step4-drop-edge-instance.png
--------------------------------------------------------------------------------
/src/ee/images/studio-teleporter/studio-teleporter-step4-drop-prop-modal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-teleporter/studio-teleporter-step4-drop-prop-modal.png
--------------------------------------------------------------------------------
/src/ee/images/studio-teleporter/studio-teleporter-step4-edit-prop-modal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-teleporter/studio-teleporter-step4-edit-prop-modal.png
--------------------------------------------------------------------------------
/src/ee/images/studio-teleporter/studio-teleporter-step4-excluded-props.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-teleporter/studio-teleporter-step4-excluded-props.png
--------------------------------------------------------------------------------
/src/ee/images/studio-teleporter/studio-teleporter-step4-graph+selected-vertex.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-teleporter/studio-teleporter-step4-graph+selected-vertex.png
--------------------------------------------------------------------------------
/src/ee/images/studio-teleporter/studio-teleporter-step4-only-graph.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-teleporter/studio-teleporter-step4-only-graph.png
--------------------------------------------------------------------------------
/src/ee/images/studio-teleporter/studio-teleporter-step4-reincluded-props.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-teleporter/studio-teleporter-step4-reincluded-props.png
--------------------------------------------------------------------------------
/src/ee/images/studio-teleporter/studio-teleporter-step4-rename-class-button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-teleporter/studio-teleporter-step4-rename-class-button.png
--------------------------------------------------------------------------------
/src/ee/images/studio-teleporter/studio-teleporter-step4-rename-class-modal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-teleporter/studio-teleporter-step4-rename-class-modal.png
--------------------------------------------------------------------------------
/src/ee/images/studio-teleporter/studio-teleporter-step4-search-bar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-teleporter/studio-teleporter-step4-search-bar.png
--------------------------------------------------------------------------------
/src/ee/images/studio-teleporter/studio-teleporter-step4-simple-edge-rel-view.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-teleporter/studio-teleporter-step4-simple-edge-rel-view.png
--------------------------------------------------------------------------------
/src/ee/images/studio-teleporter/studio-teleporter-step4-simple-edge-rendering.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/ee/images/studio-teleporter/studio-teleporter-step4-simple-edge-rendering.png
--------------------------------------------------------------------------------
/src/fiveminute/README.md:
--------------------------------------------------------------------------------
1 | # OrientDB in Five Minutes
2 |
3 | Learn OrientDB basics in just five minutes, in your favorite programming language:
4 |
5 | - [Java](java.md)
6 |
--------------------------------------------------------------------------------
/src/fiveminute/images/idea-main.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/fiveminute/images/idea-main.png
--------------------------------------------------------------------------------
/src/fiveminute/images/idea-main2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/fiveminute/images/idea-main2.png
--------------------------------------------------------------------------------
/src/fiveminute/images/idea-new-class.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/fiveminute/images/idea-new-class.png
--------------------------------------------------------------------------------
/src/fiveminute/images/idea-new-maven.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/fiveminute/images/idea-new-maven.png
--------------------------------------------------------------------------------
/src/fiveminute/images/idea-new-maven2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/fiveminute/images/idea-new-maven2.png
--------------------------------------------------------------------------------
/src/fiveminute/images/idea-new.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/fiveminute/images/idea-new.png
--------------------------------------------------------------------------------
/src/fiveminute/images/idea-pom.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/fiveminute/images/idea-pom.png
--------------------------------------------------------------------------------
/src/fiveminute/images/studio-browser-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/fiveminute/images/studio-browser-2.png
--------------------------------------------------------------------------------
/src/fiveminute/images/studio-browser.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/fiveminute/images/studio-browser.png
--------------------------------------------------------------------------------
/src/fiveminute/images/studio-create-database-3.2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/fiveminute/images/studio-create-database-3.2.png
--------------------------------------------------------------------------------
/src/fiveminute/images/studio-create-database.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/fiveminute/images/studio-create-database.png
--------------------------------------------------------------------------------
/src/fiveminute/images/studio-login.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/fiveminute/images/studio-login.png
--------------------------------------------------------------------------------
/src/fiveminute/images/studio-schema.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/fiveminute/images/studio-schema.png
--------------------------------------------------------------------------------
/src/general/README.md:
--------------------------------------------------------------------------------
1 | # General Information
2 |
3 | This Chapter includes some General Information on OrientDB.
--------------------------------------------------------------------------------
/src/general/include-file-1.md:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | include text test
--------------------------------------------------------------------------------
/src/gettingstarted/Distributed-Architecture.md:
--------------------------------------------------------------------------------
1 |
2 | # Distributed Architecture
--------------------------------------------------------------------------------
/src/gettingstarted/Tutorial-Installation.md:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | # Installation
5 |
6 | For a complete installation guide, see [OrientDB Server Administration - Installation](../admin/installation/README.md)
7 |
--------------------------------------------------------------------------------
/src/gettingstarted/Users-Roles-Security.md:
--------------------------------------------------------------------------------
1 | # Users, Roles and Security
--------------------------------------------------------------------------------
/src/gettingstarted/demodb/README.md:
--------------------------------------------------------------------------------
1 |
2 | # Demo Database
3 |
4 | Starting with OrientDB v.3.0 a new demo database (`demodb`) is included.
5 |
6 | This Section introduces the `demodb` database and its Data Model, and includes some queries that is possible to execute on it.
7 |
8 | Some screenshots on "portions" of the `demodb` graph are included as well.
9 |
10 |
11 |
12 |
13 |
--------------------------------------------------------------------------------
/src/gettingstarted/demodb/include-demodb-version-warning.md:
--------------------------------------------------------------------------------
1 | **Note:** the screen-shots included in this Section have been taken with version {{ book.demoDBVersion_screenshots }} of the demo database. While the queries remain valid, future versions of the demo database may include different records.
--------------------------------------------------------------------------------
/src/gettingstarted/demodb/queries/DemoDB-Queries-Countries.md:
--------------------------------------------------------------------------------
1 |
2 | # Countries
3 |
4 | ## Example 1
5 |
6 | {% include "./include-file-6.md" %}
7 |
8 |
9 | ## Example 2
10 |
11 | {% include "./include-file-5.md" %}
12 |
--------------------------------------------------------------------------------
/src/gettingstarted/demodb/queries/include-file-10.md:
--------------------------------------------------------------------------------
1 | Calculate the total revenues from Orders associated with Customer with Id 2:
2 |
3 | ```sql
4 | SELECT sum(Amount) as TotalAmount
5 | FROM (
6 | SELECT expand(in('HasCustomer'))
7 | FROM Customers
8 | WHERE OrderedId=2
9 | )
10 | ```
11 |
12 | In the _Browse Tab_ of [Studio](../../../studio/README.md), using the query above, this is the obtained list of records:
13 |
14 | 
15 |
--------------------------------------------------------------------------------
/src/gettingstarted/demodb/queries/include-file-3.md:
--------------------------------------------------------------------------------
1 | Find the 3 Customers who made more reviews:
2 |
3 | ```sql
4 | SELECT
5 | OrderedId as CustomerId,
6 | out("MadeReview").size() AS ReviewNumbers
7 | FROM `Customers`
8 | ORDER BY ReviewNumbers DESC
9 | LIMIT 3
10 | ```
11 |
12 | In the _Browse Tab_ of [Studio](../../../studio/README.md), using the query above, this is the obtained list of records:
13 |
14 | 
15 |
--------------------------------------------------------------------------------
/src/gettingstarted/demodb/queries/include-file-4.md:
--------------------------------------------------------------------------------
1 | Find the 3 Customers who placed most Orders:
2 |
3 | ```sql
4 | SELECT
5 | OrderedId as CustomerId,
6 | in("HasCustomer").size() AS NumberOfOrders
7 | FROM Customers
8 | ORDER BY NumberOfOrders
9 | DESC LIMIT 3
10 | ```
11 |
12 | In the _Browse Tab_ of [Studio](../../../studio/README.md), using the query above, this is the visualized result:
13 |
14 | 
--------------------------------------------------------------------------------
/src/gettingstarted/demodb/queries/include-file-6.md:
--------------------------------------------------------------------------------
1 | Find the top 3 Countries from where Customers are from:
2 |
3 | ```sql
4 | SELECT
5 | Name as CountryName,
6 | in('IsFromCountry').size() as NumberOfCustomers
7 | FROM Countries
8 | ORDER BY NumberOfCustomers DESC
9 | LIMIT 3
10 | ```
11 |
12 | In the _Browse Tab_ of [Studio](../../../studio/README.md), using the query above, this is the obtained list of records:
13 |
14 | 
15 |
--------------------------------------------------------------------------------
/src/gettingstarted/demodb/queries/include-file-7.md:
--------------------------------------------------------------------------------
1 | Find all Locations connected to Customer with OrderedId 1:
2 |
3 | ```sql
4 | MATCH {class: Customers, as: customer, where: (OrderedId=1)}--{Class: Locations}
5 | RETURN $pathelements
6 | ```
7 |
8 | In the _Graph Editor_ included in [Studio](../../../studio/README.md), using _'RETURN $pathelements'_ as `RETURN` clause, this is the obtained graph:
9 |
10 | 
11 |
--------------------------------------------------------------------------------
/src/gettingstarted/demodb/queries/include-file-8.md:
--------------------------------------------------------------------------------
1 | Find all Locations connected to Customer with OrderedId 1, and their Reviews (if any):
2 |
3 | ```sql
4 | MATCH {class: Customers, as: c, where: (OrderedId=1)}--{class: Locations, as: loc}-HasReview->{class: Reviews, as: r, optional: true}
5 | RETURN $pathelements
6 | ```
7 |
8 | In the _Graph Editor_ included in [Studio](../../../studio/README.md), using _'RETURN $pathelements'_ as `RETURN` clause, this is the obtained graph:
9 |
10 | 
11 |
--------------------------------------------------------------------------------
/src/gettingstarted/demodb/queries/include-file-9.md:
--------------------------------------------------------------------------------
1 | Find all Orders placed by Customer with Id 2:
2 |
3 | ```sql
4 | MATCH {class: Customers, as: c, where: (OrderedId=1)}<-HasCustomer-{class: Orders, as: o}
5 | RETURN $pathelements
6 | ```
7 |
8 | In the _Graph Editor_ included in [Studio](../../../studio/README.md), using _'RETURN $pathelements'_ as `RETURN` clause, this is the obtained graph:
9 |
10 | 
11 |
--------------------------------------------------------------------------------
/src/gettingstarted/tutorials/Import-Tutorials.md:
--------------------------------------------------------------------------------
1 | #Import Tutorials
2 |
3 | This section includes some import-to-OrientDB tutorials.
--------------------------------------------------------------------------------
/src/gettingstarted/tutorials/README.md:
--------------------------------------------------------------------------------
1 | ---
2 | search:
3 | keywords: ['tutorials']
4 | ---
5 |
6 | # Tutorials
7 |
8 | This Section includes all the Tutorials available in this Manual.
9 |
--------------------------------------------------------------------------------
/src/images/AddVertex1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/AddVertex1.png
--------------------------------------------------------------------------------
/src/images/AddVertex2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/AddVertex2.png
--------------------------------------------------------------------------------
/src/images/EditorMenu.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/EditorMenu.png
--------------------------------------------------------------------------------
/src/images/GraphEditor.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/GraphEditor.png
--------------------------------------------------------------------------------
/src/images/GraphEditor2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/GraphEditor2.png
--------------------------------------------------------------------------------
/src/images/ORecordHierarchy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/ORecordHierarchy.png
--------------------------------------------------------------------------------
/src/images/PersonClass.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/PersonClass.png
--------------------------------------------------------------------------------
/src/images/Property.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/Property.png
--------------------------------------------------------------------------------
/src/images/README.md:
--------------------------------------------------------------------------------
1 | This is the folder where images can be placed.
2 |
--------------------------------------------------------------------------------
/src/images/Roles2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/Roles2.png
--------------------------------------------------------------------------------
/src/images/Settings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/Settings.png
--------------------------------------------------------------------------------
/src/images/addEdge.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/addEdge.png
--------------------------------------------------------------------------------
/src/images/addEdge1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/addEdge1.png
--------------------------------------------------------------------------------
/src/images/addEdge2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/addEdge2.png
--------------------------------------------------------------------------------
/src/images/auditing-configuration.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/auditing-configuration.png
--------------------------------------------------------------------------------
/src/images/auditing-logs.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/auditing-logs.png
--------------------------------------------------------------------------------
/src/images/beers.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/beers.jpg
--------------------------------------------------------------------------------
/src/images/bookmarks.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/bookmarks.png
--------------------------------------------------------------------------------
/src/images/browse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/browse.png
--------------------------------------------------------------------------------
/src/images/class.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/class.png
--------------------------------------------------------------------------------
/src/images/cloud/backup-s3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/cloud/backup-s3.png
--------------------------------------------------------------------------------
/src/images/cloud/backup-ssh.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/cloud/backup-ssh.png
--------------------------------------------------------------------------------
/src/images/cloud/cloud-account-change-password.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/cloud/cloud-account-change-password.png
--------------------------------------------------------------------------------
/src/images/cloud/cloud-account-login.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/cloud/cloud-account-login.png
--------------------------------------------------------------------------------
/src/images/cloud/cloud-account-organizations-new.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/cloud/cloud-account-organizations-new.png
--------------------------------------------------------------------------------
/src/images/cloud/cloud-account-organizations.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/cloud/cloud-account-organizations.png
--------------------------------------------------------------------------------
/src/images/cloud/cloud-account-register.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/cloud/cloud-account-register.png
--------------------------------------------------------------------------------
/src/images/cloud/cloud-account-settings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/cloud/cloud-account-settings.png
--------------------------------------------------------------------------------
/src/images/cloud/cloud-dropdown-menu.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/cloud/cloud-dropdown-menu.png
--------------------------------------------------------------------------------
/src/images/cloud/cloud-organization-addproject.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/cloud/cloud-organization-addproject.png
--------------------------------------------------------------------------------
/src/images/cloud/cloud-organization-adduser.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/cloud/cloud-organization-adduser.png
--------------------------------------------------------------------------------
/src/images/cloud/cloud-organization-create.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/cloud/cloud-organization-create.png
--------------------------------------------------------------------------------
/src/images/cloud/cloud-organization-projects.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/cloud/cloud-organization-projects.png
--------------------------------------------------------------------------------
/src/images/cloud/cloud-organization-settings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/cloud/cloud-organization-settings.png
--------------------------------------------------------------------------------
/src/images/cloud/cloud-organization-users.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/cloud/cloud-organization-users.png
--------------------------------------------------------------------------------
/src/images/cloud/cloud-project-backup-calendar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/cloud/cloud-project-backup-calendar.png
--------------------------------------------------------------------------------
/src/images/cloud/cloud-project-backup.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/cloud/cloud-project-backup.png
--------------------------------------------------------------------------------
/src/images/cloud/cloud-project-dashboard.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/cloud/cloud-project-dashboard.png
--------------------------------------------------------------------------------
/src/images/cloud/cloud-project-servers-connections.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/cloud/cloud-project-servers-connections.png
--------------------------------------------------------------------------------
/src/images/cloud/cloud-project-servers-dump.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/cloud/cloud-project-servers-dump.png
--------------------------------------------------------------------------------
/src/images/cloud/cloud-project-servers.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/cloud/cloud-project-servers.png
--------------------------------------------------------------------------------
/src/images/cloud/cloud-project-settings.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/cloud/cloud-project-settings.png
--------------------------------------------------------------------------------
/src/images/cloud/cloud-project-tokens-new.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/cloud/cloud-project-tokens-new.png
--------------------------------------------------------------------------------
/src/images/cloud/cloud-project-tokens.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/cloud/cloud-project-tokens.png
--------------------------------------------------------------------------------
/src/images/cloud/cloud-project-users.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/cloud/cloud-project-users.png
--------------------------------------------------------------------------------
/src/images/cloud/studio-backup-02-full-backup-scheduling.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/cloud/studio-backup-02-full-backup-scheduling.png
--------------------------------------------------------------------------------
/src/images/cloud/studio-backup-03-incremental-backup-scheduling.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/cloud/studio-backup-03-incremental-backup-scheduling.png
--------------------------------------------------------------------------------
/src/images/cloud/studio-backup-04-full-incr-backup-scheduling.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/cloud/studio-backup-04-full-incr-backup-scheduling.png
--------------------------------------------------------------------------------
/src/images/cloud/studio-backup-06-backup-event.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/cloud/studio-backup-06-backup-event.png
--------------------------------------------------------------------------------
/src/images/cloud/studio-backup-08-restore-from-incremental.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/cloud/studio-backup-08-restore-from-incremental.png
--------------------------------------------------------------------------------
/src/images/configuration.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/configuration.png
--------------------------------------------------------------------------------
/src/images/connections.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/connections.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/DataModel.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/DataModel.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/Inheritance.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/Inheritance.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/customers_countries.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/customers_countries.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/customers_friends.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/customers_friends.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/customers_restaurants.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/customers_restaurants.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/profiles.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/profiles.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_11_browse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_11_browse.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_12_browse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_12_browse.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_12_graph.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_12_graph.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_14_browse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_14_browse.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_14_graph.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_14_graph.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_15_browse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_15_browse.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_15_graph.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_15_graph.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_16_browse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_16_browse.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_16_graph.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_16_graph.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_17_browse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_17_browse.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_17_graph.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_17_graph.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_18_browse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_18_browse.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_18_graph.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_18_graph.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_19_browse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_19_browse.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_19_graph.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_19_graph.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_1_browse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_1_browse.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_1_graph.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_1_graph.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_20_browse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_20_browse.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_21_browse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_21_browse.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_22_browse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_22_browse.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_23_browse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_23_browse.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_24_browse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_24_browse.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_25_browse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_25_browse.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_26_browse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_26_browse.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_27_browse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_27_browse.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_27_graph.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_27_graph.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_29_browse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_29_browse.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_2_browse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_2_browse.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_2_graph.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_2_graph.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_30_browse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_30_browse.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_31_browse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_31_browse.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_32_browse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_32_browse.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_33_browse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_33_browse.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_34_browse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_34_browse.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_35_graph.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_35_graph.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_36_browse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_36_browse.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_37_graph.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_37_graph.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_38_graph.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_38_graph.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_39_graph.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_39_graph.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_3_browse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_3_browse.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_3_graph.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_3_graph.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_40_browse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_40_browse.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_40_graph.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_40_graph.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_41_graph.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_41_graph.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_42_graph.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_42_graph.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_43_graph.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_43_graph.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_44_browse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_44_browse.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_45_graph.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_45_graph.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_46_graph.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_46_graph.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_4_browse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_4_browse.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_4_graph.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_4_graph.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_5_browse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_5_browse.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_5_graph.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_5_graph.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_6_browse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_6_browse.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_6_graph.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_6_graph.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_7_browse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_7_browse.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_7_graph.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_7_graph.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_8_browse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_8_browse.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_9_browse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_9_browse.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_recommendation_1_browse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_recommendation_1_browse.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_recommendation_2_graph.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_recommendation_2_graph.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/query_recommendation_3_graph.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/query_recommendation_3_graph.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/shortestpath_1_browse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/shortestpath_1_browse.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/shortestpath_1_graph.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/shortestpath_1_graph.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/shortestpath_2_browse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/shortestpath_2_browse.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/shortestpath_2_graph.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/shortestpath_2_graph.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/traverse_1_browse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/traverse_1_browse.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/traverse_1_graph.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/traverse_1_graph.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/traverse_2_browse.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/traverse_2_browse.png
--------------------------------------------------------------------------------
/src/images/demo-dbs/social-travel-agency/traverse_2_graph.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/demo-dbs/social-travel-agency/traverse_2_graph.png
--------------------------------------------------------------------------------
/src/images/edgeMenu.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/edgeMenu.png
--------------------------------------------------------------------------------
/src/images/editDocument.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/editDocument.png
--------------------------------------------------------------------------------
/src/images/editVertex.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/editVertex.png
--------------------------------------------------------------------------------
/src/images/etl/openbeerdb/Beer_Data_Model-Graph.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/etl/openbeerdb/Beer_Data_Model-Graph.png
--------------------------------------------------------------------------------
/src/images/etl/openbeerdb/Beer_Data_Model-Relational.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/etl/openbeerdb/Beer_Data_Model-Relational.png
--------------------------------------------------------------------------------
/src/images/etl/openbeerdb/library_visjs_class_category_and_style.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/etl/openbeerdb/library_visjs_class_category_and_style.png
--------------------------------------------------------------------------------
/src/images/etl/openbeerdb/library_visjs_expand_beer.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/etl/openbeerdb/library_visjs_expand_beer.png
--------------------------------------------------------------------------------
/src/images/etl/openbeerdb/studio_browse_expand_beer.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/etl/openbeerdb/studio_browse_expand_beer.png
--------------------------------------------------------------------------------
/src/images/etl/openbeerdb/studio_graph_beer_class_category.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/etl/openbeerdb/studio_graph_beer_class_category.png
--------------------------------------------------------------------------------
/src/images/etl/openbeerdb/studio_graph_class_category_and_style.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/etl/openbeerdb/studio_graph_class_category_and_style.png
--------------------------------------------------------------------------------
/src/images/etl/openbeerdb/studio_graph_specific_beer.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/etl/openbeerdb/studio_graph_specific_beer.png
--------------------------------------------------------------------------------
/src/images/functions.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/functions.png
--------------------------------------------------------------------------------
/src/images/import-export.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/import-export.png
--------------------------------------------------------------------------------
/src/images/importPublic.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/importPublic.png
--------------------------------------------------------------------------------
/src/images/import_from_neo4j/northwind/northwind_graph_editor.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/import_from_neo4j/northwind/northwind_graph_editor.PNG
--------------------------------------------------------------------------------
/src/images/import_from_neo4j/northwind/northwind_match_query.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/import_from_neo4j/northwind/northwind_match_query.PNG
--------------------------------------------------------------------------------
/src/images/import_from_neo4j/northwind/northwind_schema_manager.PNG:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/import_from_neo4j/northwind/northwind_schema_manager.PNG
--------------------------------------------------------------------------------
/src/images/indexes.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/indexes.png
--------------------------------------------------------------------------------
/src/images/java/orientdb-api-stack.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/java/orientdb-api-stack.png
--------------------------------------------------------------------------------
/src/images/java/orientdb-api-stack.pptx:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/java/orientdb-api-stack.pptx
--------------------------------------------------------------------------------
/src/images/liveQuery.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/liveQuery.png
--------------------------------------------------------------------------------
/src/images/match-example-graph.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/match-example-graph.png
--------------------------------------------------------------------------------
/src/images/match-example-table.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/match-example-table.png
--------------------------------------------------------------------------------
/src/images/newClass.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/newClass.png
--------------------------------------------------------------------------------
/src/images/newDb.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/newDb.png
--------------------------------------------------------------------------------
/src/images/newIndex.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/newIndex.png
--------------------------------------------------------------------------------
/src/images/newProperty.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/newProperty.png
--------------------------------------------------------------------------------
/src/images/newRole.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/newRole.png
--------------------------------------------------------------------------------
/src/images/newRule.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/newRule.png
--------------------------------------------------------------------------------
/src/images/newUser.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/newUser.png
--------------------------------------------------------------------------------
/src/images/query.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/query.png
--------------------------------------------------------------------------------
/src/images/queryPolling.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/queryPolling.png
--------------------------------------------------------------------------------
/src/images/result.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/result.png
--------------------------------------------------------------------------------
/src/images/resultRaw.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/resultRaw.png
--------------------------------------------------------------------------------
/src/images/roles.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/roles.png
--------------------------------------------------------------------------------
/src/images/runConsole-connectToDatabase.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/runConsole-connectToDatabase.png
--------------------------------------------------------------------------------
/src/images/runStudio.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/runStudio.png
--------------------------------------------------------------------------------
/src/images/schema.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/schema.png
--------------------------------------------------------------------------------
/src/images/server-level-commands.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/server-level-commands.png
--------------------------------------------------------------------------------
/src/images/serverConfig.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/serverConfig.png
--------------------------------------------------------------------------------
/src/images/storage.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/storage.png
--------------------------------------------------------------------------------
/src/images/strictSQL.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/strictSQL.png
--------------------------------------------------------------------------------
/src/images/structure.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/structure.png
--------------------------------------------------------------------------------
/src/images/studio-auditing-configuration.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-auditing-configuration.png
--------------------------------------------------------------------------------
/src/images/studio-auditing-log.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-auditing-log.png
--------------------------------------------------------------------------------
/src/images/studio-backup-00-fresh-scheduler.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-backup-00-fresh-scheduler.png
--------------------------------------------------------------------------------
/src/images/studio-backup-01-backup-scheduler-right-panel.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-backup-01-backup-scheduler-right-panel.png
--------------------------------------------------------------------------------
/src/images/studio-backup-02-full-backup-scheduling.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-backup-02-full-backup-scheduling.png
--------------------------------------------------------------------------------
/src/images/studio-backup-03-incremental-backup-scheduling.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-backup-03-incremental-backup-scheduling.png
--------------------------------------------------------------------------------
/src/images/studio-backup-04-full-incr-backup-scheduling.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-backup-04-full-incr-backup-scheduling.png
--------------------------------------------------------------------------------
/src/images/studio-backup-05-granularity.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-backup-05-granularity.png
--------------------------------------------------------------------------------
/src/images/studio-backup-05.1- calendar-not-empty.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-backup-05.1- calendar-not-empty.png
--------------------------------------------------------------------------------
/src/images/studio-backup-06-backup-event.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-backup-06-backup-event.png
--------------------------------------------------------------------------------
/src/images/studio-backup-07-restore-from-full.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-backup-07-restore-from-full.png
--------------------------------------------------------------------------------
/src/images/studio-backup-08-restore-from-incremental.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-backup-08-restore-from-incremental.png
--------------------------------------------------------------------------------
/src/images/studio-backup-09-restore-from-full-incr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-backup-09-restore-from-full-incr.png
--------------------------------------------------------------------------------
/src/images/studio-cluster-management-databases.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-cluster-management-databases.png
--------------------------------------------------------------------------------
/src/images/studio-cluster-management-overview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-cluster-management-overview.png
--------------------------------------------------------------------------------
/src/images/studio-configuration.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-configuration.png
--------------------------------------------------------------------------------
/src/images/studio-conns.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-conns.png
--------------------------------------------------------------------------------
/src/images/studio-dashboard.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-dashboard.png
--------------------------------------------------------------------------------
/src/images/studio-data-centers.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-data-centers.png
--------------------------------------------------------------------------------
/src/images/studio-dbs.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-dbs.png
--------------------------------------------------------------------------------
/src/images/studio-function-factorial.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-function-factorial.png
--------------------------------------------------------------------------------
/src/images/studio-function-repository.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-function-repository.png
--------------------------------------------------------------------------------
/src/images/studio-function-sum.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-function-sum.png
--------------------------------------------------------------------------------
/src/images/studio-importPublic.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-importPublic.png
--------------------------------------------------------------------------------
/src/images/studio-neo4j-importer/studio-neo4jimporter-job-completed.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-neo4j-importer/studio-neo4jimporter-job-completed.png
--------------------------------------------------------------------------------
/src/images/studio-neo4j-importer/studio-neo4jimporter-job-running.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-neo4j-importer/studio-neo4jimporter-job-running.png
--------------------------------------------------------------------------------
/src/images/studio-neo4j-importer/studio-neo4jimporter-step1-tryConnection.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-neo4j-importer/studio-neo4jimporter-step1-tryConnection.png
--------------------------------------------------------------------------------
/src/images/studio-neo4j-importer/studio-neo4jimporter-step2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-neo4j-importer/studio-neo4jimporter-step2.png
--------------------------------------------------------------------------------
/src/images/studio-newDb.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-newDb.png
--------------------------------------------------------------------------------
/src/images/studio-queryprofiler-commandcache.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-queryprofiler-commandcache.png
--------------------------------------------------------------------------------
/src/images/studio-queryprofiler-query.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-queryprofiler-query.png
--------------------------------------------------------------------------------
/src/images/studio-server-management-configuration.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-server-management-configuration.png
--------------------------------------------------------------------------------
/src/images/studio-server-management-connections.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-server-management-connections.png
--------------------------------------------------------------------------------
/src/images/studio-server-management-databases.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-server-management-databases.png
--------------------------------------------------------------------------------
/src/images/studio-server-management-logs.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-server-management-logs.png
--------------------------------------------------------------------------------
/src/images/studio-server-management-metrics-chronos.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-server-management-metrics-chronos.png
--------------------------------------------------------------------------------
/src/images/studio-server-management-metrics-counters.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-server-management-metrics-counters.png
--------------------------------------------------------------------------------
/src/images/studio-server-management-metrics-hook.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-server-management-metrics-hook.png
--------------------------------------------------------------------------------
/src/images/studio-server-management-metrics-stats.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-server-management-metrics-stats.png
--------------------------------------------------------------------------------
/src/images/studio-server-management-overview.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-server-management-overview.png
--------------------------------------------------------------------------------
/src/images/studio-stats-2servers.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-stats-2servers.png
--------------------------------------------------------------------------------
/src/images/studio-stats.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-stats.png
--------------------------------------------------------------------------------
/src/images/studio-teleporter/studio-teleporter-job-completed.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-teleporter/studio-teleporter-job-completed.png
--------------------------------------------------------------------------------
/src/images/studio-teleporter/studio-teleporter-job-running.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-teleporter/studio-teleporter-job-running.png
--------------------------------------------------------------------------------
/src/images/studio-teleporter/studio-teleporter-step1-tryConnection.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-teleporter/studio-teleporter-step1-tryConnection.png
--------------------------------------------------------------------------------
/src/images/studio-teleporter/studio-teleporter-step2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-teleporter/studio-teleporter-step2.png
--------------------------------------------------------------------------------
/src/images/studio-teleporter/studio-teleporter-step3-filtering-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-teleporter/studio-teleporter-step3-filtering-1.png
--------------------------------------------------------------------------------
/src/images/studio-teleporter/studio-teleporter-step3-filtering-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-teleporter/studio-teleporter-step3-filtering-2.png
--------------------------------------------------------------------------------
/src/images/studio-teleporter/studio-teleporter-step3-filtering-3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-teleporter/studio-teleporter-step3-filtering-3.png
--------------------------------------------------------------------------------
/src/images/studio-teleporter/studio-teleporter-step3-filtering-4.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-teleporter/studio-teleporter-step3-filtering-4.png
--------------------------------------------------------------------------------
/src/images/studio-teleporter/studio-teleporter-step4-add-edge-button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-teleporter/studio-teleporter-step4-add-edge-button.png
--------------------------------------------------------------------------------
/src/images/studio-teleporter/studio-teleporter-step4-add-edge-drag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-teleporter/studio-teleporter-step4-add-edge-drag.png
--------------------------------------------------------------------------------
/src/images/studio-teleporter/studio-teleporter-step4-add-edge-modal1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-teleporter/studio-teleporter-step4-add-edge-modal1.png
--------------------------------------------------------------------------------
/src/images/studio-teleporter/studio-teleporter-step4-add-edge-modal2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-teleporter/studio-teleporter-step4-add-edge-modal2.png
--------------------------------------------------------------------------------
/src/images/studio-teleporter/studio-teleporter-step4-add-prop-button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-teleporter/studio-teleporter-step4-add-prop-button.png
--------------------------------------------------------------------------------
/src/images/studio-teleporter/studio-teleporter-step4-add-prop-modal1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-teleporter/studio-teleporter-step4-add-prop-modal1.png
--------------------------------------------------------------------------------
/src/images/studio-teleporter/studio-teleporter-step4-add-prop-modal2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-teleporter/studio-teleporter-step4-add-prop-modal2.png
--------------------------------------------------------------------------------
/src/images/studio-teleporter/studio-teleporter-step4-aggr-edge-rel-view-1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-teleporter/studio-teleporter-step4-aggr-edge-rel-view-1.png
--------------------------------------------------------------------------------
/src/images/studio-teleporter/studio-teleporter-step4-aggr-edge-rel-view-2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-teleporter/studio-teleporter-step4-aggr-edge-rel-view-2.png
--------------------------------------------------------------------------------
/src/images/studio-teleporter/studio-teleporter-step4-aggr-edge-rendering.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-teleporter/studio-teleporter-step4-aggr-edge-rendering.png
--------------------------------------------------------------------------------
/src/images/studio-teleporter/studio-teleporter-step4-aggregated-graph+legend.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-teleporter/studio-teleporter-step4-aggregated-graph+legend.png
--------------------------------------------------------------------------------
/src/images/studio-teleporter/studio-teleporter-step4-drop-edge-class.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-teleporter/studio-teleporter-step4-drop-edge-class.png
--------------------------------------------------------------------------------
/src/images/studio-teleporter/studio-teleporter-step4-drop-edge-instance.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-teleporter/studio-teleporter-step4-drop-edge-instance.png
--------------------------------------------------------------------------------
/src/images/studio-teleporter/studio-teleporter-step4-drop-prop-modal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-teleporter/studio-teleporter-step4-drop-prop-modal.png
--------------------------------------------------------------------------------
/src/images/studio-teleporter/studio-teleporter-step4-edit-prop-modal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-teleporter/studio-teleporter-step4-edit-prop-modal.png
--------------------------------------------------------------------------------
/src/images/studio-teleporter/studio-teleporter-step4-excluded-props.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-teleporter/studio-teleporter-step4-excluded-props.png
--------------------------------------------------------------------------------
/src/images/studio-teleporter/studio-teleporter-step4-graph+selected-vertex.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-teleporter/studio-teleporter-step4-graph+selected-vertex.png
--------------------------------------------------------------------------------
/src/images/studio-teleporter/studio-teleporter-step4-only-graph.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-teleporter/studio-teleporter-step4-only-graph.png
--------------------------------------------------------------------------------
/src/images/studio-teleporter/studio-teleporter-step4-reincluded-props.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-teleporter/studio-teleporter-step4-reincluded-props.png
--------------------------------------------------------------------------------
/src/images/studio-teleporter/studio-teleporter-step4-rename-class-button.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-teleporter/studio-teleporter-step4-rename-class-button.png
--------------------------------------------------------------------------------
/src/images/studio-teleporter/studio-teleporter-step4-rename-class-modal.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-teleporter/studio-teleporter-step4-rename-class-modal.png
--------------------------------------------------------------------------------
/src/images/studio-teleporter/studio-teleporter-step4-search-bar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-teleporter/studio-teleporter-step4-search-bar.png
--------------------------------------------------------------------------------
/src/images/studio-teleporter/studio-teleporter-step4-simple-edge-rel-view.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-teleporter/studio-teleporter-step4-simple-edge-rel-view.png
--------------------------------------------------------------------------------
/src/images/studio-teleporter/studio-teleporter-step4-simple-edge-rendering.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio-teleporter/studio-teleporter-step4-simple-edge-rendering.png
--------------------------------------------------------------------------------
/src/images/studio/studio-login.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/studio/studio-login.png
--------------------------------------------------------------------------------
/src/images/teleporter-execution-dump.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/teleporter-execution-dump.png
--------------------------------------------------------------------------------
/src/images/teleporter-inheritance-orientdb-schema.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/teleporter-inheritance-orientdb-schema.png
--------------------------------------------------------------------------------
/src/images/teleporter-inheritance-single-table.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/teleporter-inheritance-single-table.png
--------------------------------------------------------------------------------
/src/images/teleporter-inheritance-table-class.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/teleporter-inheritance-table-class.png
--------------------------------------------------------------------------------
/src/images/teleporter-inheritance-table-concrete-class.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/teleporter-inheritance-table-concrete-class.png
--------------------------------------------------------------------------------
/src/images/teleporter-migration.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/teleporter-migration.png
--------------------------------------------------------------------------------
/src/images/teleporter-migration1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/teleporter-migration1.png
--------------------------------------------------------------------------------
/src/images/teleporter-migration2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/teleporter-migration2.png
--------------------------------------------------------------------------------
/src/images/teleporter-naive-aggr-strategy-schema3.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/teleporter-naive-aggr-strategy-schema3.png
--------------------------------------------------------------------------------
/src/images/teleporter-naive-strategy-schema1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/teleporter-naive-strategy-schema1.png
--------------------------------------------------------------------------------
/src/images/teleporter-naive-strategy-schema2.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/teleporter-naive-strategy-schema2.png
--------------------------------------------------------------------------------
/src/images/teleporter-strategies-example1.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/teleporter-strategies-example1.png
--------------------------------------------------------------------------------
/src/images/teleporter-strategies-example2-aggr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/teleporter-strategies-example2-aggr.png
--------------------------------------------------------------------------------
/src/images/teleporter-strategies-example2-not-aggr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/teleporter-strategies-example2-not-aggr.png
--------------------------------------------------------------------------------
/src/images/teleporter-strategies-example2-tables.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/teleporter-strategies-example2-tables.png
--------------------------------------------------------------------------------
/src/images/teleporter-whole-workflow.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/teleporter-whole-workflow.png
--------------------------------------------------------------------------------
/src/images/tutorial-select-from-rid.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/tutorial-select-from-rid.png
--------------------------------------------------------------------------------
/src/images/users.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/users.png
--------------------------------------------------------------------------------
/src/images/warning.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/images/warning.png
--------------------------------------------------------------------------------
/src/internals/Internals.md:
--------------------------------------------------------------------------------
1 |
2 | # Internals
3 |
4 | This section contains internal technical information. Users usually are not interested to such technical details, but if you want to hack OrientDB or become a contributor this information could be useful.
5 |
6 |
--------------------------------------------------------------------------------
/src/internals/Storages.md:
--------------------------------------------------------------------------------
1 |
2 | # Storages
3 |
4 | Any OrientDB database relies on a Storage. OrientDB supports 4 storage types:
5 |
6 | - **[plocal](Paginated-Local-Storage.md)**, persistent disk-based, where the access is made in the same JVM process
7 | - **remote**, by using the network to access a remote storage
8 | - **[memory](Memory-storage.md)**, all data remains in memory
9 | - **[local](Local-Storage.md)**, deprecated, it's the first version of disk based storage, but has been replaced by **plocal**
10 |
11 | A Storage is composed of multiple [Clusters](../datamodeling/Concepts.md#cluster).
12 |
--------------------------------------------------------------------------------
/src/java/TODO/Java-Batch-Script.md:
--------------------------------------------------------------------------------
1 | ## Java API
2 |
3 | This can be used by Java API with:
4 | ```java
5 | database.open("admin", "admin");
6 |
7 | String cmd = "begin\n";
8 | cmd += "let a = CREATE VERTEX SET script = true\n";
9 | cmd += "let b = SELECT FROM v LIMIT 1\n";
10 | cmd += "let e = CREATE EDGE FROM $a TO $b\n";
11 | cmd += "COMMIT RETRY 100\n";
12 | cmd += "return $e";
13 |
14 | OIdentifiable edge = database.command(new OCommandScript("sql", cmd)).execute();
15 | ```
16 |
17 | Remember to put one command per line (postfix it with \n) or use the semicolon (;) as separator.
--------------------------------------------------------------------------------
/src/java/ref/OClass/addClusterId.md:
--------------------------------------------------------------------------------
1 |
2 | # OClass - addClusterId()
3 |
4 | This method adds a cluster to the database class.
5 |
6 | ## Adding Clusters
7 |
8 | When OrientDB saves records, it stores then clusters, using either physical or in-memory storage. With this method you can add a cluster to the class, defining the cluster by the Cluster ID.
9 |
10 | ### Syntax
11 |
12 | ```
13 | OClass OClass().addClusterId(int name)
14 | ```
15 |
16 | | Argument | Type | Description |
17 | |---|---|---|
18 | | **`name`** | [`Integer`]({{ book.javase }}/api/java/lang/Integer.html) | Defines the Cluster ID |
19 |
20 |
21 | #### Return Type
22 |
23 | This method returns the updated [`OClass`](../OClass.md) instance.
24 |
25 |
--------------------------------------------------------------------------------
/src/java/ref/OClass/dropProperty.md:
--------------------------------------------------------------------------------
1 |
2 | # OClass - dropProperty()
3 |
4 | This method removes a property from the class.
5 |
6 | ## Removing Properties
7 |
8 | Occasionally, you may encounter situations where you need to rework class instances from within your application. Using this method you can remove properties from the [`OClass`](../OClass.md) instance.
9 |
10 | ### Syntax
11 |
12 | ```
13 | void OClass().dropProperty(String name)
14 | ```
15 |
16 | | Argument | Type | Description |
17 | |---|---|---|
18 | | **`name`** | [`String`]({{ book.javase }}/api/java/lang/String.html) | Defines the property name |
19 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/src/java/ref/OClass/getAutoShardingIndex.md:
--------------------------------------------------------------------------------
1 |
2 | # OClass - getAutoShardingIndex()
3 |
4 | This method retrieves the auto sharding index configured for the class, if any.
5 |
6 | ## Retrieving Auto Sharding Indexes
7 |
8 | ### Syntax
9 |
10 | ```
11 | OIndex> OClass().getAutoShardingIndex()
12 | ```
13 |
14 | #### Return Value
15 |
16 | This method returns an `OIndex>` instance for the auto-sharding index configured for the class.
17 |
--------------------------------------------------------------------------------
/src/java/ref/OClass/getClassIndex.md:
--------------------------------------------------------------------------------
1 |
2 | # OClass - getClassIndex()
3 |
4 | This method retrieves the given index for the class.
5 |
6 | ## Retrieving Indexes
7 |
8 | ### Syntax
9 |
10 | ```
11 | OIndex> OClass().getClassIndex(String name)
12 | ```
13 |
14 | | Argument | Type | Description |
15 | |---|---|---|
16 | | **`name`** | [`String`]({{ book.javase }}/api/java/lang/String.html) | Defines the database index name |
17 |
18 | #### Return Value
19 |
20 | This method returns an `OIndex>` instance for the requested index.
21 |
22 |
--------------------------------------------------------------------------------
/src/java/ref/OClass/getClassIndexes.md:
--------------------------------------------------------------------------------
1 |
2 | # OClass - getClassIndexes()
3 |
4 | This method retrieves indexes for the class.
5 |
6 | ## Retrieving Indexes
7 |
8 | ### Syntax
9 |
10 | ```
11 | Set> OClass().getClassIndexes()
12 | ```
13 |
14 | #### Return Value
15 |
16 | This method returns a [`Set`]({{ book.javase }}/api/java/util/Set.html) instance, which contains the `OIndex>` instances for the class.
17 |
--------------------------------------------------------------------------------
/src/java/ref/OClass/getName.md:
--------------------------------------------------------------------------------
1 |
2 | # OClass - getName()
3 |
4 | This method returns the logical name of the class.
5 |
6 | ## Retrieving Class Names
7 |
8 | Internally, OrientDB manages classes as [`OClass`](../OClass.md) instance. But, each database class has a logical name that gets used in [OrientDB SQL](../../../sql) queries. Using this method, you can retrieve the logical name as string.
9 |
10 | ### Syntax
11 |
12 | ```
13 | String OClass().getName()
14 | ```
15 |
16 | #### Return Type
17 |
18 | This method returns a [`String`]({{ book.javase }}/java/lang/String.html) instance, which provides the logical name of the [`OClass`](../OClass.md).
19 |
20 |
--------------------------------------------------------------------------------
/src/java/ref/OClass/removeClusterId.md:
--------------------------------------------------------------------------------
1 |
2 | # OClass - removeClusterId()
3 |
4 | This method removes a Cluster ID from the class.
5 |
6 | ## Removing Cluster ID's
7 |
8 | ### Syntax
9 |
10 | ```
11 | OClass OClass().removeClusterId(int clusterId)
12 | ```
13 |
14 | | Argument | Type | Description|
15 | |---|---|---|
16 | | **`clusterId`** | [`int`]({{ book.javase }}/api/java/lang/Integer.html)| Defines the Cluster ID you want to remove |
17 |
18 | #### Return Value
19 |
20 | This method returns an updated [`OClass`](../OClass.md) instance.
21 |
22 |
--------------------------------------------------------------------------------
/src/java/ref/OClass/removeSuperClass.md:
--------------------------------------------------------------------------------
1 |
2 | # OClass - removeSuperClass()
3 |
4 | This method removes a superclass from a class.
5 |
6 | ## Removing Superclasses
7 |
8 | OrientDB borrows the concept of a class from the Object Oriented programming paradigm. This borrowing includes the idea that database classes can inherit from their superclasses.
9 |
10 | ### Syntax
11 |
12 | ```
13 | OClass OClass().removeSuperClass(OClass class)
14 | ```
15 |
16 | | Argument | Type | Description |
17 | |---|---|---|
18 | | **`class`** | [`OClass`](../OClass.md) | Defines the superclass that you want to remove |
19 |
20 | #### Return Value
21 |
22 | This method returns the updated [`OClass`](../OClass.md) instance.
23 |
--------------------------------------------------------------------------------
/src/java/ref/OClass/setName.md:
--------------------------------------------------------------------------------
1 |
2 | # OClass - setName()
3 |
4 | This method sets the name for the class.
5 |
6 | ## Setting the Class Name
7 |
8 | Database classes in OrientDB have names, allowing you to reference them and request the [`OClass`](../OClass.md) instance using a simple string. This method allows you to define the string OrientDB uses as its class name.
9 |
10 | ### Syntax
11 |
12 | ```
13 | OClass OClass().setName(String name)
14 | ```
15 |
16 | | Argument | Type | Description |
17 | |---|---|---|
18 | | **`name`** | [`String`]({{ book.javase }}/api/java/lang/String.html) | Defines the new class name |
19 |
20 | #### Return Value
21 |
22 | This method returns the updated [`OClass`](../OClass.md) instance.
23 |
--------------------------------------------------------------------------------
/src/java/ref/OClass/truncate.md:
--------------------------------------------------------------------------------
1 |
2 | # OClass - truncate()
3 |
4 | This method removes all data from all clusters the class uses.
5 |
6 | ## Truncating Class
7 |
8 | Classes have one or more clusters that they use to store records on the database. When your application has been running for a while, you may encounter issues that require basic or drastic housekeeping on the database. Using this method you can truncate all clusters associated with the class, removing all data from each cluster.
9 |
10 | ### Syntax
11 |
12 | ```
13 | void OClass().truncate()
14 | ```
15 |
--------------------------------------------------------------------------------
/src/java/ref/OCluster/close.md:
--------------------------------------------------------------------------------
1 | # OCluster - close()
2 |
3 | Closes the cluster.
4 |
5 | ## Closing Clusters
6 |
7 | Using this method you can close the [`OCluster`](../OCluster.md) instance. To open the cluster, use the [`open()`](open.md) method.
8 |
9 | ### Syntax
10 |
11 | ```
12 | void OCluster().close()
13 | ```
14 |
--------------------------------------------------------------------------------
/src/java/ref/OCluster/delete.md:
--------------------------------------------------------------------------------
1 |
2 | # OCluster - delete()
3 |
4 | Removes the cluster.
5 |
6 | ## Removing Clusters
7 |
8 | Using this method you can remove the cluster from OrientDB with all its records.
9 |
10 | ### Syntax
11 |
12 | ```
13 | void OCluster().delete()
14 | ```
15 |
16 |
17 |
--------------------------------------------------------------------------------
/src/java/ref/OCluster/deleteRecord.md:
--------------------------------------------------------------------------------
1 |
2 | # OCluster - deleteRecord()
3 |
4 | Removes the given Record ID from the cluster.
5 |
6 | ## Removing Records
7 |
8 | In OrientDB, the Record ID is composed of two numeric values: the Cluster ID and the record's position in the cluster. Using this method, you can remove records from the cluster by position.
9 |
10 | ### Syntax
11 |
12 | ```
13 | boolean OCluster().deleteRecord(long position)
14 | ```
15 |
16 | | Argument | Type | Description |
17 | |---|---|---|
18 | | **`position`** | `long` | Position of record to delete |
19 |
20 |
21 | #### Return Value
22 |
23 | This method returns a `boolean` instance. A value of `true` indicates that the record was successfully deleted.
24 |
--------------------------------------------------------------------------------
/src/java/ref/OCluster/exists.md:
--------------------------------------------------------------------------------
1 |
2 | # OCluster - exists()
3 |
4 | Indicates whether the cluster exists.
5 |
6 | ## Checking Cluster Existence
7 |
8 | Using this method you can check whether a given [`OCluster`](../OCluster.md) instance exists on the database.
9 |
10 | ### Syntax
11 |
12 | ```
13 | boolean OCluster().exists()
14 | ```
15 |
16 | #### Return Value
17 |
18 | This method returns a `boolean` instance. A value of `true` indicates that the cluster exists.
19 |
--------------------------------------------------------------------------------
/src/java/ref/OCluster/getFileName.md:
--------------------------------------------------------------------------------
1 |
2 | # OCluster - getFileName()
3 |
4 | Retrieves the cluster filename.
5 |
6 | ## Getting Filenames
7 |
8 | OrientDB stores physical clusters in a file on your system. Using this method you can retrieve the filename for the cluster.
9 |
10 | ### Syntax
11 |
12 | ```
13 | String OCluster().getFileName()
14 | ```
15 |
16 | #### Return Value
17 |
18 | This method returns a `String` instance. The value is the filename of the cluster.
19 |
20 |
--------------------------------------------------------------------------------
/src/java/ref/OCluster/getFirstPosition.md:
--------------------------------------------------------------------------------
1 |
2 | # OCluster - getFirstPosition()
3 |
4 | Retrieves the first Record ID position in the cluster.
5 |
6 | ## Getting Record Positions
7 |
8 | When you query OrientDB, the records in the result-set each have a Record ID, which is composed of two numbers. The first number is the Cluster ID, the second is the record's position in the cluster. Using this method you can retrieve the first record position in this cluster.
9 |
10 | ### Syntax
11 |
12 | ```
13 | long OCluster().getFirstPosition()
14 | ```
15 |
16 | #### Return Value
17 |
18 | This method returns a `long` value that represents the first record position in the cluster.
19 |
--------------------------------------------------------------------------------
/src/java/ref/OCluster/getId.md:
--------------------------------------------------------------------------------
1 |
2 | # OCluster - getId()
3 |
4 | Retrieves the Cluster ID.
5 |
6 | ## Getting Cluster ID's
7 |
8 | When you retrieve a record from OrientDB, it displays a Record ID that is composed of two numbers. The first number is the Cluster ID, a numeric value that identifies the Cluster within the database. Using this method, you can retrieve the Cluster ID to use in your application.
9 |
10 | ### Syntax
11 |
12 | ```
13 | int OCluster().getId()
14 | ```
15 |
16 | #### Return Value
17 |
18 | This method returns an `int` instance. The value represents the Cluster ID.
19 |
20 |
21 |
22 |
23 |
24 |
--------------------------------------------------------------------------------
/src/java/ref/OCluster/getLastPosition.md:
--------------------------------------------------------------------------------
1 |
2 | # OCluster - getLastPosition()
3 |
4 | Retrieves the last Record ID position in the cluster.
5 |
6 | ## Getting Record Positions
7 |
8 | When you query OrientDB, the records in the result-set each have a Record ID, which is composed of two numbers. The first number is the Cluster ID, the second is the record's position in the cluster. Using this method you can retrieve the last record position in this cluster.
9 |
10 | ### Syntax
11 |
12 | ```
13 | long OCluster().getLastPosition()
14 | ```
15 |
16 | #### Return Value
17 |
18 | This method returns a `long` value that represents the last record position in the cluster.
19 |
--------------------------------------------------------------------------------
/src/java/ref/OCluster/getName.md:
--------------------------------------------------------------------------------
1 |
2 | # OCluster - getName()
3 |
4 | Retrieves the logical name of the cluster.
5 |
6 | ## Retrieving the Cluster Name
7 |
8 | When you create a cluster on a database, OrientDB uses two reference values to identify it later: an integer that represents the Cluster ID and a string that provides its logical name. Using this method you can retrieve the logical name for the cluster.
9 |
10 | ### Syntax
11 |
12 | ```
13 | String OCluster().getName()
14 | ```
15 |
16 | #### Return Value
17 |
18 | This method returns a `String` value that provides the logical name for the cluster.
19 |
20 |
21 |
--------------------------------------------------------------------------------
/src/java/ref/OCluster/getNextPosition.md:
--------------------------------------------------------------------------------
1 |
2 | # OCluster - getNextPosition()
3 |
4 | Retrieves the next Record ID position in the cluster.
5 |
6 | ## Getting Record Positions
7 |
8 | When you query OrientDB, the records in the result-set each have a Record ID, which is composed of two numbers. The first number is the Cluster ID, the second is the record's position in the cluster. Using this method you can retrieve the next record position in this cluster.
9 |
10 | ### Syntax
11 |
12 | ```
13 | long OCluster().getNextPosition()
14 | ```
15 |
16 | #### Return Value
17 |
18 | This method returns a `long` value that represents the next record position in the cluster.
19 |
--------------------------------------------------------------------------------
/src/java/ref/OCluster/getRecordsSize.md:
--------------------------------------------------------------------------------
1 | # OCluster - getRecordsSize()
2 |
3 | Retrieves the size of the records contained in the cluster.
4 |
5 | ## Getting Record Sizes
6 |
7 | Using this method you can retrieve the size of the records in the cluster in bytes.
8 |
9 | ### Syntax
10 |
11 | ```
12 | long OCluster().getRecordSize()
13 | ```
14 |
15 | #### Return Value
16 |
17 | This method returns a `long` instance. The value provides the size of the records in the cluster in bytes.
18 |
19 |
--------------------------------------------------------------------------------
/src/java/ref/OCluster/open.md:
--------------------------------------------------------------------------------
1 |
2 | # OCluster - open()
3 |
4 | Opens the cluster.
5 |
6 | ## Opening Clusters
7 |
8 | In order to access cluster data from your application, you need to open it. In order to close it and free up resources later, use the [`close()`](close.md) method.
9 |
10 | ### Syntax
11 |
12 | ```
13 | void OCluster().open()
14 | ```
15 |
16 |
--------------------------------------------------------------------------------
/src/java/ref/OCluster/truncate.md:
--------------------------------------------------------------------------------
1 |
2 | # OCluster - truncate()
3 |
4 | Deletes cluster content without deleting the cluster.
5 |
6 | ## Truncating Clusters
7 |
8 | Occasionally, you may find yourself in situations where you need to remove data from the cluster without removing the cluster itself. Using this method, you can truncate the cluster, just as you would in OrientDB SQL using the [`TRUNCATE CLUSTER`](../../../sql/SQL-Truncate-Cluster.md) statement.
9 |
10 | ### Syntax
11 |
12 | ```
13 | void OCluster().truncate()
14 | ```
15 |
16 |
--------------------------------------------------------------------------------
/src/java/ref/OCluster/updateRecord.md:
--------------------------------------------------------------------------------
1 | # OCluster - updateRecord()
2 |
3 | Updates the given record with new data.
4 |
5 | ## Updating Records
6 |
7 | When working with clusters, you can update a record through the [`OCluster`](../OCluster.md) instance using this method.
8 |
9 | ### Syntax
10 |
11 | ```
12 | void OCluster().updateRecord(
13 | long pos,
14 | byte[] content,
15 | int version,
16 | byte type)
17 | ```
18 |
19 | | Argument | Type | Description |
20 | |---|---|---|
21 | | **`pos`** | `long` | Position of record in cluster |
22 | | **`content`** | `byte[]` | Content to set on the record |
23 | | **`version`** | `int` | Version of record to update |
24 | | **`type`** | `byte` | Record type |
25 |
--------------------------------------------------------------------------------
/src/java/ref/ODatabaseDocument/close.md:
--------------------------------------------------------------------------------
1 |
2 | # ODatabaseDocument - close()
3 |
4 | This method closes the database.
5 |
6 | ## Closing Databases
7 |
8 | Using this method, you can close an opened database, freeing up resources for other uses. In the event that the database is already closed, this method does nothing. When you close a database, any open transactions are closed, their changed rolled back.
9 |
10 | ### Syntax
11 |
12 | ```
13 | void ODatabaseDocument().close()
14 | ```
15 |
16 |
17 |
--------------------------------------------------------------------------------
/src/java/ref/ODatabaseDocument/delete.md:
--------------------------------------------------------------------------------
1 |
2 | # ODatabaseDocument - delete()
3 |
4 | This method removes the given record from the database.
5 |
6 | ## Removing Records
7 |
8 | Using this method you can remove a record from the database, as defined by its Record ID.
9 |
10 | ### Syntax
11 |
12 | ```
13 | ODatabase ODatabaseDocument().delete(ORID rid)
14 | ```
15 |
16 | | Argument | Type | Description |
17 | |---|---|---|
18 | | **`rid`** | [`ORID`](../ORID.md) | Record ID to delete |
19 |
20 | #### Return Type
21 |
22 | The method returns the database instance itself, providing a fluent interface, (which you may find useful when calling multiple methods in a chain).
23 |
24 |
--------------------------------------------------------------------------------
/src/java/ref/ODatabaseDocument/getClusters.md:
--------------------------------------------------------------------------------
1 |
2 | # ODatabaseDocument - getClusters()
3 |
4 | Returns the number of clusters on the database.
5 |
6 | ## Counting Clusters
7 |
8 | OrientDB uses clusters to designate physical or in-memory spaces in which to store your data. Using this method you can retrieve a count of the number of clusters on the database.
9 |
10 | ### Syntax
11 |
12 | ```
13 | int ODatabaseDocument().getClusters()
14 | ```
15 |
16 | #### Return Value
17 |
18 | This method returns an `int` value, providing the number of clusters on the database.
19 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/src/java/ref/ODatabaseDocument/getMetadata.md:
--------------------------------------------------------------------------------
1 |
2 | # ODatabaseDocument - getMetadata()
3 |
4 | Retrieves the database metadata.
5 |
6 | ## Retrieving Metadata
7 |
8 | OrientDB stores general information, like the function library, schema and security information on an [`OMetadata`](../OMetadata.md) instance of the database. Using this method, you can retrieve the metadata to read it or operate on it.
9 |
10 | ### Syntax
11 |
12 | ```
13 | OMetadata ODatabaseDocument().getMetadata()
14 | ```
15 |
16 | #### Return Value
17 |
18 | This method returns the [`OMetadata`](../OMetadata.md) instance that corresponds to the current database.
19 |
--------------------------------------------------------------------------------
/src/java/ref/ODatabaseDocument/getName.md:
--------------------------------------------------------------------------------
1 |
2 | # ODatabaseDocument - getName()
3 |
4 | Retrieves the logical name of the database.
5 |
6 | ## Database Names
7 |
8 | Each database you create in OrientDB has a logical name under which it can be accessed later. This is the name you passed to the [`CREATE DATABASE`](../../../console/Console-Command-Create-Database.md) statement when you created the database. Using this method you can retrieve the logical name from OrientDB.
9 |
10 | ### Syntax
11 |
12 | ```
13 | String ODatabaseDocument().getName()
14 | ```
15 |
16 | #### Return Value
17 |
18 | This method returns a `String` instance, which corresponds to the logical name of the database.
19 |
20 |
21 |
--------------------------------------------------------------------------------
/src/java/ref/ODatabaseDocument/getRecordType.md:
--------------------------------------------------------------------------------
1 |
2 | # ODatabaseDocument - getRecordType()
3 |
4 | This method returns the default record type for the database.
5 |
6 | ## Retrieving Record Types
7 |
8 | The [`ODatabaseDocument`](../ODatabaseDocument.md) class serves as a generic interface for operating on both Document and Graph databases. Records are stored using different classes depending on which database-type you chose to use. This method tells you which class is being used as the default on your database.
9 |
10 | ### Syntax
11 |
12 | ```
13 | public byte ODatabaseDocument().getRecordType()
14 | ```
15 |
16 |
--------------------------------------------------------------------------------
/src/java/ref/ODatabaseDocument/getURL.md:
--------------------------------------------------------------------------------
1 |
2 | # ODatabaseDocument - getURL()
3 |
4 | Retrieves the database URL.
5 |
6 | ## Database URL
7 |
8 | Each database in OrientDB has a URL that corresponds to the path needed to access it. Database URL's are relative to the OrientDB home directory. For instance, `plocal:../databases/GratefulDeadConcerts`. Using this method you can retrieve the URL of the current database instance.
9 |
10 | ### Syntax
11 |
12 | ```
13 | String ODatabaseDocument().getURL()
14 | ```
15 |
16 | #### Return Value
17 |
18 | This method returns a `String` value, which corresponds to the URL of the current database.
19 |
--------------------------------------------------------------------------------
/src/java/ref/ODatabaseDocument/getUser.md:
--------------------------------------------------------------------------------
1 |
2 | # ODatabaseDocument - getUser()
3 |
4 | Retrieves the current user.
5 |
6 | ## Getting Current User
7 |
8 | In order to connect to a database on OrientDB you need to provide specific user credentials. Using this method, you can retrieve the user that's currently logged into the database. You can then further operate on this instance to modify its privileges.
9 |
10 | ### Syntax
11 |
12 | ```
13 | OSecurityUser ODatabaseDocument().getUser()
14 | ```
15 |
16 | #### Return Value
17 |
18 | This method returns an [`OSecurityUser`](../OSecurityUser.md) instance that corresponds to the current user.
19 |
20 |
21 |
--------------------------------------------------------------------------------
/src/java/ref/ODatabaseDocument/isActiveOnCurrentThread.md:
--------------------------------------------------------------------------------
1 |
2 | # ODatabaseDocument - isActiveOnCurrentThread()
3 |
4 | Determines whether the current database is active on the current thread.
5 |
6 | ## Database Thread
7 |
8 | Using this method you can determine whether the current database is active on the current thread in your application.
9 |
10 | ### Syntax
11 |
12 | ```
13 | boolean ODatabaseDocument().isActiveOnCurrentThread()
14 | ```
15 |
16 | #### Return Value
17 |
18 | This method returns a `boolean` value indicating whether the current database is active on the current thread.
19 |
20 |
--------------------------------------------------------------------------------
/src/java/ref/ODatabaseListener.md:
--------------------------------------------------------------------------------
1 |
2 | # ODatabaseListener
3 |
4 | Listener interface used in monitoring events on a database.
5 |
--------------------------------------------------------------------------------
/src/java/ref/ODatabaseSession.md:
--------------------------------------------------------------------------------
1 |
2 | # ODatabaseSession
3 |
4 | Provides an interface for operating on database sessions.
5 |
6 | ## Using Database Sessions
7 |
8 | In order to utilize the database session in your application, you first need to import it.
9 |
10 | ```java
11 | import com.orientechnologies.orient.core.db.ODatabaseSession;
12 | ```
13 |
14 | ### Methods
15 |
16 | The `ODatabaseSession` class is a subclass of the [`ODatabaseDocument`](ODatabaseDocument.md) class and has the same methods available to it.
17 |
18 |
19 |
--------------------------------------------------------------------------------
/src/java/ref/OEdge/getFrom.md:
--------------------------------------------------------------------------------
1 |
2 | # OEdge - getFrom()
3 |
4 | This method retrieves the vertex that connects from this edge.
5 |
6 |
7 | ## Retrieving Vertices
8 |
9 | Edges provide links between vertices. The link connects from one vertex and to another. This method allows you to retrieve the [`OVertex`](../OVertex.md) instance that links from the edge. To access the vertex that links to the edge, see the [`getTo()`](getTo.md) method.
10 |
11 | ### Syntax
12 |
13 | ```
14 | OVertex OEdge().getFrom()
15 | ```
16 |
17 | #### Return Value
18 |
19 | This method returns the [`OVertex`](../OVertex.md) instance that links from this edge.
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/src/java/ref/OEdge/getTo.md:
--------------------------------------------------------------------------------
1 |
2 | # OEdge - getTo()
3 |
4 | This method retrieves the vertex that connects to this edge.
5 |
6 | ## Retrieving Vertices
7 |
8 | Edges provide links between vertices. The link connects from one vertex to another. This method allows you to retrieve the [`OVertex`](../OVertex.md) instance that links to the edge. To access the vertex that links from the edge, see the [`getFrom()`](getFrom.md) method.
9 |
10 | ### Syntax
11 |
12 | ```
13 | OVertex OEdge().getTo()
14 | ```
15 |
16 | #### Return Value
17 |
18 | This method returns the [`OVertex`](../OVertex.md) instance that links to the edge.
19 |
--------------------------------------------------------------------------------
/src/java/ref/OElement/isEdge.md:
--------------------------------------------------------------------------------
1 |
2 | # OElement - isEdge()
3 |
4 | This method determines whether the record is an edge.
5 |
6 | ## Checking Edges
7 |
8 | When OrientDB is serving as a Graph database, [`OElement`](../OElement.md) serves as the superclass to both edges and vertices. Using this method you can check whether or not the element is an edge on the database. To determine whether the record is a vertex, see [`isVertex`](isVertex.md).
9 |
10 | ### Syntax
11 |
12 | ```
13 | Boolean OElement().isEdge()
14 | ```
15 |
16 | #### Return Value
17 |
18 | This method returns a [`Boolean`]({{ book.javase }}/api/java/lang/Boolean.html) instance. If the return value is `true`, the element is an edge.
19 |
--------------------------------------------------------------------------------
/src/java/ref/OElement/isVertex.md:
--------------------------------------------------------------------------------
1 |
2 | # OElement - isVertex()
3 |
4 | This method determines whether the record is a vertex.
5 |
6 | ## Checking Vertices
7 |
8 | When OrientDB is serving as a Graph database, [`OElement`](../OElement.md) serves as the superclass to both edges and vertices. Using this method you can check whether or not the element is a vertex on the database. To determine whether the element is an edge, see [`isEdge()`](isEdge.md).
9 |
10 | ### Syntax
11 |
12 | ```
13 | Boolean OElement().isVertex()
14 | ```
15 |
16 | #### Return Value
17 |
18 | This method returns a [`Boolean`]({{ book.javase }}/api/java/lang/Boolean.html) instance. If the return value is `true`, the element is a vertex.
19 |
--------------------------------------------------------------------------------
/src/java/ref/OLiveQueryMonitor.md:
--------------------------------------------------------------------------------
1 |
2 | # OLiveQueryMonitor
3 |
4 | Provides an interface for monitoring live queries.
5 |
--------------------------------------------------------------------------------
/src/java/ref/OMetadata/getSchema.md:
--------------------------------------------------------------------------------
1 | # OMetadata - getSchema()
2 |
3 | Retrieves the database schema from the database metadata.
4 |
5 | ## Retrieving Schemas
6 |
7 | OrientDB supports multiple implementations of schemas. A database can strictly enforce schema, not use schema or use a mix of the two. The schema itself is stored in the database metadata as an [`OSchema`](../OSchema.md) instance. Using this method you can retrieve the schema from the database metadata to read or administer.
8 |
9 | ### Syntax
10 |
11 | ```
12 | OSchema OMetadata().getSchema()
13 | ```
14 |
15 | #### Return Type
16 |
17 | This method returns an [`OSchema`](../OSchema.md) instance, which represents the schema available on the database.
18 |
19 |
20 |
--------------------------------------------------------------------------------
/src/java/ref/OProperty/getLinkedClass.md:
--------------------------------------------------------------------------------
1 |
2 | # OProperty - getLinkedClass()
3 |
4 | Retrieves the class linked to the property.
5 |
6 | ## Retrieving Linked Classes
7 |
8 | Properties are generally created as fields in a database class, (that is, an [`OClass`](../OClass.md) instance). Using this method, you can retrieve the database class to which the given [`OProperty`](../OProperty.md) instance is linked.
9 |
10 | OrientDB retrieves this class in lazy mode, because while unmarshalling, the class could not be loaded.
11 |
12 | ### Syntax
13 |
14 | ```
15 | OClass OProperty.getLinkedClass()
16 | ```
17 |
18 | #### Return Value
19 |
20 | This method returns the [`OClass`](../OClass.md) instance linked to the property.
21 |
--------------------------------------------------------------------------------
/src/java/ref/OProperty/getLinkedType.md:
--------------------------------------------------------------------------------
1 |
2 | # OProperty - getLinkedType()
3 |
4 | Retrieves the property type.
5 |
6 | ## Retrieving Types
7 |
8 | OrientDB enforces typing for properties. Each property in a database class is set to a particular type, which provide some constraint on the kinds of data set for the property. Using this method you can retrieve the property type for further operations.
9 |
10 | ### Syntax
11 |
12 | ```
13 | OType OProperty.getLinkedType()
14 | ```
15 |
16 | #### Return Type
17 |
18 | This method returns an [`OType`](../OType.md) instance that corresponds to the property type.
19 |
--------------------------------------------------------------------------------
/src/java/ref/OProperty/getName.md:
--------------------------------------------------------------------------------
1 |
2 | # OProperty - getName()
3 |
4 | This method retrieves the name of the property.
5 |
6 | ## Retrieving the Property Name
7 |
8 | OrientDB differentiates between properties by the property name. Using this method you can retrieve the name from an [`OProperty`](../OProperty.md) instance.
9 |
10 | ### Syntax
11 |
12 | ```
13 | String OProperty().getName()
14 | ```
15 |
16 | #### Return Value
17 |
18 | This method returns a [`String`]({{ book.javase }}/api/java/lang/String.html) value that provides the name of the property.
19 |
--------------------------------------------------------------------------------
/src/java/ref/OProperty/getType.md:
--------------------------------------------------------------------------------
1 |
2 | # OProperty - getType()
3 |
4 | This method retrieves the type for the property.
5 |
6 | ## Retrieving Property Types
7 |
8 | Properties on a database class have types and can enforce type-based constraints on the data the class allows for its records. OrientDB uses the [`OType`](../OType.md) class to define the data-types for the property and to provide methods for common operations performed on data-types for the property.
9 |
10 | Using this method, you can retrieve the property type.
11 |
12 | ### Syntax
13 |
14 | ```
15 | OType OProperty().getType()
16 | ```
17 |
18 | #### Return Type
19 |
20 | This method returns an [`OType`](../OType.md) instance for the type.
21 |
--------------------------------------------------------------------------------
/src/java/ref/OProperty/isNotNull.md:
--------------------------------------------------------------------------------
1 |
2 | # OProperty - isNotNull()
3 |
4 | This method determines whether a property permits `null` values.
5 |
6 | ## Checking Constraints
7 |
8 | Properties can enforce a schema on the records you save to OrientDB. This constraint defines whether the class allows `null` values for this property. Using this method, you can determine whether the constraint has been configured for the property.
9 |
10 | ### Syntax
11 |
12 | ```
13 | Boolean OProperty().isNotNull()
14 | ```
15 |
16 | #### Return Value
17 |
18 | This method returns a [`Boolean`]({{ book.javase }}/api/java/lang/Boolean.html) instance, which if `true` indicates that the property allows `null` values.
19 |
--------------------------------------------------------------------------------
/src/java/ref/OProperty/isReadonly.md:
--------------------------------------------------------------------------------
1 |
2 | # OProperty - isReadonly()
3 |
4 | This method determines whether you can write to the property.
5 |
6 | ## Checking Constraints
7 |
8 | You can enforce a schema on a class by applying constraints to some or all of the properties. This constraint indicates whether the property allows you to update data. When it is read only, you can only read data from the property after creating the record.
9 |
10 | ### Syntax
11 |
12 | ```
13 | Boolean OProperty().isReadonly()
14 | ```
15 |
16 | #### Return Value
17 |
18 | This method returns a [`Boolean`]({{ book.javase }}/api/java/lang/Boolean.html) instance, which if `true` indicates that the property is currently set to 'read only'.
19 |
20 |
--------------------------------------------------------------------------------
/src/java/ref/OProperty/setLinkedType.md:
--------------------------------------------------------------------------------
1 |
2 | # OProperty - setLinkedType()
3 |
4 | Defines the property type.
5 |
6 | ## Retrieving Types
7 |
8 | OrientDB enforces typing for properties. Each property in a database class is set to a particular type, which provide some constraint on the kinds of data set for the property. Using this method you can set the property type.
9 |
10 | ### Syntax
11 |
12 | ```
13 | OProperty OProperty.setLinkedType(OType )
14 | ```
15 |
16 | - **``** Defines the [`OType`](../OType.md) instance.
17 |
18 | #### Return Type
19 |
20 | This method returns an [`OProperty`](../OProperty.md) instance that corresponds to the property type.
21 |
--------------------------------------------------------------------------------
/src/java/ref/OProperty/setName.md:
--------------------------------------------------------------------------------
1 |
2 | # OProperty - setName()
3 |
4 | This method defines the name of the property.
5 |
6 | ## Retrieving the Property Name
7 |
8 | OrientDB differentiates between properties by the property name. Using this method you can set the name from an [`OProperty`](../OProperty.md) instance.
9 |
10 | ### Syntax
11 |
12 | ```
13 | OProperty OProperty().setName(String name)
14 | ```
15 |
16 | | Argument | Type | Description |
17 | |---|---|---|
18 | | **`name`** | [`String`]({{ book.javase }}/api/java/lang/String.html) | Defines the new property name |
19 |
20 | #### Return Value
21 |
22 | This method returns an updated `OProperty` instance.
23 |
24 |
--------------------------------------------------------------------------------
/src/java/ref/ORID.md:
--------------------------------------------------------------------------------
1 |
2 | # ORID
3 |
4 | This class provides the Record ID for a particular [`OElement`](OElement.md), [`OVertex`](OVertex.md), or [`OEdge`](OEdge.md) instance.
5 |
--------------------------------------------------------------------------------
/src/java/ref/ORecordOperation.md:
--------------------------------------------------------------------------------
1 |
2 | # ORecordOperation
3 |
4 | Provides an object for interacting with record operations in a transaction.
5 |
6 |
7 |
8 |
--------------------------------------------------------------------------------
/src/java/ref/OResultSet/close.md:
--------------------------------------------------------------------------------
1 |
2 | # OResultSet - close()
3 |
4 | Closes the result-set.
5 |
6 | ## Closing Result-sets
7 |
8 | When you're finished using an [`OResultSet`](../OResultSet.md) instance, close it to free up resources for other operations.
9 |
10 | ### Syntax
11 |
12 | ```
13 | void OResultSet().close()
14 | ```
15 |
16 |
17 |
--------------------------------------------------------------------------------
/src/java/ref/OResultSet/edgeStream.md:
--------------------------------------------------------------------------------
1 |
2 | # OResultSet - edgeStream()
3 |
4 | Retrieves a stream of edges from the result-set.
5 |
6 | ## Streaming Edges
7 |
8 | In cases where your result-set contains a number of elements, some of which are vertices and some of which are edges, you can use this method to filter [`OResultSet`](../OResultSet.md) to only return those records that are [`OEdge`](../OEdge.md) instances.
9 |
10 | ### Syntax
11 |
12 | ```
13 | default Stream OResultSet().edgeStream()
14 | ```
15 |
16 | #### Return Value
17 |
18 | This method returns a [`Stream`]({{ book.javase }}/java/util/Stream.html) of [`OEdge`](../OEdge.md) instances contained in the result-set.
19 |
20 |
21 |
22 |
23 |
24 |
--------------------------------------------------------------------------------
/src/java/ref/OResultSet/estimateSize.md:
--------------------------------------------------------------------------------
1 |
2 | # OResultSet - estimateSize()
3 |
4 | Estimates the size of the result-set.
5 |
6 | ## Size Estimates
7 |
8 | Using this method you can estimate the number of records contained in this instance of [`OResultSet`](../OResultSet.md).
9 |
10 | ### Syntax
11 |
12 | ```
13 | default long OResultSet().estimateSize()
14 | ```
15 |
16 |
--------------------------------------------------------------------------------
/src/java/ref/OResultSet/hasNext.md:
--------------------------------------------------------------------------------
1 |
2 | # OResultSet - hasNext()
3 |
4 | Determines whether the result-set contains any additional values.
5 |
6 | ## Iterating through Result-sets
7 |
8 | Using this method you can determine whether any results remain in the result-set. It is useful to check before calling operators like [`next()`](next.md) or [`remove()`](remove.md).
9 |
10 | ### Syntax
11 |
12 | ```
13 | boolean OResultSet().hasNext()
14 | ```
15 |
--------------------------------------------------------------------------------
/src/java/ref/OResultSet/next.md:
--------------------------------------------------------------------------------
1 |
2 | # OResultSet - next()
3 |
4 | Returns the next result in the result-set.
5 |
6 | ## Retrieving Results
7 |
8 | When iterating through an [`OResultSet`](../OResultSet.md) instance, you can use the `next()` method to retrieve the next [`OResult`](../OResult.md) instance in the iterator.
9 |
10 | ### Syntax
11 |
12 | ```
13 | OResult OResultSet().next()
14 | ```
15 |
--------------------------------------------------------------------------------
/src/java/ref/OResultSet/remove.md:
--------------------------------------------------------------------------------
1 |
2 | # OResultSet - remove()
3 |
4 | Removes the next element from the result-set.
5 |
6 | ## Removing Elements
7 |
8 | Using this method you can remove a record from the result-set. Specifically, this method calls the `remove()` method on the underlying [`Iterator`]({{ book.javase }}/java/util/Iterator.html)[``](../OResult.md) instance. Doing so removes the last element returned by the iterator from a [`next()`](next.md) call.
9 |
10 | ### Syntax
11 |
12 | ```
13 | default void OResultSet().remove()
14 | ```
15 |
--------------------------------------------------------------------------------
/src/java/ref/OResultSet/stream.md:
--------------------------------------------------------------------------------
1 |
2 | # OResultSet - stream()
3 |
4 | Streams records in the result-set.
5 |
6 | ## Streaming Records
7 |
8 | When you want to operate on all records in the result-set in a [`Stream`]({{ book.javase }}/java/util/stream/Stream.html), you can do so using this method.
9 |
10 | ### Syntax
11 |
12 | ```
13 | Stream OResultSet().stream()
14 | ```
15 |
16 | #### Return Value
17 |
18 | This method returns a [`Stream`]({{ book.javase }}/java/util/stream/Stream.html)[``](../OResult.md) instance representing the results in the result-set.
19 |
--------------------------------------------------------------------------------
/src/java/ref/OResultSet/vertexStream.md:
--------------------------------------------------------------------------------
1 |
2 | # OResultSet - vertexStream()
3 |
4 | Retrieves a stream of vertices from the result-set.
5 |
6 | ## Retrieving Vertices
7 |
8 | When you have a result-set that contains elements, vertices and edges all together and only want the vertices, you can use this method to filter them out. It returns a stream of [`OVertex`](../OVertex.md) instances from the result-set.
9 |
10 | ### Syntax
11 |
12 | ```
13 | Stream OResultSet().vertexStream()
14 | ```
15 |
16 | #### Return Value
17 |
18 | This method returns a [`Stream`]({{ book.javase }}/java/util/stream/Stream.html)[``](../OVertex.md) instance representing the results in the result-set.
19 |
20 |
--------------------------------------------------------------------------------
/src/java/ref/OSchema/countClasses.md:
--------------------------------------------------------------------------------
1 |
2 | # OSchema - countClasses()
3 |
4 | Returns the number of classes in the schema.
5 |
6 | ## Classes
7 |
8 | OrientDB has the concept of class within the database, as defined by an [`OClass`](../OClass.md) instance. Using this method, you can retrieve the number of classes created in the given schema.
9 |
10 | ### Syntax
11 |
12 | ```
13 | int OSchema().countClasses()
14 | ```
15 |
16 | #### Return Type
17 |
18 | This method returns an `int` instance, with a value representing the number of [`OClass`](../OClass.md) instances created on the schema.
19 |
20 |
--------------------------------------------------------------------------------
/src/java/ref/OSchema/dropClass.md:
--------------------------------------------------------------------------------
1 |
2 | # OSchema - dropClass()
3 |
4 | Removes class from the schema.
5 |
6 | ## Removing Classes
7 |
8 | OrientDB has the concept of class within the database, which represents a broad grouping of records, similar to the table in relational contexts. Internally, OrientDB represents a class as an [`OClass`](../OClass.md) instance. Using this method, you can remove the given class from the schema.
9 |
10 | ### Syntax
11 |
12 | ```
13 | void OSchema().dropClass(String class)
14 | ```
15 |
16 | | Argument | Type | Description |
17 | |---|---|---|
18 | | **`class`** | `String` | Defines name of class you want to remove |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/src/java/ref/OSchema/getClasses.md:
--------------------------------------------------------------------------------
1 |
2 | # OSchema - getClasses()
3 |
4 | Retrieves the classes from the schema.
5 |
6 | ## Getting Classes
7 |
8 | OrientDB has the concept of class within the database, which represents a broad grouping of records, similar to the table in relational contexts. Internally, OrientDB represents a class as an [`OClass`](../OClass.md) instance. Using this method you can retrieve a set of all the classes in the schema.
9 |
10 | ### Syntax
11 |
12 | ```
13 | Set OSchema().getClasses()
14 | ```
15 |
16 | #### Return Type
17 |
18 | This method returns a `Set` of the given [`OClass`](../OClass.md) instances in the schema.
19 |
20 |
21 |
--------------------------------------------------------------------------------
/src/java/ref/OSecurityRole/getDocument.md:
--------------------------------------------------------------------------------
1 | # OSecurityRole - getDocument()
2 |
3 | Retrieves the document of the role.
4 |
5 | ## Role Document
6 |
7 | Internally, OrientDB stores the role as a document in the database. Using this method, you can retrieve the document for further operation.
8 |
9 | ### Syntax
10 |
11 | ```
12 | ODocument OSecurityRole().getDocument()
13 | ```
14 |
15 |
16 |
--------------------------------------------------------------------------------
/src/java/ref/OSecurityRole/getName.md:
--------------------------------------------------------------------------------
1 |
2 | # OSecurityRole - getName()
3 |
4 | Retrieves the logical name for the role.
5 |
6 | ## Logical Names
7 |
8 | OrientDB provides logical names to easily reference roles from the console or in other applications. Using this method, you can retrieve the logical name for the role from the database.
9 |
10 | ### Syntax
11 |
12 | ```
13 | String OSecurityRole().getName()
14 | ```
15 |
16 | #### Return Value
17 |
18 | This method returns a `String` instance. It contains the logical name for the role.
19 |
20 |
--------------------------------------------------------------------------------
/src/java/ref/OSecurityRole/getParentRole.md:
--------------------------------------------------------------------------------
1 |
2 | # OSecurityRole - getParentRole()
3 |
4 | Retrieves the parent of this role.
5 |
6 | ## Roles
7 |
8 | Rather than creating a new role and assigning to it each and every privilege needed, you can instead assign it a parent role with all the privileges that come with it. Using this method, you can retrieve the parent [`OSecurityRole`](../OSecurityRole.md) instance.
9 |
10 | ### Syntax
11 |
12 | ```
13 | OSecurityRole OSecurityRole().getParentRole()
14 | ```
15 |
16 | #### Return Value
17 |
18 | This method returns the parent role, an [`OSecurityRole`](../OSecurityRole.md) instance.
19 |
20 |
21 |
22 |
23 |
24 |
--------------------------------------------------------------------------------
/src/java/ref/OSecurityRole/getRuleSet.md:
--------------------------------------------------------------------------------
1 |
2 | # OSecurityRole - getRuleSet()
3 |
4 | Retrieves the rules assigned to this role.
5 |
6 | ## Rule Sets
7 |
8 | OrientDB defines the role's access to resources using a series of [`ORule`](../ORule.md) instances. Using this method, you can retrieve a set of all rules assigned to this account.
9 |
10 | ### Syntax
11 |
12 | ```
13 | Set OSecurityRole().getRuleSet()
14 | ```
15 |
16 | #### Return Value
17 |
18 | This method returns a `Set` instance containing all of the [`ORule`](../ORule.md) instances connected to this role.
19 |
20 |
--------------------------------------------------------------------------------
/src/java/ref/OSecurityUser/checkPassword.md:
--------------------------------------------------------------------------------
1 |
2 | # OSecurityUser - checkPassword()
3 |
4 | Authenticates the given password.
5 |
6 | ## Passwords
7 |
8 | OrientDB allows you to secure users through the use of passwords. Using this method, you can authenticate the password given for this user.
9 |
10 | ### Syntax
11 |
12 | ```
13 | boolean OSecurityUser().checkPassword(String password)
14 | ```
15 |
16 | | Argument | Type | Description |
17 | |---|---|---|
18 | | **`password`** | `String` | Provides password for the user |
19 |
20 | #### Return Value
21 |
22 | This method returns a `boolean` instance. A value of `true` indicates that the password is authentic. A value of `false` indicates that the password is wrong.
23 |
24 |
25 |
26 |
--------------------------------------------------------------------------------
/src/java/ref/OSecurityUser/getDocument.md:
--------------------------------------------------------------------------------
1 |
2 | # OSecurityUser - getDocument()
3 |
4 | Retrieves the document of the user.
5 |
6 | ## Role Document
7 |
8 | Internally, OrientDB stores the user as a document in the database. Using this method, you can retrieve the document for further operation.
9 |
10 | ### Syntax
11 |
12 | ```
13 | ODocument OSecurityUser().getDocument()
14 | ```
15 |
16 |
17 |
--------------------------------------------------------------------------------
/src/java/ref/OSecurityUser/getName.md:
--------------------------------------------------------------------------------
1 |
2 | # OSecurityUser - getName()
3 |
4 | Retrieves the logical name of the user.
5 |
6 | ## Logical Names
7 |
8 | Where your Java application interacts with users through the [`OSecurityUser`](../OSecurityUser.md) interface, in OrientDB SQL the users are identified by their logical names. Using this method, you can retrieve the logical name for the user, which you may find useful for logging and authentication purposes.
9 |
10 | ### Syntax
11 |
12 | ```
13 | String OSecurityUser().getName()
14 | ```
15 |
16 | #### Return Value
17 |
18 | This method returns a `String` value, which provides the logical name of the user.
19 |
20 |
21 |
22 |
--------------------------------------------------------------------------------
/src/java/ref/OSecurityUser/getPassword.md:
--------------------------------------------------------------------------------
1 |
2 | # OSecurityUser - getPassword()
3 |
4 | Retrieves the user password.
5 |
6 |
7 | ## Passwords
8 |
9 | Users in OrientDB have passwords, allowing you to authenticate their access to the Server. Using this method you can retrieve the password from the user instance.
10 |
11 | ### Syntax
12 |
13 | ```
14 | String OSecurityUser().getPassword()
15 | ```
16 |
17 | #### Return Value
18 |
19 | This method returns a `String` instance, which represents the password for the account.
20 |
21 |
--------------------------------------------------------------------------------
/src/java/ref/OServer/addTemporaryUser.md:
--------------------------------------------------------------------------------
1 |
2 | # OServer - addTemporaryUser()
3 |
4 | This method adds a temporary user on the OrientDB Server.
5 |
6 | ## Adding Temporary Users
7 |
8 | ### Syntax
9 |
10 | ```
11 | public void OServer().addTemporaryUser(String user, String passwd, String permission)
12 | ```
13 |
14 | | Argument | Type | Description |
15 | |---|---|---|
16 | | **`user`** | [`java.lang.String`]({{ book.javase }}/api/java/lang/String.html) | Defines the user name. |
17 | | **`passwd`** | [`java.lang.String`]({{ book.javase }}/api/java/lang/String.html) | Defines the user password. |
18 | | **`permission`** | [`java.lang.String`]({{ book.javase }}/api/java/lang/String.html) | Defines the user permissions. |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/src/java/ref/OServer/existsStoragePath.md:
--------------------------------------------------------------------------------
1 |
2 | # OServer - existsStoragePath()
3 |
4 | This method determines whether the given storage path exists.
5 |
6 | ## Checking Storage Path
7 |
8 | ### Syntax
9 |
10 | ```
11 | public Boolean OServer().existsStoragePath(String iURL)
12 | ```
13 |
14 | | Argument | Type | Description |
15 | |---|---|---|
16 | | **`iURL`** | [`java.lang.String`]({{ book.javase }}/api/java/lang/String.html) | Defines the storage path. |
17 |
18 | #### Return Value
19 |
20 | This method returns a [`boolean`]({{ book.javase }}/api/java/lang/Boolean.html) value. If the return value is `true`, it indicates that the given storage path exists.
21 |
22 |
23 |
24 |
--------------------------------------------------------------------------------
/src/java/ref/OServer/getUser.md:
--------------------------------------------------------------------------------
1 |
2 | # Java API - `OServer().getUser()`
3 |
4 | This method retrieves user configuration from the OrientDB Server.
5 |
6 | ## Retrieving Users
7 |
8 | In the event that you need to operate on a server user from within your application, this method allows you to retrieve the server user configuration. This is an instance of the `OServerUserConfiguration` class, which you can then read or modify from within your application.
9 |
10 | ### Syntax
11 |
12 | ```
13 | public OServerUserConfiguration OServer().getUser(String name)
14 | ```
15 |
16 | | Argument | Type | Description
17 | |---|---|---|
18 | | **`name`** | [`String`]({{ book.javase }}/api/java/lang/String.html) | Defines the user name |
19 |
20 |
21 |
--------------------------------------------------------------------------------
/src/java/ref/OServer/saveConfiguration.md:
--------------------------------------------------------------------------------
1 |
2 | # OServer - saveConfiguration()
3 |
4 | This method saves the current server configuration to disk.
5 |
6 | ## Saving Configuration
7 |
8 | Occasionally, you may want to operate on the OrientDB Server configuration from within your application. When you modify the configuration, those changes remain volatile until you save them using this method.
9 |
10 | ### Syntax
11 |
12 | ```
13 | public void OServer().saveConfiguration()
14 | ```
15 |
16 | #### Exceptions
17 |
18 | This method throws the following exception:
19 |
20 | - [`IOException`]({{ book.javase }}/api/java/io/IOException.html)
21 |
22 |
23 |
--------------------------------------------------------------------------------
/src/java/ref/OTransaction/begin.md:
--------------------------------------------------------------------------------
1 |
2 | # OTransaction - begin()
3 |
4 | Initiates the transaction.
5 |
6 | ## Beginning Transactions
7 |
8 | OrientDB supports the use of transactions to isolate database operations and roll back or save changes once the task is complete. Using this method, you can begin a transaction. To roll it back later, see the [`rollback()`](rollback.md) method. To save it to the database, see [`commit()`](commit.md) method.
9 |
10 |
11 | ### Syntax
12 |
13 | ```
14 | void OTransaction().begin()
15 | ```
16 |
17 |
--------------------------------------------------------------------------------
/src/java/ref/OTransaction/close.md:
--------------------------------------------------------------------------------
1 |
2 | # OTransaction - close()
3 |
4 | Closes the transaction.
5 |
6 | ## Closing Transactions
7 |
8 | Using this method, you can close the transaction in your application, freeing up resources for other purposes.
9 |
10 | ### Syntax
11 |
12 | ```
13 | void OTransaction().close()
14 | ```
15 |
--------------------------------------------------------------------------------
/src/java/ref/OTransaction/commit.md:
--------------------------------------------------------------------------------
1 |
2 | # OTransaction - commit()
3 |
4 | Commits the transaction to the database.
5 |
6 | ## Beginning Transactions
7 |
8 | OrientDB supports the use of transactions to isolate database operations and roll back or save changes once the task is complete. Using this method, you can commit a transaction. To roll it back later, see the [`rollback()`](rollback.md) method. To initiate it, see [`begin()`](begin.md) method.
9 |
10 |
11 | ### Syntax
12 |
13 | ```
14 | void OTransaction().commit()
15 |
16 | void OTransaction().commit)(boolean force)
17 | ```
18 |
19 | | Argument | Type | Description |
20 | |---|---|---|
21 | | **`force`** | `boolean` | Defines whether to force the commit |
22 |
--------------------------------------------------------------------------------
/src/java/ref/OTransaction/getDatabase.md:
--------------------------------------------------------------------------------
1 |
2 | # OTransaction - getDatabase()
3 |
4 | Retrieves the database on which the transaction is running.
5 |
6 | ## Getting Databases
7 |
8 | Transactions run on particular databases, or more specifically within an [`ODatabaseDocument`](../ODatabaseDocument.md) instance. In the event that you need to operate on the database currently running the transaction, you can use this method to retrieve it.
9 |
10 | ### Syntax
11 |
12 | ```
13 | ODatabaseDocument OTransaction().getDatabase()
14 | ```
15 |
16 | #### Return Value
17 |
18 | This method returns an [`ODatabaseDocument`](../ODatabaseDocument.md) instance, which represents the database on which the transaction is running.
19 |
--------------------------------------------------------------------------------
/src/java/ref/OTransaction/getEntryCount.md:
--------------------------------------------------------------------------------
1 |
2 | # OTransaction - getEntryCount()
3 |
4 | Retrieves the number of entries in the transaction.
5 |
6 | ## Counting Entries
7 |
8 | Whenever you execute a statement in a running transaction, the transaction records the entry. Using this method, you can retrieve a count of the number of entries in the given transaction.
9 |
10 | ### Syntax
11 |
12 | ```
13 | int OTransaction().getEntryCount()
14 | ```
15 |
16 | #### Return Value
17 |
18 | This method returns an `int` value, which represents the number of entries in the current transaction.
19 |
20 |
21 |
22 |
23 |
--------------------------------------------------------------------------------
/src/java/ref/OTransaction/getInvolvedIndexes.md:
--------------------------------------------------------------------------------
1 |
2 | # OTransaction - getInvolvedIndexes()
3 |
4 | Retrieves a list of indexes involved in the transaction.
5 |
6 | ## Getting Indexes
7 |
8 | When you add a query or command to a transaction, the transaction keeps a record of the indexes called. Using this method you can retrieve a list of all the indexes involved in the transaction.
9 |
10 | ### Syntax
11 |
12 | ```
13 | List OTransaction().getInvolvedIndexes()
14 | ```
15 |
16 | #### Return Value
17 |
18 | This method returns a `List` of `String` values, each `String` representing an involved index.
19 |
20 |
21 |
--------------------------------------------------------------------------------
/src/java/ref/OTransaction/getIsolationLevel.md:
--------------------------------------------------------------------------------
1 |
2 | # OTransaction - getIsolationLevel()
3 |
4 | Retrieves the isolation level of the transaction.
5 |
6 | ## Isolation Levels in OrientDB
7 |
8 | OrientDB supports the use of different levels of isolation based on settings and configuration. Using this method you can retrieve the current isolation level on the transaction.
9 |
10 | ### Syntax
11 |
12 | ```
13 | OTransaction.ISOLATION_LEVEL OTransaction().getIsolationLevel()
14 | ```
15 |
16 |
17 |
18 |
--------------------------------------------------------------------------------
/src/java/ref/OTransaction/getRecordEntry.md:
--------------------------------------------------------------------------------
1 |
2 | # OTransaction - getRecordEntry()
3 |
4 | Returns a record from the transaction.
5 |
6 | ## Retrieving Records
7 |
8 | Using this method you can retrieve records from this transaction to further operate on them. The record you want is identified by the given Record ID.
9 |
10 | ### Syntax
11 |
12 | ```
13 | ORecordOperation OTransaction().getRecordEntry(ORID rid)
14 | ```
15 |
16 | | Argument | Type | Description |
17 | |---|---|---|
18 | | **rid** | [`ORID`](../ORID.md) | Defines the record you want. |
19 |
20 | #### Return Type
21 |
22 | This method returns an [`ORecordOperation`](../ORecordOperation.md) instance for the requested record.
23 |
24 |
25 |
26 |
--------------------------------------------------------------------------------
/src/java/ref/OTransaction/hasRecordCreation.md:
--------------------------------------------------------------------------------
1 |
2 | # OTransaction - hasRecordCreation()
3 |
4 | Determines whether the transaction has created records.
5 |
6 | ## Checking Records
7 |
8 | Using this method you can check whether any records have been created as part of the transaction.
9 |
10 | ### Syntax
11 |
12 | ```
13 | boolean OTransaction().hasRecordCreation()
14 | ```
15 |
16 | #### Return Value
17 |
18 | This method returns a `boolean` value. A value of `true` indicates that the transaction includes record creation. `false` indicates that no records are created in the transaction.
19 |
--------------------------------------------------------------------------------
/src/js/custom.js:
--------------------------------------------------------------------------------
1 | piAId = '186762';
2 | piCId = '1633';
3 |
4 | (function() {
5 | function async_load(){
6 | var s = document.createElement('script'); s.type = 'text/javascript';
7 | s.src = ('https:' == document.location.protocol ? 'https://pi' : 'http://cdn') + '.pardot.com/pd.js';
8 | var c = document.getElementsByTagName('script')[0]; c.parentNode.insertBefore(s, c);
9 | }
10 | if(window.attachEvent) { window.attachEvent('onload', async_load); }
11 | else { window.addEventListener('load', async_load, false); }
12 | })();
13 |
--------------------------------------------------------------------------------
/src/legacy/Architecture.md:
--------------------------------------------------------------------------------
1 | # Orient DB architecture
2 |
3 | # WORK IN PROGRESS
4 |
5 | This page has been totally revisited. Coming soon!
6 |
7 | # Introduction
8 |
9 | ## Local access
10 |
11 | ## Remote access
12 |
13 | This is
14 |
15 | ## Local + server
16 |
17 | Probably this is the most complete architecture where you can use the database using the "local" protocol and allowing the access to external resources like Studio, Console and remote clients.
18 |
19 | Take a look at: [Embedded-Server](../internals/Embedded-Server.md).
20 |
--------------------------------------------------------------------------------
/src/legacy/Build.md:
--------------------------------------------------------------------------------
1 | ## How to build
2 |
3 | OrientDB-jdbc uses maven, so just execute:
4 |
5 | ```mvn clean install```
6 |
7 |
8 | ## Build a jar-with-dependencies
9 |
10 | To obtain a jar with dependency included under target directory, execute:
11 |
12 | ```mvn clean assembly:assembly -DskipTests=true```
13 |
14 | To use it copy orientdb-jdbc-*-SNAPSHOT-all.jar to your classpath. This is the easiest way to use OrientDB JDBC driver in tools like [DBVisualizer](http://www.dbvis.com/).
15 |
--------------------------------------------------------------------------------
/src/legacy/Code-conventions.md:
--------------------------------------------------------------------------------
1 | # Code conventions
2 |
3 | ## DRAFT
4 |
--------------------------------------------------------------------------------
/src/legacy/Migrating-from-2.2.x.md:
--------------------------------------------------------------------------------
1 |
2 | # Migrating from 2.2.x
--------------------------------------------------------------------------------
/src/legacy/Migrating-from-older-versions.md:
--------------------------------------------------------------------------------
1 |
2 | # Migrating from Older Versions
--------------------------------------------------------------------------------
/src/legacy/Migration-from-1.4.x-to-1.5.x.md:
--------------------------------------------------------------------------------
1 |
2 | # Migration from 1.4.x to 1.5.x
3 |
4 | OrientDB 1.5.x automatic upgrades any databases created with version 1.4.x, so export and import is not needed.
5 |
6 | ## Engine
7 |
8 | OrientDB 1.5.x comes with the new PLOCAL engine. To migrate to such engine follow the steps in: [Migrate from local storage engine to plocal](Upgrade.md).
9 |
10 |
--------------------------------------------------------------------------------
/src/legacy/Migration-from-1.6.x-to-1.7.x.md:
--------------------------------------------------------------------------------
1 |
2 | # Migration from 1.6.x to 1.7.x
3 |
4 | Databases created with release 1.6.x are compatible with 1.7, so you don't have to export/import the database like in the previous releases.
5 |
6 | ## Engine
7 |
8 | OrientDB 1.7 comes with the PLOCAL engine as default one. For compatibility purpose we still support "local" database, but this will be removed soon. So get the chance to migrate your old "local" database to the new "plocal" follow the steps in: [Migrate from local storage engine to plocal](../release/Upgrade.md).
9 |
10 |
--------------------------------------------------------------------------------
/src/legacy/Migration.md:
--------------------------------------------------------------------------------
1 | # Release Migration
2 |
3 | This Chapter includes information on how to migrate to v.3.0.
4 |
--------------------------------------------------------------------------------
/src/legacy/Operations.md:
--------------------------------------------------------------------------------
1 | # Operations
2 |
3 | This is the main page for DBA and DevOps.
4 |
5 | ## Tuning
6 | - [Performance Tuning](../tuning/Performance-Tuning.md)
7 |
8 | ## In & Out
9 | - [ETL (Extract-Transform-Load)](../etl/ETL-Introduction.md)
10 | - [Distributed Architecture](../distributed/Distributed-Architecture.md)
11 | - [Backup & Restore](../admin/Backup-and-Restore.md)
12 | - [Export & Import](../admin/Export-and-Import.md)
13 |
14 |
15 | ## Install
16 | - [Install as Service on Unix/Linux](../admin/Unix-Service.md)
17 | - [Install as Service on Windows](../admin/Windows-Service.md)
18 |
--------------------------------------------------------------------------------
/src/legacy/Session-Management.md:
--------------------------------------------------------------------------------
1 | # Session Management
2 |
3 | ## Binary Protocol
4 |
5 | ### Configure persistent sessions
6 |
7 | ## HTTP Protocol
8 |
9 |
--------------------------------------------------------------------------------
/src/legacy/Spatial-Module.md:
--------------------------------------------------------------------------------
1 |
2 | # Spatial Module
3 |
4 | Moved to [Spatial Index](../indexing/Spatial-Index.md).
5 |
--------------------------------------------------------------------------------
/src/legacy/Studio-Executing-Query.md:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/legacy/TODO.md:
--------------------------------------------------------------------------------
1 | # TODO
2 |
3 | missing chapter
--------------------------------------------------------------------------------
/src/legacy/Use-Cases.md:
--------------------------------------------------------------------------------
1 |
2 | # Use Cases
3 |
4 | This page contains the solution to the most common use cases. Please don't consider them as the definitive solution, but as suggestions where to get the idea to solve your needs.
5 |
6 | ## Use cases
7 |
8 | - [Time Series](../gettingstarted/Time-series-use-case.md)
9 | - [Chat](../gettingstarted/Chat-use-case.md)
10 | - [Use OrientDB as a Key/Value DBMS](../gettingstarted/Key-Value-use-case.md)
11 | - [Persistent, Distributed and Transactional Queues](../gettingstarted/Queue-use-case.md)
12 |
--------------------------------------------------------------------------------
/src/legacy/index.txt:
--------------------------------------------------------------------------------
1 | * [](2011.md)
2 | * [](Architecture.md)
3 | * [](Backward-compatibility.md)
4 | * [](Download.md)
5 | * [](Installation.md)
6 | * [](Introduction.md)
7 |
8 |
--------------------------------------------------------------------------------
/src/marcopolo/MarcoPolo-RID.md:
--------------------------------------------------------------------------------
1 |
2 | # MarcoPolo - `RID`
3 |
4 | This struct defines a Record ID for your Elixir application. It renders as an `ORID` instance in OrientDB.
5 |
6 | ## Working with Record ID's
7 |
8 | ```
9 | %MarcoPolo.RIDr{
10 | :cluster_id ,
11 | :position }
12 | ```
13 |
14 | - **``** Defines the cluster the record occurs in.
15 | - **``** Defines the position of the record in the cluster.
16 |
--------------------------------------------------------------------------------
/src/misc/About-This-Manual.md:
--------------------------------------------------------------------------------
1 | # About this Manual
2 |
3 | This Manual documents version 3.2 of the OrientDB Server and the OrientDB suite of products.
4 |
5 |
--------------------------------------------------------------------------------
/src/misc/Documents-Vertices-Edges.md:
--------------------------------------------------------------------------------
1 | # Documents, Vertices and Edges
2 |
3 | ###TODO
--------------------------------------------------------------------------------
/src/misc/Features.md:
--------------------------------------------------------------------------------
1 | #Features
2 |
--------------------------------------------------------------------------------
/src/misc/History.md:
--------------------------------------------------------------------------------
1 | #History
--------------------------------------------------------------------------------
/src/misc/Tools.md:
--------------------------------------------------------------------------------
1 | #Tools
--------------------------------------------------------------------------------
/src/misc/What-Is-OrientDB.md:
--------------------------------------------------------------------------------
1 | #What is OrientDB
--------------------------------------------------------------------------------
/src/orientjs/Reference.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | - [Client API](Client.md)
4 | - [Connecting](Client.md#connecting)
5 | - [Databases Manipulation](Client.md#databases-manipulation)
6 | - [Sessions Access](Client.md#sessions)
7 | - [Session API](Session.md)
8 | - [Query](Session.md#query)
9 | - [Command](Session.md#command)
10 | - [Batch Script](Session.md#batch-script)
11 | - [Transactions](Session.md#transactions)
12 | - [Live Queries](Session.md#live-queries)
13 | - [Query Builder](Session.md#query-builder)
14 |
--------------------------------------------------------------------------------
/src/programs/Administrative-Utility-Programs.md:
--------------------------------------------------------------------------------
1 | # OrientDB Administrative and Utility Programs
2 |
3 |
4 | - [Backup](backup.md)
5 | - [Shutdown](shutdown.md)
6 | - [Stress tester](stresstester.md)
7 |
--------------------------------------------------------------------------------
/src/programs/Client-Programs.md:
--------------------------------------------------------------------------------
1 |
2 | # OrientDB Client Programs
3 |
4 | OrientDB ships with one client utility: the [Console](../console/README.md). The Console is an interactive text-based interface for administering OrientDB Server and databases.
5 |
6 |
7 |
--------------------------------------------------------------------------------
/src/programs/Data-Import-Programs.md:
--------------------------------------------------------------------------------
1 | #OrientDB Data Import Programs
2 |
--------------------------------------------------------------------------------
/src/programs/README.md:
--------------------------------------------------------------------------------
1 | # OrientDB Programs
2 |
3 | When you install OrientDB on your system, there are a number of applications included in the package. You can find them in the `$ORIENTDB_HOME/bin/` directory. These applications include the OrientDB Server, the Console used to connect to the server and various other programs and administrative utilities.
4 |
5 |
6 |
--------------------------------------------------------------------------------
/src/programs/backup.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/programs/backup.md
--------------------------------------------------------------------------------
/src/programs/oetl.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/programs/oetl.md
--------------------------------------------------------------------------------
/src/programs/orientdb-neo4j-importer.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/programs/orientdb-neo4j-importer.md
--------------------------------------------------------------------------------
/src/programs/shutdown.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/programs/shutdown.md
--------------------------------------------------------------------------------
/src/programs/stresstester.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/programs/stresstester.md
--------------------------------------------------------------------------------
/src/release/3.2/API-Changes.md:
--------------------------------------------------------------------------------
1 | ## API Changes
2 |
3 |
4 |
--------------------------------------------------------------------------------
/src/release/3.2/Known-issues.md:
--------------------------------------------------------------------------------
1 | ## Known Issues
2 |
3 |
--------------------------------------------------------------------------------
/src/release/3.2/README.md:
--------------------------------------------------------------------------------
1 |
2 | # Release 3.2
3 |
4 | This Section documents what is new and what has changed in OrientDB 3.2.
5 |
6 | * [What's new in OrientDB 3.2?](What-is-new-in-OrientDB-3.2.md)
7 | * [Available Packages](Available-Packages.md)
8 | * [SQL Changes](SQL-Changes.md)
9 | * [API Changes](API-Changes.md)
10 | * [Known Issues](Known-issues.md)
11 | * [Upgrading to OrientDB 3.2](Upgrading-to-OrientDB-3.2.md)
12 |
--------------------------------------------------------------------------------
/src/release/3.2/SQL-Changes.md:
--------------------------------------------------------------------------------
1 |
2 | ## SQL Changes
3 |
4 | ### Server-level Commands
5 |
6 | In previous versions, you can run scripts (eg. SQL) on a single database connection, and the scripts are executed on the database itself. In OrientDB v 3.2 we extended the usage of scripts to the Server level.
7 |
8 | This adds a lot of new potential for both infrastructure management and querying.
9 |
10 | For now, we implemented some basic Server-level commands, like `CREATE/DROP DATABASE` and `CREATE SYSTEM USER`, but the infrastructure allows for potential future extensions to all the aspects of the server and data management.
11 |
12 |
13 | Server-level commands can be executed via native API, via REST or via CLI
14 |
15 |
--------------------------------------------------------------------------------
/src/release/3.2/include-warning-3.0.md:
--------------------------------------------------------------------------------
1 |
2 | | | |
3 | |----|-----|
4 | ||OrientDB {{book.currentVersion}} and this Manual are still in development. Not suitable for production environments.|
5 |
6 |
7 |
8 |
9 |
--------------------------------------------------------------------------------
/src/release/Release-Notes.md:
--------------------------------------------------------------------------------
1 | # OrientDB Release Notes
2 |
3 | - [OrientDB 3.2 Release Notes](https://github.com/orientechnologies/orientdb/wiki/OrientDB-3.2-Release-Notes)
4 |
--------------------------------------------------------------------------------
/src/release/Upgrading-Distributed-Environment.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | # Upgrading a Distributed Environment
--------------------------------------------------------------------------------
/src/serverlevel/Alter-System-Role.md:
--------------------------------------------------------------------------------
1 |
2 | # Server Commands - `ALTER SYSTEM Role`
3 |
4 | Alters the properties of an existing system user
5 |
6 | **Syntax**
7 |
8 | ```sql
9 | ALTER SYSTEM ROLE [SET POLICY ]* [REMOVE POLICY ON ]
10 | ```
11 |
12 | - **``** A system role name
13 | - **``** The name of a security policy
14 | - **``** A database resource, eg. `database.class.AClassName`
15 |
16 | **Examples**
17 |
18 |
19 | orientdb>
20 | alter system role Foo set policy bar on database.class.Person
21 | set policy bar on database.class.Xx remove policy on database.class.Person
22 |
23 |
24 |
--------------------------------------------------------------------------------
/src/serverlevel/Drop-Database.md:
--------------------------------------------------------------------------------
1 | ---
2 | search:
3 | keywords: ['SQL', 'command', 'alter', 'class', 'ALTER CLASS']
4 | ---
5 |
6 | # Server Commands - `DROP DATABASE`
7 |
8 | Drops a database
9 |
10 | **Syntax**
11 |
12 | ```sql
13 | DROP DATABASE [if exists]
14 | ```
15 |
16 | - **``** the name of an existing db
17 |
18 |
19 | **Examples**
20 |
21 | - drop an existing db:
22 |
23 |
24 | orientdb> DROP DATABASE foo
25 |
26 |
27 |
28 | - drop a db if it exists:
29 |
30 |
31 | orientdb> DROP DATABASE foo if exists
32 |
33 |
--------------------------------------------------------------------------------
/src/serverlevel/Exists-System-User.md:
--------------------------------------------------------------------------------
1 |
2 |
3 | # Server Commands - `EXISTS SYSTEM USER`
4 |
5 | Checks whether a system user exists
6 |
7 | **Syntax**
8 |
9 | ```sql
10 | EXISTS SYSTEM USER
11 | ```
12 |
13 | - **``** the system user name
14 |
15 | **Examples**
16 |
17 |
18 | orientdb> EXISTS SYSTEM USER test
19 |
20 |
--------------------------------------------------------------------------------
/src/sql/README.md:
--------------------------------------------------------------------------------
1 | # SQL Reference
2 |
3 |
4 | * [Introduction](SQL-Introduction.md)
5 | * [SQL Syntax](SQL-Syntax.md)
6 | * [SQL Commands](SQL-Commands.md)
7 | * [Filtering](SQL-Where.md)
8 | * [Functions](SQL-Functions.md)
9 | * [Methods](SQL-Methods.md)
10 | * [Batch](SQL-batch.md)
11 | * [Pagination](Pagination.md)
12 | * [Sequences and auto increment](Sequences-and-auto-increment.md)
13 | * [Pivoting with Query](Pivoting-With-Query.md)
14 | * [Command Cache](Command-Cache.md)
15 |
--------------------------------------------------------------------------------
/src/sql/SQL-Drop-Sequence.md:
--------------------------------------------------------------------------------
1 |
2 | # SQL - `DROP SEQUENCE`
3 |
4 | Removes a sequence. This feature was introduced in version 2.2.
5 |
6 | **Syntax**
7 |
8 | ```sql
9 | DROP SEQUENCE
10 | ```
11 |
12 | - **``** Defines the name of the sequence you want to remove.
13 |
14 |
15 | **Examples**
16 |
17 | - Remove the sequence `idseq`:
18 |
19 |
20 | orientdb> DROP SEQUENCE idseq
21 |
22 |
23 |
24 | >For more information, see
25 | >- [`CREATE SEQUENCE`](SQL-Create-Sequence.md)
26 | >- [`DROP SEQUENCE`](SQL-Drop-Sequence.md)
27 | >- [Sequences and auto increment](Sequences-and-auto-increment.md)
28 | >- [SQL Commands](SQL-Commands.md)
29 |
--------------------------------------------------------------------------------
/src/sql/SQL-Drop-User.md:
--------------------------------------------------------------------------------
1 |
2 | # SQL - `DROP USER`
3 |
4 | Removes a user from the current database. This feature was introduced in version 2.2
5 |
6 | **Syntax**
7 |
8 | ```sql
9 | DROP USER
10 | ```
11 |
12 | - **``** Defines the user you want to remove.
13 |
14 |
15 | >**NOTE**: This is a wrapper on the class `OUser`. For more information, see [Security](../security/Security.md).
16 |
17 |
18 | **Examples**
19 |
20 | - Remove the user `Foo`:
21 |
22 |
23 | orientdb> DROP USER Foo
24 |
25 |
26 | >For more information, see,
27 | >- [`CREATE USER`](SQL-Create-User.md)
28 | >- [SQL commands](SQL-Commands.md)
29 |
30 |
--------------------------------------------------------------------------------
/src/sql/SQL-Drop-View.md:
--------------------------------------------------------------------------------
1 |
2 | # SQL - `DROP VIEW`
3 |
4 | Removes a view from the schema.
5 |
6 | **Syntax**
7 |
8 | ```sql
9 | DROP VIEW
10 | ```
11 |
12 | - **``** Defines the view you want to remove.
13 |
14 |
15 | **Examples**
16 |
17 | - Remove the class `Account`:
18 |
19 |
20 | orientdb> DROP VIEW Account
21 |
22 |
--------------------------------------------------------------------------------
/src/sql/SQL-HA-Sync-Database.md:
--------------------------------------------------------------------------------
1 |
2 | # SQL - `HA SYNC DATABASE`
3 |
4 | (Since v2.2) Asks for a re-synchronization of the current database when running in HA. OrientDB will select the best server where to synchronize the database.
5 |
6 | **Syntax**
7 |
8 | ```
9 | HA SYNC DATABASE
10 | ```
11 |
12 | **Examples**
13 |
14 | - Re-synchronize the database:
15 |
16 |
17 | orientdb> HA SYNC DATABASE
18 |
19 |
20 | >For more information, see
21 | >- [`HA SYNC CLUSTER`](SQL-HA-Sync-Cluster.md)
22 | >- [Distributed Architecture](../distributed/Distributed-Architecture.md)
23 | >- [SQL Commands](SQL-Commands.md)
24 | >- [Console Commands](../console/Console-Commands.md)
25 |
--------------------------------------------------------------------------------
/src/studio/backups-imports-exports/README.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/studio/backups-imports-exports/README.md
--------------------------------------------------------------------------------
/src/studio/server-management/README.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/studio/server-management/README.md
--------------------------------------------------------------------------------
/src/studio/server-management/Studio-Alerts-Management.md:
--------------------------------------------------------------------------------
1 |
2 |
--------------------------------------------------------------------------------
/src/studio/server-management/Studio-Data-Centers.md:
--------------------------------------------------------------------------------
1 | ---
2 | search:
3 | keywords: ['Studio', 'server', 'data center']
4 | ---
5 |
6 |
7 | # Data Centers
8 | This is the section (available only for the Enterprise Edition) to work with OrientDB Server as DBA/DevOps.
9 |
10 | ## Overview
11 |
12 | 
13 |
14 |
--------------------------------------------------------------------------------
/src/studio/server-management/Studio-Security.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/studio/server-management/Studio-Security.md
--------------------------------------------------------------------------------
/src/studio/tmp.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/studio/tmp.md
--------------------------------------------------------------------------------
/src/studio/working-with-data/README.md:
--------------------------------------------------------------------------------
1 | # Working with Data
2 |
3 | _Studio_ provides two main features to interact and work with data:
4 |
5 | 1. The [_Browse_](browse/README.md) panel
6 | 2. The [_Graph Editor_](graph-editor/README.md)
--------------------------------------------------------------------------------
/src/studio/working-with-data/browse/Studio-Browse-Modifying-Data.md:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/src/studio/working-with-data/browse/Studio-Browse-Querying-Data.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/studio/working-with-data/browse/Studio-Browse-Querying-Data.md
--------------------------------------------------------------------------------
/src/studio/working-with-data/browse/Studio-Edit-Document.md:
--------------------------------------------------------------------------------
1 | ---
2 | search:
3 | keywords: ['Studio', 'edit document']
4 | ---
5 |
6 | # Edit Document
7 |
8 | 
9 |
--------------------------------------------------------------------------------
/src/studio/working-with-data/browse/Studio-Edit-Edge.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/studio/working-with-data/browse/Studio-Edit-Edge.md
--------------------------------------------------------------------------------
/src/studio/working-with-data/browse/Studio-Edit-Vertex.md:
--------------------------------------------------------------------------------
1 | ---
2 | search:
3 | keywords: ['Studio', 'edit vertex']
4 | ---
5 |
6 | # Edit Vertex
7 |
8 |
9 | 
10 |
--------------------------------------------------------------------------------
/src/studio/working-with-databases/README.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/studio/working-with-databases/README.md
--------------------------------------------------------------------------------
/src/studio/working-with-functions/README.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/studio/working-with-functions/README.md
--------------------------------------------------------------------------------
/src/studio/working-with-functions/Studio-Functions.md:
--------------------------------------------------------------------------------
1 | ---
2 | search:
3 | keywords: ['Studio', 'functions']
4 | ---
5 |
6 | # _Functions Management_ Panel
7 |
8 | OrientDB allows to extend the SQL language by providing [Functions](../../admin/Functions.md). Functions can be used also to create data-driven micro services. For more information look at [Functions](../../admin/Functions.md).
9 |
10 | 
11 |
12 |
13 |
--------------------------------------------------------------------------------
/src/studio/working-with-schemas/README.md:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 | link to the schema manager
--------------------------------------------------------------------------------
/src/studio/working-with-schemas/Studio-Classes.md:
--------------------------------------------------------------------------------
1 | ---
2 | search:
3 | keywords: ['Studio', 'class']
4 | ---
5 |
6 | # Classes
7 |
8 | ## Creating a Class
9 |
10 | To create a new Class, just click the **New Class** button.
11 | Some information is required to create the new class.
12 |
13 | * Name
14 | * SuperClass
15 | * Alias (Optional)
16 | * Abstract
17 |
18 | Here you can find more information about [Classes](../../general/Schema.md#class)
19 | 
20 |
21 |
22 | ## Editing a Class
23 |
24 | 
25 |
26 |
27 | ## Dropping a Class
28 |
--------------------------------------------------------------------------------
/src/studio/working-with-schemas/Studio-Indexes.md:
--------------------------------------------------------------------------------
1 | ---
2 | search:
3 | keywords: ['Studio', 'index']
4 | ---
5 |
6 | # Indexes
7 |
8 | ## Creating an Index
9 |
10 | 
11 |
12 | ## Rebuilding an Index
13 |
14 | ## Dropping an Index
--------------------------------------------------------------------------------
/src/studio/working-with-schemas/Studio-Properties.md:
--------------------------------------------------------------------------------
1 | ---
2 | search:
3 | keywords: ['Studio', 'property']
4 | ---
5 |
6 | # Properties
7 |
8 | ## Creating a Property
9 |
10 | 
11 |
12 | ## Editing a Property
13 |
14 | ## Dropping a Property
--------------------------------------------------------------------------------
/src/studio/working-with-users-roles/REAME.md:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
--------------------------------------------------------------------------------
/src/studio/working-with-users-roles/Studio-Users-Management.md:
--------------------------------------------------------------------------------
1 |
2 | # Users Management
3 |
4 |
5 | ## Creating Database Users
6 |
7 | To add a new User, click the **Add User** button, complete the information for the new user
8 | (name, password, status, roles) and then save to add the new user to the database.
9 |
10 | 
11 |
12 |
13 | ## Editing Database Users
14 |
15 |
16 | ## Dropping Database Users
17 |
--------------------------------------------------------------------------------
/src/troubleshooting/README.md:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/troubleshooting/README.md
--------------------------------------------------------------------------------
/src/tuning/Performance-Tuning-Object.md:
--------------------------------------------------------------------------------
1 |
2 | # Tuning the Object API
3 |
4 | This guide is specific for the Object Database. Please be sure to read the generic guide to the [Performance-Tuning](Performance-Tuning.md).
5 |
6 | ## Massive Insertion
7 |
8 | See [Generic improvement on massive insertion](Performance-Tuning.md#massive-insertion).
9 |
--------------------------------------------------------------------------------
/src/warning.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/src/warning.png
--------------------------------------------------------------------------------
/theme/favicon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/theme/favicon.png
--------------------------------------------------------------------------------
/theme/fonts/open-sans-v17-all-charsets-300.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/theme/fonts/open-sans-v17-all-charsets-300.woff2
--------------------------------------------------------------------------------
/theme/fonts/open-sans-v17-all-charsets-300italic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/theme/fonts/open-sans-v17-all-charsets-300italic.woff2
--------------------------------------------------------------------------------
/theme/fonts/open-sans-v17-all-charsets-600.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/theme/fonts/open-sans-v17-all-charsets-600.woff2
--------------------------------------------------------------------------------
/theme/fonts/open-sans-v17-all-charsets-600italic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/theme/fonts/open-sans-v17-all-charsets-600italic.woff2
--------------------------------------------------------------------------------
/theme/fonts/open-sans-v17-all-charsets-700.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/theme/fonts/open-sans-v17-all-charsets-700.woff2
--------------------------------------------------------------------------------
/theme/fonts/open-sans-v17-all-charsets-700italic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/theme/fonts/open-sans-v17-all-charsets-700italic.woff2
--------------------------------------------------------------------------------
/theme/fonts/open-sans-v17-all-charsets-800.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/theme/fonts/open-sans-v17-all-charsets-800.woff2
--------------------------------------------------------------------------------
/theme/fonts/open-sans-v17-all-charsets-800italic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/theme/fonts/open-sans-v17-all-charsets-800italic.woff2
--------------------------------------------------------------------------------
/theme/fonts/open-sans-v17-all-charsets-italic.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/theme/fonts/open-sans-v17-all-charsets-italic.woff2
--------------------------------------------------------------------------------
/theme/fonts/open-sans-v17-all-charsets-regular.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/theme/fonts/open-sans-v17-all-charsets-regular.woff2
--------------------------------------------------------------------------------
/theme/fonts/source-code-pro-v11-all-charsets-500.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/orientechnologies/orientdb-docs/317b268f09b3da1a330af72ee1d2d1f1590be9a8/theme/fonts/source-code-pro-v11-all-charsets-500.woff2
--------------------------------------------------------------------------------