typedb / typedb-studio

TypeDB Studio (IDE)
https://typedb.com
Mozilla Public License 2.0
191 stars 44 forks source link

Connect to TypeDB - Core features #413

Closed alexjpwalker closed 3 years ago

alexjpwalker commented 3 years ago

In order to query a database, the user must specify the server address to connect to, and, if it is a Cluster instance, they must enter their login credentials.

I believe TypeDB Cluster also requires some SSL configuration; due to its complexity, we can leave the full implementation of Cluster connection until later and just connect to TypeDB (Core) for now. However, I do think we should at least design the "Connect to TypeDB" page fully, even if the login button is disabled for now. This is to ensure that we have a suitable design for the Core section as well. I'm thinking TypeDB and TypeDB Cluster tabs are the right way to go here.

alexjpwalker commented 3 years ago

All subtasks are complete