Public
Edited
Jan 18
Importers
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
projectId = undefined
Insert cell
endpoint = "https://cloud.appwrite.io/v1"
Insert cell
client = {
const c = new Client();
c.setEndpoint(endpoint).setProject(projectId);

return c;
}
Insert cell
Insert cell
Insert cell
consoleUrl = `https://cloud.appwrite.io/console${projectId ? `/project-${projectId}` : ``}/`
Insert cell
Insert cell
Insert cell
account = new Account(client)
Insert cell
avatars = new Avatars(client)
Insert cell
databases = new Databases(client)
Insert cell
functions = new Functions(client)
Insert cell
locale = new Locale(client)
Insert cell
storage = new Storage(client)
Insert cell
teams = new Teams(client)
Insert cell
Insert cell
Insert cell
Insert cell
Account = appwrite.Account
Insert cell
AppwriteException = appwrite.AppwriteException
Insert cell
Avatars = appwrite.Avatars
Insert cell
Client = appwrite.Client
Insert cell
Databases = appwrite.Databases
Insert cell
Functions = appwrite.Functions
Insert cell
Graphql = appwrite.Graphql
Insert cell
ID = appwrite.ID
Insert cell
Locale = appwrite.Locale
Insert cell
Permission = appwrite.Permission
Insert cell
Query = appwrite.Query
Insert cell
Role = appwrite.Role
Insert cell
Storage = appwrite.Storage
Insert cell
Teams = appwrite.Teams
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more