#9
B+
Rank #79
NocoDB
An Airtable-style spreadsheet-database UI that wraps an existing SQL database with auto-generated REST/GraphQL APIs. Standout trait is that it turns any Postgres/MySQL/SQLite schema into a no-code UI without owning the data model itself.
73.0
/ 100
β Full Stack
Node.js/NestJS backend with a Vue3 frontend, Knex-based abstraction layer over the underlying SQL database, and a separate metadata store for views/permissions.
π Scaling Analysis
The API layer is largely stateless and horizontally scalable, but heavy metadata caching and websocket-based live views mean multi-replica deployments need sticky sessions or a shared cache; the underlying SQL DB remains the real scaling ceiling.
π Running on Nexlayer
Deploy nocodb pod pointed at an external postgres pod (postgres.pod:5432) via NC_DB env var; the metadata and the wrapped app data can share the same Postgres instance. Official image is Docker Hub namespaced (nocodb/nocodb) so route it through mirror.gcr.io.