Skip to content

Commit

Permalink
Add release notes for sep release
Browse files Browse the repository at this point in the history
  • Loading branch information
samzhou2 committed Oct 8, 2024
1 parent f0e3a3f commit ed8a2b9
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 14 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= How to Sign Up
:experimental:

In order to use TigerGraph Cloud v4.0 users must first btn:[Sign Up].
In order to use TigerGraph Cloud 4 users must first btn:[Sign Up].
This guide will walk you through the necessary steps.

== Sign Up
Expand Down
8 changes: 4 additions & 4 deletions modules/cloudbeta/modules/get-started/pages/index.adoc
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
= Get Started with TigerGraph 4.0 Cloud
= Get Started with TigerGraph Cloud 4
:experimental:

To get started with TigerGraph 4.0 Cloud users must first Sign Up and Log In.
To get started with TigerGraph Cloud 4 users must first Sign Up and Log In.
These guides will walk you through the necessary steps.

== xref:how2-signup.adoc[]

Learn how to create a TigerGraph 4.0 Cloud account and get access to the platform.
Learn how to create a TigerGraph Cloud 4 Cloud account and get access to the platform.

== xref:how2-login.adoc[]

Learn how to log in to your TigerGraph 4.0 Cloud account.
Learn how to log in to your TigerGraph Cloud 4 Cloud account.

== Next Steps

Expand Down
39 changes: 35 additions & 4 deletions modules/cloudbeta/modules/release-notes/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,44 @@
:toc:
:toclevels:2

== 2024-09-29
=== 4.1.0
== Sep 2024
=== 2024-09-29
==== General

* Release xref:tigergraph-server:4.1:release-notes.adoc[TigerGraph DB 4.1.0] on TigerGraph Cloud 4.

==== Workspace Enhancements

== TigerGraph Cloud 4.0.0 (Beta) was released on Monday, April 29th, 2024.
=== 4.0.0
* Read-only and Read-write Workspaces: Introducing the flexibility of read-only and read-write workspaces, allowing for better collaboration and control over workspace access permissions.
** Syncing Read-only Data with Read-write: Enable synchronization of read-only data with read-write workspaces, ensuring consistency across different workspace types.
** Built-in Read-only Algorithms: Run built-in read-only algorithms on read-only workspaces, empowering users to leverage algorithmic capabilities for analysis and insights.
* Capacity Planning: Benefit from capacity planning features that help you estimate and plan your workspace size and cost more efficiently.
// * Scheduled Workspace Expansion and Shrink: Schedule workspace expansion and shrink operations to align with your usage patterns and optimize resource allocation.
* Support HA with Cross-Zone Resiliency: Ensure business continuity and minimize downtime with the introduction of cross-zone high availability support, allowing you to deploy and manage resilient graph database clusters across multiple availability zones for enhanced fault tolerance and disaster recovery capabilities.
* Output to AWS S3: Benefit from integration with AWS S3 for data output, enabling you to store and retrieve data from Amazon S3 buckets directly from your TigerGraph Cloud environment.

==== GSQL Editor Enhancements

* Improved User Interface: The GSQL Editor has undergone a significant facelift, providing a more intuitive and user-friendly interface for writing and executing GSQL queries.
* Syntax Highlighting: Enjoy enhanced code readability with syntax highlighting for GSQL queries, making it easier to identify keywords, variables, and functions.
* Auto-Completion: Boost your productivity with auto-completion suggestions that help you write GSQL queries faster and with fewer errors.

==== Data Loading and Solution Kits

* Enhanced Data Loading Capabilities: Experience faster and more efficient data loading processes with optimized performance and reliability.
* Solution Kits: Explore an expanded collection of solution kits tailored to specific use cases, providing pre-built templates and workflows for accelerated graph database development.
* Customizable UDF: Customize user-defined functions (UDFs) to extend the functionality of your graph database workspaces, enabling you to implement custom logic and algorithms for advanced analytics and insights.

==== Observability Improvements

* Enhanced Monitoring Tools: Gain deeper insights into your TigerGraph Cloud environment with improved monitoring tools, allowing you to track performance metrics and diagnose issues effectively.
* Alerting System: Stay informed about critical events and performance anomalies through the new alerting system, enabling proactive management of your graph database workspaces.

==== Other Enhancements
* Network Configuration: Set up IP allow lists to protect your workspaces, allowing you to control access and enhance the security of your graph database workspaces.
* API Key Support: Enable APIs to operate on TigerGraph Cloud workspaces by providing support for API keys, enhancing the flexibility and security of interacting with your graph database through APIs.

== TigerGraph Cloud 4 (Beta) was released on Monday, April 29th, 2024.

//* xref:cloud4:get-started:index.adoc[Get Started] using TigerGraph Cloud with the 4.0.
* xref:cloud4:overview:overview.adoc#_separation_of_storage_and_compute[Separation of Storage and Compute] - Introduction of a unique architecture that separates storage and compute, allowing users to scale resources independently.
Expand Down
15 changes: 15 additions & 0 deletions modules/cloudbeta/modules/resources/pages/glossary.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ One virtual machine or virtual server.

An internal TigerGraph characteristic of a TigerGraph cluster that determines how the data in the database will be distributed

== read-only workspace

A workspace where only read operations are allowed. It is optimized for read-intensive operations.

== read-write workspace

A workspace that allows read and write operations on the graph data.

== replication factor

Expand Down Expand Up @@ -75,6 +82,14 @@ A network between two VPCs allowing instances to communicate as if they are on t

A browser-accessible command line for running GSQL commands on a TigerGraph Cloud cluster.

== workgroup

A workgroup represents a project or a logical group within TigerGraph Cloud. It serves as a container that holds multiple workspaces and databases related to a specific use case, team, or application.

== workspace

A workspace is a compute unit within a TigerGraph database.

//== data topology size

//data topology size check
Expand Down
4 changes: 0 additions & 4 deletions modules/cloudbeta/modules/resources/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ Here you can refer terms used in TigerGraph Cloud and the 4.0 (beta).

Here you can learn how to get support.

//== xref:resources:faqs.adoc[Cloud 4.0 FAQs]

//Here you can find Cloud 4.0 FAQs.

== Policy Documents

If you are a participating TigerGraph Cloud 4 user, please review our policy documents:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
= 4.0 Beta Phase Quota Restriction Policy
= TigerGraph Cloud 4 Beta Phase Quota Restriction Policy

== Objective
To establish a fair-use policy that ensures equitable access to resources during the beta phase of TigerGraph Cloud 4, while preventing abuse and over-utilization of shared infrastructure.
Expand Down

0 comments on commit ed8a2b9

Please sign in to comment.