Skip to content

Commit 0c5c878

Browse files
committed
- Fixed the repo state. Remove a lot of old testing garbage files, fixed the compile-all.sh runstream. Now if you compile on your own it will closer reflect the release, artifacts-wise, and not be a dev-mode disaster (solo pushing to a private repo for a long period of time creates a lot of garbo).
- Dockerfile created - first Docker image release w v0.1.1, not perfect but seems stable and fully functional - Fixed issue where DuckDB files did not get proper metadata for UI browsing - Cache DB is now Duck by default (configurable in the future) - Materialize to Cache DB now has options for persitent or memory (cache.db or cache.db.memory) - both Duck ATM - Compressed the shipping assets/openai-images examples to JPGs (rather than 3MB PNGs, kek) - In addition to defs/config.edn you can have a map in defs/secrets.edn for API keys and such - can be accessed in any part of the system as a reactive parameter with the :settings prefix. So :settings/openai-api-key will resolve to that key on execution. etc. - changed the example flow "openai-image-gen-ladder" to use :settings/openai-api-key if it exists. - audio transcription also uses OpenAI at the moment, so the icon will only appear if a valid key is detected (key gets checked on boot) - added a config.edn option to disable the sub/unsub reactor messages. They are useful for debugging pub/sub issues, but can get annoying. :hide-sub-and-unsub-alerts? - reminder that you can disable ALL pop-up notifications via a toggle on the lower right hand corner of the canvas - added rotating-theme-blank screen, which will cycle randomly through all the images found in assets/openai-images and change the theme colors to match. Not for a prod dashboard, obvs, but for random Data eng boards where im just monitoring data, it's nice to have some vibes flowing. - Fixed a double-query bug - Added an optional pop-up notification about SQL query time execution. Off by defaut, can be changed in the config.edn - :show-query-times? true - Added more OAI images to show off dynamic themes better. Not your cup of tea? Cool beans. Replace them with Smurfs or Lumberjacks or Kittens - that's the beauty of a fully customizable and hackable platform! Will have a tutorial video in a few days on how to automate image gen with a flow. Express yourself!
1 parent 2b3a201 commit 0c5c878

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+23411
-7160
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ Besides the built-in runners of SQL queries and Views (UI) - the combination of
265265
## Caveats
266266

267267
- Use Engelbart's beautiful invention please 🐁
268+
- Reccommend JDK 17+
268269
- Smattering of various UI jank; being worked on
269270
- Limited SQL DB support ATM
270271
Tested with SQLite, Postgres, MySQL, SQL Server, Vertica, Clickhouse, DuckDB

backend/assets/2077shot.jpg

2.12 MB
Loading
1.18 MB
Loading
1010 KB
Loading
731 KB
Loading
759 KB
Loading
633 KB
Loading
1.01 MB
Loading
719 KB
Loading
455 KB
Loading

0 commit comments

Comments
 (0)