- Notifications
You must be signed in to change notification settings - Fork2
🔥 🔥 🔥 Open Source Airtable Alternative
License
Deep-Consulting-Solutions/nocodb
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Turns any MySQL, PostgreSQL, SQL Server, SQLite & MariaDB into a smart spreadsheet.
You can run the below command if you need an interactive configuration.
npx create-nocodb-app
We provide a simple NodeJS Application for getting started.
git clone https://github.com/nocodb/nocodb-seedcd nocodb-seednpm installnpm start
# for SQLitedocker run -d --name nocodb \-v"$(pwd)"/nocodb:/usr/app/data/ \-p 8080:8080 \nocodb/nocodb:latest# for MySQLdocker run -d --name nocodb-mysql \-v"$(pwd)"/nocodb:/usr/app/data/ \-p 8080:8080 \-e NC_DB="mysql2://host.docker.internal:3306?u=root&p=password&d=d1" \-e NC_AUTH_JWT_SECRET="569a1821-0a93-45e8-87ab-eb857f20a010" \nocodb/nocodb:latest# for PostgreSQLdocker run -d --name nocodb-postgres \-v"$(pwd)"/nocodb:/usr/app/data/ \-p 8080:8080 \-e NC_DB="pg://host.docker.internal:5432?u=root&p=password&d=d1" \-e NC_AUTH_JWT_SECRET="569a1821-0a93-45e8-87ab-eb857f20a010" \nocodb/nocodb:latest# for MSSQLdocker run -d --name nocodb-mssql \-v"$(pwd)"/nocodb:/usr/app/data/ \-p 8080:8080 \-e NC_DB="mssql://host.docker.internal:1433?u=root&p=password&d=d1" \-e NC_AUTH_JWT_SECRET="569a1821-0a93-45e8-87ab-eb857f20a010" \nocodb/nocodb:latest
To persist data in docker you can mount volume at
/usr/app/data/
since 0.10.6. Otherwise your data will be lost after recreating the container.
If you plan to input some special characters, you may need to change the character set and collation yourself when creating the database. Please check out the examples forMySQL Docker.
curl http://get.nocodb.com/macos-x64 -o nocodb -L&& chmod +x nocodb&& ./nocodb
curl http://get.nocodb.com/macos-arm64 -o nocodb -L&& chmod +x nocodb&& ./nocodb
curl http://get.nocodb.com/linux-x64 -o nocodb -L&& chmod +x nocodb&& ./nocodb
curl http://get.nocodb.com/linux-arm64 -o nocodb -L&& chmod +x nocodb&& ./nocodb
iwr http://get.nocodb.com/win-x64.exe.\Noco-win-x64.exe
iwr http://get.nocodb.com/win-arm64.exe.\Noco-win-arm64.exe
We provide different docker-compose.yml files underthis directory. Here are some examples.
git clone https://github.com/nocodb/nocodb# for MySQLcd nocodb/docker-compose/mysql# for PostgreSQLcd nocodb/docker-compose/pg# for MSSQLcd nocodb/docker-compose/mssqldocker-compose up -d
To persist data in docker, you can mount volume at
/usr/app/data/
since 0.10.6. Otherwise your data will be lost after recreating the container.
If you plan to input some special characters, you may need to change the character set and collation yourself when creating the database. Please check out the examples forMySQL Docker Compose.
Access Dashboard using:http://localhost:8080/dashboard
- Quick try
- GUI
- Join Our Community
- Screenshots
- Table of Contents
- Features
- Production Setup
- Development Setup
- Contributing
- Why are we building this?
- Our Mission
- License
- Contributors
- ⚡ Basic Operations: Create, Read, Update and Delete Tables, Columns, and Rows
- ⚡ Fields Operations: Sort, Filter, Hide / Unhide Columns
- ⚡ Multiple Views Types: Grid (By default), Gallery, Form View and Kanban View
- ⚡ View Permissions Types: Collaborative Views, & Locked Views
- ⚡ Share Bases / Views: either Public or Private (with Password Protected)
- ⚡ Variant Cell Types: ID, LinkToAnotherRecord, Lookup, Rollup, SingleLineText, Attachment, Currency, Formula, etc
- ⚡ Access Control with Roles: Fine-grained Access Control at different levels
- ⚡ and more ...
We provide different integrations in three main categories. SeeApp Store for details.
- ⚡ Chat: Slack, Discord, Mattermost, and etc
- ⚡ Email: AWS SES, SMTP, MailerSend, and etc
- ⚡ Storage: AWS S3, Google Cloud Storage, Minio, and etc
We provide the following ways to let users programmatically invoke actions. You can use a token (either JWT or Social Auth) to sign your requests for authorization to NocoDB.
- ⚡ REST APIs
- ⚡ NocoDB SDK
We allow you to sync schema changes if you have made changes outside NocoDB GUI. However, it has to be noted then you will have to bring your own schema migrations for moving from one environment to another. SeeSync Schema for details.
We are keeping all the user operation logs in one place. SeeAudit for details.
By default, SQLite is used for storing metadata. However, you can specify your database. The connection parameters for this database can be specified inNC_DB
environment variable. Moreover, we also provide the below environment variables for configuration.
Please refer to theEnvironment variables
Please refer toDevelopment Setup
Please refer toContribution Guide.
Most internet businesses equip themselves with either spreadsheet or a database to solve their business needs. Spreadsheets are used by Billion+ humans collaboratively every single day. However, we are way off working at similar speeds on databases which are way more powerful tools when it comes to computing. Attempts to solve this with SaaS offerings have meant horrible access controls, vendor lock-in, data lock-in, abrupt price changes & most importantly a glass ceiling on what's possible in the future.
Our mission is to provide the most powerful no-code interface for databases that is open source to every single internet business in the world. This would not only democratise access to a powerful computing tool but also bring forth a billion+ people who will have radical tinkering-and-building abilities on the internet.
This project is licensed underAGPLv3.
Thank you for your contributions! We appreciate all the contributions from the community.
Set IGNORE_S3_ACCESS_KEY === 'true' to take AWS container AWS crededntials from the environment
About
🔥 🔥 🔥 Open Source Airtable Alternative
Resources
License
Code of conduct
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Languages
- TypeScript74.4%
- JavaScript12.7%
- Vue10.0%
- PLpgSQL1.8%
- CSS0.5%
- TSQL0.3%
- Other0.3%