Baserow
nocodb
Baserow | nocodb | |
---|---|---|
45 | 139 | |
- | 53,678 | |
- | 2.3% | |
- | 10.0 | |
- | 6 days ago | |
Python,JavaScript | TypeScript | |
MIT | GNU Affero General Public License v3.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Baserow
- Retool Database
-
10 open-source alternatives to run your businesses
4. Baserow - 1.5k ⭐️
-
Just released Baserow 1.15 with timezone support, today() & now() formula functions, personal views and more - open-source Airtable alternative.
GitLab repository: https://gitlab.com/bramw/baserow.
-
Baserow for Developers: January Developer Digest
💬 Follow us at @baserow on Twitter for staying in the known of all company updates and news. ⌨️ Join the Baserow community forum to chat with other developers and the Baserow team. ⭐️ Star Baserow on GitLab to show your appreciation of our work.
-
🎉 Just released Baserow 1.14 with the audit log, Baserow role based permissions & more…!
Check out the full roundup: https://baserow.io/blog/1-14-release-of-baserow. Test out Baserow 1.14: https://baserow.io. GitLab repository: Bram Wiepjes / baserow · GitLab.
-
Open Source Django Projects for Study
Baserow
-
Use cookies and sessions (not JWTs) for authentication
I'd also written an article on token authentication for django: https://www.spapas.net/2021/08/25/django-token-rest-auth/ using the REST Framework's TokenAuthentication.
This is simplest thing for most cases.
The session authentication that is proposed in the article is also great but has two problems:
* It will be hacky to implement for mobile apps (it should be possible but would not be something I'd like to do, I had tried in the past and remember that I needed to jump to a lot of hoops to "pick" that session cookie)
* The cookies can't be shared between different domains (cookies be shared the same domain or between a parent and child domain, i.e api.example.com can set/get cookies from .example.com).
So you can use the SessionAuthnentication if your frontend and backend share their domain and you know that your API won't ever be used for mobiles apps. On all other cases use TokenAuthentication.
I don't have experience with JWT Authentication, however I know it can be done and is used be various apps f.e baserow: https://gitlab.com/bramw/baserow/-/blob/develop/backend/src/...
-
Can you (developers who've worked professionally with Djano) share a Django project Dockerfile and docker-compose files with what you consider best practices?
Feel free to dig into https://gitlab.com/bramw/baserow repository, e.g. https://gitlab.com/bramw/baserow/-/blob/develop/backend/Dockerfile... There are docker compose files too.
-
Check out Baserow 1.13 with role-based access control and SSO + support us on Product Hunt 🚀 - Open Source Airtable alternative
Great idea! I've created an issue for it on the backlog https://gitlab.com/bramw/baserow/-/issues/1399.
-
🔥 We’ve just released 1.13.1 with direct support for enterprise, hiding form view fields via query parameters, and many other things.
Here is the full scoop on all new things: https://gitlab.com/bramw/baserow/-/releases/1.13.1.
nocodb
-
Top 15 Fastest-Growing Open-Source Low-Code Projects on GitHub in 2025
GitHub: https://github.com/nocodb/nocodb
-
Wikipedia and Stack Overflow Search
Hi,
https://mach3db.com is now a frontend to search Wikipedia and Stack Overflow article titles.
Right now I only have simple substring search to reduce load on my server.
The results are clickable links that point to lightweight versions of Wikipedia and Stack Overflow articles.
Please give it a try!
It works best in the Vivaldi browser: https://vivaldi.com/
Stack Overflow results can also be filtered by minimum number of comments.
Please email [email protected] if you are interested in our blazing fast PostgreSQL compatible hosted database solution.
We also offer NocoDB (https://nocodb.com/) and Grist (https://www.getgrist.com/) high speed hosted instances.
Thanks!
-
NocoDB silently moves audit logs to enterprise through a misleading PR
NocoDB, the open source Airtable alternative, has quietly removed audit logging capabilities from their open source version through a pull request deceptively titled "fix(nc-gui): audit log ui changes". This isn't a mere UI fix - it's a fundamental feature removal that pushes essential security functionality behind an enterprise paywall.
https://github.com/nocodb/nocodb/pull/9992
This raises serious questions about NocoDB's commitment to open source principles. For those affected, what alternative open source solutions have you found for audit logging in similar database tools?
-
How to Build Internal Tools 100x Faster
It is possible to speed up the development and delivery process for many internal applications by using no-code or low code tools. These vary in offerings from open source to SaaS, including popular ones like AirTable, BudiBase, Retool, NocoDB and others. These can all greatly help speed up delivery times.
- Show HN: Visual DB – Web front end for your database
-
Information flow - how I capture the notes
Notion, free for one-person team. Currently, probably the most popular application on the whole internet. You can do everything with it. Build a CRM, take notes, and store rows, as you can do with nocodb. Awesome Swiss-army knife, with a web app, and native clients (officially Mac and Windows). Unfortunately, in those days no offline mode, and privacy concerns, and everything was stored on Notion's side. Bessie last thing, why did I leave it?
-
Awesome-no-code-tools
NocoDB - Free & Open Source Airtable alternative - turns any SQL database into smart spreadsheet
-
What are low-code open-source tools? – Guideline
NocoDB
-
The Top 12 Open-Source No-Code Tools with the Most GitHub Stars
GitHub https://github.com/nocodb/nocodb GitHub Star 43.7k The most recent update on GitHub One day ago Official website https://nocodb.com/ Documentation https://docs.nocodb.com/
-
Getting my feet wet with Kubernetes
Inside each namespace, there are K8 services pointing to self hosted tools (at this point, I’ve only got NocoDB setup). Each namespace also has a Postgres database. The database is hostpath storage mounted since I am only using single node clusters and also didn’t have time to look too much into “Stateful Sets” and how to correctly host a database within a K8 cluster.
What are some alternatives?
Directus - The flexible backend for all your projects 🐰 Turn your DB into a headless CMS, admin panels, or apps with a custom UI, instant APIs, auth & more.
nocobase - NocoBase is an extensibility-first, open-source no-code/low-code platform for building business applications and enterprise solutions.
seatable - SeaTable: easy like a spreadsheet, powerful like a database. Unlimited rows in a single base.
budibase - Budibase is an open-source low code platform that helps you build internal tools in minutes 🚀
lowdefy - The config web stack for business apps - build internal tools, client portals, web apps, admin panels, dashboards, web sites, and CRUD apps with YAML or JSON.
supabase - The open source Firebase alternative. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications.