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

One platform to build and deploy the best data apps

Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Learn more