Files
nocodb/packages/noco-docs/docs/150.engineering/010.architecture.md
Raju Udava 6548fbbea0 Nc docs/user management (#9244)
* docs: workspace ownership

* docs: change ws owner

* docs: base collaboration

* docs: update user access mgmt

* fix: project => base
2024-08-15 06:31:22 +05:30

17 lines
685 B
Markdown

---
title: "Architecture overview"
description: "Simple overview of NocoDB architecture"
tags: ['Engineering']
hide_table_of_contents: true
---
By default, if `NC_DB` is not specified, then SQLite will be used to store your metadata. We suggest users to separate the metadata and user data in different databases.
![image](/img/architecture.png)
| Project Type | Metadata stored in | Data stored in |
|----------------------------------------|-----------|--------|
| Create new base | NC_DB | NC_DB |
| Create new base with External Database | NC_DB | External Database |
| Create new base from Excel | NC_DB | NC_DB |