Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC-2118 #94

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
51 changes: 31 additions & 20 deletions modules/cloud4/modules/overview/pages/comparison_table.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,40 +3,51 @@
Most of the documentation for TigerGraph Enterprise Server also applies to TigerGraph Cloud 4.
Here are some differences between the different TigerGraph offerings.

|===
| Category | Topic | TigerGraph Enterprise Server | TigerGraph Cloud Classic | TigerGraph Cloud 4 Beta
== Architecture and Deployment

.7+| Architecture and Deployment
[cols="1,3,3,3", options="header"]
|===
| Topic | TigerGraph Enterprise Server | TigerGraph Cloud Classic | TigerGraph Cloud 4 Beta
| Architecture | Integrated storage and compute | Integrated storage and compute | Separate storage and compute
| Hardware and Software Requirements | Yes | N/A | N/A
| Installation and Configuration | Yes | There are a few simple steps to install a Starter Kit, See the xref:cloud:support:faqs.adoc[] | Users can install solutions at any time
| Installation and Configuration | Yes | Easy steps to install Starter Kit | Users can install solutions anytime
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like the simplified phrases, but I think we should keep the hyperlink.

| Kubernetes Support | Yes, custom setup required | No | Yes, built-in support
| Amazon Web Service (AWS) | Yes, TigerGraph Lite on marketplace or custom deployment | Yes | Yes
| Google Cloud Platform (GCP) | Yes, TigerGraph Lite on marketplace or custom deployment | Yes | No, we are actively working on it
| Microsoft Azure | Yes, TigerGraph Lite on marketplace or custom deployment | Yes | No, we are actively working on it
| Amazon Web Service (AWS) | Yes, TigerGraph Lite or custom deployment | Yes | Yes
| Google Cloud Platform (GCP) | Yes, TigerGraph Lite or custom deployment | Yes | No, actively working on it
| Microsoft Azure | Yes, TigerGraph Lite or custom deployment | Yes | No, actively working on it
|===

== Features and Capabilities

.13+| Features and Capabilities
| Release Notes | Yes | TigerGraph Cloud provides database versions kept up to date with TigerGraph Server 3.x releases | TigerGraph Cloud 4 provides the latest TigerGraph Server 4.x
[cols="1,3,3,3", options="header"]
|===
| Topic | TigerGraph Enterprise Server | TigerGraph Cloud Classic | TigerGraph Cloud 4 Beta
| Release Notes | Yes | Kept up to date with 3.x releases | Latest 4.x releases
| GSQL Graph Algorithm Library | Yes | Yes | Yes
| Transaction Processing and ACID Support | Yes | Yes | Yes
| GSQL 101 | Yes | Basic concepts still apply, most CREATE, INSTALL, LOAD, and RUN commands are replaced with the GraphStudio GUI-based approach | Fully supported using GSQL Editor
| GSQL 102 Pattern Matching | Yes | The same patterns can be used in queries | The same patterns can be used in queries
| GSQL 101 | Yes | Basic concepts, most commands replaced with GraphStudio GUI | Fully supported using GSQL Editor
| GSQL 102 Pattern Matching | Yes | Same patterns in queries | Same patterns in queries
| MultiGraph Overview | Yes | Yes | Yes
| GraphStudio™ | Yes | Yes | Yes, add-on
| GSQL Demo Examples | Yes | Yes | Yes
| GSQL Language Reference, Part 1 Data Definition and Loading | Yes | Yes. GSQL Web Shell (Paid Tiers) supports Data Definition and Loading. Data files can be imported into the filesystem through GraphStudio™, or submit support request to import into the filesystem. In addition, the operations can be performed through GraphStudio™ | Yes, Load Data UI
| GSQL Language Reference, Part 2 Querying | Yes | Yes | Yes, GSQL Editor
| RESTPP API User Guide | Yes | Yes. Note the URL assigned to your cluster. | Yes, Connect From APIs option on all workspaces
| Data Loader User Guides | Yes | S3 Loader can be used through the GraphStudio™ interface. In addition, S3 Loader and Kafka Loader can be used in GSQL Web Shell (Paid Tiers). | Yes. Step-by-step guide to load local/S3/GCS/ABS files. Provide a GSQL template for all other connectors
| GSQL Language Reference, Part 1 (Data Definition & Loading) | Yes | GSQL Web Shell (Paid Tiers) supports Data Definition and Loading | Yes, Load Data UI
| GSQL Language Reference, Part 2 (Querying) | Yes | Yes | Yes, GSQL Editor
| RESTPP API User Guide | Yes | Cluster-specific URL | Connect From APIs on all workspaces
| Data Loader User Guides | Yes | S3 Loader & Kafka Loader via Web Shell | Yes, guides for local/S3/GCS/ABS files
| Schema Designer | Yes, GraphStudio™ | Yes, GraphStudio™ | Yes, Cloud Portal & GraphStudio™
|===

.5+| Security and Management
== Security and Management

[cols="1,3,3,3", options="header"]
|===
| Topic | TigerGraph Enterprise Server | TigerGraph Cloud Classic | TigerGraph Cloud 4 Beta
| User Access Management | Yes | Yes | Yes
| Data Encryption | Yes | TigerGraph Cloud is set up already for encrypted data at rest and at motion | TigerGraph Cloud is set up already for encrypted data at rest and at motion
| System Management | Yes | The Cloud Portal is enhanced over the TigerGraph Server Admin Portal. Backup and Restore is done through the Cloud Portal | The Cloud Portal is enhanced over the TigerGraph Server Admin Portal. Backup and Restore is done through the Cloud Portal
| Data Encryption | Yes | Set up for encrypted data at rest and in motion | Set up for encrypted data at rest and in motion
| System Management | Yes | Enhanced Cloud Portal for backup and restore | Enhanced Cloud Portal for backup and restore
| HA and DR | Yes | Yes | Yes
| Monitoring | Yes, requires custom setup using Informant APIs | TigerGraph Server Admin Portal | Built-in Grafana dashboard & TigerGraph Server Admin Portal
| Alerting | Yes, requires custom setup | No | Yes
| Monitoring | Custom setup with Informant APIs | TigerGraph Server Admin Portal | Built-in Grafana dashboard & Admin Portal
| Alerting | Custom setup required | No | Yes
|===

== Next Steps
Expand Down
Loading