Baserow
superset
Baserow | superset | |
---|---|---|
45 | 149 | |
- | 65,806 | |
- | 1.8% | |
- | 9.9 | |
- | 6 days ago | |
Python,JavaScript | TypeScript | |
MIT | Apache License 2.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.
superset
-
RisingWave Turns Four: Our Journey Beyond Democratizing Stream Processing
By making RisingWave compatible with PostgreSQL, we ensured that any developer familiar with SQL could immediately start writing streaming queries. This wasn't just about syntax; it meant RisingWave could plug seamlessly into existing data workflows and connect easily with a vast ecosystem of familiar tools like DBeaver, Grafana, Apache Superset, dbt, and countless others.
- Apache ECharts
- The DOJ Still Wants Google to Sell Off Chrome
-
Installing Apache Superset - Windows 11
First, cloned the Apache superset repository.
- Using IRIS and Presto for high-performance and scalable SQL queries
-
Major Technologies Worth Learning in 2025 for Data Professionals
Open source tools like Apache Superset, Airbyte, and DuckDB are providing cost-effective and customizable solutions for data professionals. Becoming adept at these tools not only reduces dependency on proprietary software but also fosters community engagement.
-
ClickHouse: The Key to Faster Insights
ClickHouse is highly compatible with a wide range of data tools, including ETL/ELT processes and BI tools like Apache Superset. It supports virtually all common data formats, making integration seamless across diverse ecosystems.
-
From ETL and ELT to Reverse ETL
With the transition from ETL to ELT, data warehouses have ascended to the role of data custodians, centralizing customer data collected from fragmented systems. This pivotal shift has been enabled by a suite of powerful tools: Fivetran and Airbyte streamline the extraction and loading, DBT handles the transformation, and robust warehousing solutions like Snowflake and Redshift store the data. While traditionally these technologies catered to analytical and business intelligence applications (think Looker and Superset), there's an increasing recognition of their potential for more dynamic operational analytics, delivering real-time data for actionable insights.
-
[Apache Superset] Topic #1, What is Apache Superset used for and how to install it on Windows 11
git clone --branch 4.0.2 --depth 1 https://github.com/apache/superset.git cd superset sudo docker compose up
-
How I've implemented the Medallion architecture using Apache Spark and Apache Hdoop
Also, instead of the custom Dashboard app, a proper BI tool like Power BI, Tableau, Apache Superset, ..., etc. will be more powerful and flexible.
What are some alternatives?
nocodb - 🔥 🔥 🔥 Open Source Airtable Alternative
streamlit - Streamlit — A faster way to build and share data apps.
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.
lightdash - Self-serve BI to 10x your data team ⚡️
seatable - SeaTable: easy like a spreadsheet, powerful like a database. Unlimited rows in a single base.
jupyter-dash - OBSOLETE - Dash v2.11+ has Jupyter support built in!