Video wird geladen...

Video konnte nicht geladen werden

Zur Startseite

Hyped for the upcoming update to @bazzaui data table filters. Server-side filtering. BYO table library (optional). i18n support. Performance improvements. Built with shadcn and install w/ one command. Try it early (`canary` channel) by joining our Discord server ⤵️

15,797 Aufrufe • vor 1 Jahr •via X (Twitter)

10 Kommentare

Profilbild von kian bazza
kian bazzavor 1 Jahr

Discord:

Profilbild von The Crypto Digest
The Crypto Digestvor 1 Jahr

🚀Get the top YouTube crypto influencers summarized and delivered straight to your inbox. No more searching—just the best insights, powered by AI. 📊 🔓 Subscribe now for exclusive weekly updates and elevate your crypto game! 🚀 👉

Profilbild von Jerrie Pelser
Jerrie Pelservor 1 Jahr

Do you use your own internal format for the filter (i.e. the JSON on the left-hand side)? It would be great if you could use an existing standard like JsonLogic or, if not, consider allowing users to convert your internal format to another format - something like the formatQuery method of React QueryBuilder (see

Profilbild von kian bazza
kian bazzavor 1 Jahr

@bazzaui @shadcn Yes, the format is the JSON on the left-hand side. I’ll have to look into JsonLogic - thanks for the callout!

Profilbild von Murilo Pereira
Murilo Pereiravor 1 Jahr

@bazzaui @shadcn exciting. will try it out tomorrow!

Profilbild von kian bazza
kian bazzavor 1 Jahr

@bazzaui @shadcn Awesome! Let me know if you have any feedback :)

Profilbild von Bianc8.eth
Bianc8.ethvor 1 Jahr

@bazzaui @shadcn Beautiful

Profilbild von Keon Kim
Keon Kimvor 1 Jahr

@bazzaui @shadcn hyped

Profilbild von Onyedikachi Ozoani
Onyedikachi Ozoanivor 1 Jahr

@bazzaui @shadcn What scares me is resolving its conflicts with the tiny changes I've made locally.

Profilbild von kian bazza
kian bazzavor 1 Jahr

@bazzaui @shadcn If your changes are minor, it should be easy enough to move to the new version, then add back your changes:)

Ähnliche Videos

Claude Code is now scary good at full-stack! I asked it to build a real-time weather intelligence dashboard with an interactive 3D globe and a forecasting layer that predicts weather 3 days ahead. It came back with a spinning globe that has a day/night cycle using NASA satellite imagery, city lights on the dark side, weather icons that switch between sun and moon based on local time, and a time travel slider that scrubs through 10 days of data. Claude Code built the whole thing in a single session, including the backend, database, data pipeline, and frontend. For the database, I needed something fast for time-series workloads since the app ingests hourly weather readings across many cities and serves time-range queries on every slider interaction. I used Tiger Cloud by Tiger Data - Creators of TimescaleDB, which gives you managed TimescaleDB on the Postgres you already know. Claude Code connected to it through the Tiger CLI MCP server and set up the entire backend directly: - Provisioned the database service - Created hypertables for time-partitioned weather storage - Set up continuous aggregates for pre-computed rollups - Built the data ingestion pipeline and the full NextJS + ThreeJS frontend The time travel slider queries thousands of rows on every position change. On a regular Postgres table, this would require manual partitioning and index tuning to stay fast as data grows. TimescaleDB partitions the data by timestamp automatically, so each query only hits the relevant time chunk. Continuous aggregates serve the trend charts and forecast layer from pre-computed rollups instead of rescanning raw data on every request. The video below shows the final build in action, and I worked with the Tiger Data team to put this together. Tiger CLI is open-source (Apache 2.0) and works with Claude Code, Cursor, Codex, Gemini CLI, and VS Code. To try this yourself: → Sign up for Tiger Cloud (I have shared the link in the replies). It gives you $1,000 free credits (no card needed) → Install Tiger CLI: curl -fsSL https(:)//cli(.)tigerdata(.)com | sh → Run tiger mcp install claude-code → Give Claude Code a prompt and let it build Find the sign-up link in the replies.

Avi Chawla

14,838 Aufrufe • vor 2 Monaten

GeoLibre v1.2.0 is here! GeoLibre is a free and open-source, lightweight, cloud-native GIS platform for visualizing, exploring, and analyzing geospatial data. One application that runs everywhere: in your web browser, as a native desktop app, on your phone, and inside a Jupyter notebook. No account, no server, no cost. Everything runs locally and your data stays private. This release packs in 35+ pull requests of new capabilities. A few highlights: - Run SQL right in the browser. The SQL Workspace pairs DuckDB Spatial with a new in-browser PostGIS engine (PGlite), so you can query layers, local files, and remote URLs without a server. - A smarter attribute table. Add fields, run a field calculator, and explore your data with a built-in Charts panel (histogram, scatter, bar, line, and box plots). - More ways to add data. OpenStreetMap PBF extracts, Cloud-Optimized NetCDF/HDF via kerchunk, georeferenced video overlays, authenticated 3D Tiles, and a Layer builder for custom overlays. - Better visualization. Heatmap rendering, point clustering, and H3 hexagonal grids for spatial binning. - New analysis and routing. A Directions plugin, plus Spatial Join, Select by Value, and Select by Location vector tools. - Print and share. A print layout composer that exports your map to PNG or PDF. - Work faster. A command palette (Ctrl/Cmd + K), global keyboard shortcuts, and undo/redo for layer and style operations. - Built for everyone. New internationalization framework, an accessibility pass with automated axe checks, an installable offline-capable PWA web build, React error boundaries, and Playwright end-to-end tests. Try the live demo: Star it on GitHub: Docs and roadmap: Release notes: #GIS #OpenSource #Geospatial #MapLibre #WebGIS #DuckDB #GeoLibre

Qiusheng Wu

39,959 Aufrufe • vor 2 Monaten