Skip to content

Commit 98a880c

Browse files
author
Alex Walker
committed
Add Studio notice wherever Workbase is mentioned
1 parent d806ed2 commit 98a880c

File tree

7 files changed

+35
-0
lines changed

7 files changed

+35
-0
lines changed

00-general/04-quickstart.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,11 @@ The result contains the following answers:
125125

126126
#### Visualise all friendships using [Workbase](../07-workbase/00-overview.md)
127127

128+
<div class = "note">
129+
[Warning]
130+
TypeDB Workbase is currently in the process of being replaced with a more performant application: TypeDB Studio, which will be released very soon (September 2021)!
131+
</div>
132+
128133
![Visualise all married people](../images/quickstart/workbase_sample_query.png)
129134

130135
#### Retrieve all employments using [Client Java](../03-client-api/01-java.md)

07-workbase/00-overview.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ Summary: An overview of TypeDB Workbase.
66
toc: false
77
---
88

9+
<div class = "note">
10+
[Warning]
11+
TypeDB Workbase is currently in the process of being replaced with a more performant application: TypeDB Studio, which will be released very soon (September 2021)!
12+
</div>
13+
914
## What is Workbase?
1015
The TypeDB Workbase, along with the [TypeDB Console](../02-console/01-console.md) and the [TypeDB Clients](../03-client-api/00-overview.md), is an interface through which we can read from a TypeDB knowledge graph.
1116
Workbase allows us to execute TypeQL [`match`](../11-query/01-match-clause.md) queries, and visualise and investigate their results.

07-workbase/01-connection.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ Summary: Working with the preferences panel in TypeDB Workbase.
66
toc: false
77
---
88

9+
<div class = "note">
10+
[Warning]
11+
TypeDB Workbase is currently in the process of being replaced with a more performant application: TypeDB Studio, which will be released very soon (September 2021)!
12+
</div>
13+
914
## Connect to TypeDB
1015
Workbase connects to a running [TypeDB Server](/docs/running-typedb/install-and-run#start-the-typedb-server) and interacts with [databases](../06-management/01-database.md). In this short section, we learn how to configure this connection and select a database to interact with.
1116

07-workbase/02-visualisation.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ Summary: Using Workbase to visualise a TypeDB Knowledge Graph.
66
toc: false
77
---
88

9+
<div class = "note">
10+
[Warning]
11+
TypeDB Workbase is currently in the process of being replaced with a more performant application: TypeDB Studio, which will be released very soon (September 2021)!
12+
</div>
13+
914
## Visualise
1015
Workbase allows visualisation of answers returned by [TypeQL queries](../11-query/00-overview.md). These include _custom_ and _pre-defined type-based_ queries.
1116

07-workbase/03-investigation.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ Summary: Using Workbase to investigate nodes in a TypeDB Knowledge Graph.
66
toc: false
77
---
88

9+
<div class = "note">
10+
[Warning]
11+
TypeDB Workbase is currently in the process of being replaced with a more performant application: TypeDB Studio, which will be released very soon (September 2021)!
12+
</div>
13+
914
## Investigate
1015
Once we have executed a [TypeQL query](../11-query/00-overview.md) and visualised its result, we can then investigate each node further to obtain more insights.
1116

07-workbase/04-schema-designer.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ Summary: Using Workbase to design a schema.
66
toc: false
77
---
88

9+
<div class = "note">
10+
[Warning]
11+
TypeDB Workbase is currently in the process of being replaced with a more performant application: TypeDB Studio, which will be released very soon (September 2021)!
12+
</div>
13+
914
<div class = "note">
1015
[Warning]
1116
The schema designer is not yet stable in version 2.0 and has been disabled. To view your schema in the visualiser, please run the following query:

08-examples/05-phone-calls-queries.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ For the rest of this post, we go through each of these questions to:
2626

2727
Make sure you have [TypeDB Workbase](../07-workbase/00-overview.md) installed, [connected](../07-workbase/01-connection.md#configure-connection) to the running [TypeDB Server](../01-running-typedb/01-install-and-run.md#start-the-typedb-server) and `phone_calls` is the [selected database](../07-workbase/01-connection.md#select-a-database).
2828

29+
<div class = "note">
30+
[Warning]
31+
TypeDB Workbase is currently in the process of being replaced with a more performant application: TypeDB Studio, which will be released very soon (September 2021)!
32+
</div>
33+
2934
Let’s begin.
3035

3136
### Since September 14th, which customers called person X?

0 commit comments

Comments
 (0)