Skip to content

Commit

Permalink
Merge pull request #4 from youtrackdb/yt-support
Browse files Browse the repository at this point in the history
Encryption at rest was added
  • Loading branch information
andrii0lomakin authored Jan 13, 2025
2 parents 814d979 + 76b4039 commit eb0008c
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@
# Page settings
layout: homepage
keywords:
- 'youtrack database'
- 'graph database'
- 'graphdb'
- 'graphdatabase'
- 'object database'
- 'object-oriented database'
- 'document database'
- 'embedded database'
- 'orientdb'
- 'encryption at rest'
- 'GQL'
# Hero section
title: YouTrackDB
description: One-stop object-oriented graph database for your application development.
description: One-stop object-oriented graph database for your application development supported by YouTrack project.
buttons:
- icon: github
content: Get started
Expand All @@ -32,22 +33,22 @@ grid_navigation:
url: 'https://github.com/youtrackdb/youtrackdb'
external_url: true
- title: SQL-like query language
excerpt: YouTrackDB uses a dialect of SQL query language enriched by graph and object-oriented functions and commands. Thanks to the SQL layer, it's easy for people skilled in the relational world to use.
excerpt: YouTrackDB uses a dialect of SQL query language enriched by graph and object-oriented functions and commands. Thanks to the SQL layer, it's easy to use for people skilled in the relational world.
cta: Let's try it
url: 'https://github.com/youtrackdb/youtrackdb'
external_url: true
- title: 'Prototype to EE: Zero Effort'
excerpt: YouTrackDB works in schema-less, schema-mixed, and schema-full modes. Universal API allows you to port your database to a server environment without changing your application code.
excerpt: YouTrackDB works in schema-less, schema-mixed, and schema-full modes. Universal API allows you to port your database from an embedded to a server environment without changing your application code.
cta: Let's try it
url: 'https://github.com/youtrackdb/youtrackdb'
external_url: true
- title: Strong security
excerpt: YouTrackDB has a strong security profiling system based on user, role, and predicate security and supports SQL as one of the query languages.
excerpt: YouTrackDB has a strong security profiling system based on user, role, and predicate security and supports SQL as one of the languages for predicates.
cta: Let's try it
url: 'https://github.com/youtrackdb/youtrackdb'
external_url: true
- title: OrientDB fork
excerpt: YouTrackDB is a binary-compatible fork of OrientDB. Databases created with OrientDB can be used without any data alterations in YouTrackDB.
- title: Encryption at rest
excerpt: YouTrackDB optionally encrypts all data stored on disk using modern AES encryption.
url: 'https://github.com/youtrackdb/youtrackdb'
cta: Let's try it
external_url: true
Expand Down

0 comments on commit eb0008c

Please sign in to comment.