HackerTrans
TopNewTrendsCommentsPastAskShowJobs

slotix

no profile record

Submissions

[untitled]

1 points·by slotix·vor 17 Tagen·0 comments

[untitled]

1 points·by slotix·vor 24 Tagen·0 comments

[untitled]

1 points·by slotix·vor 2 Monaten·0 comments

[untitled]

1 points·by slotix·vor 2 Monaten·0 comments

[untitled]

1 points·by slotix·vor 2 Monaten·0 comments

[untitled]

1 points·by slotix·vor 3 Monaten·0 comments

Show HN: DBConvert Streams 2.0 – explore, migrate, sync. No pipeline glue

streams.dbconvert.com
1 points·by slotix·vor 3 Monaten·0 comments

Why database tools are split – and that's the real problem

streams.dbconvert.com
2 points·by slotix·vor 3 Monaten·0 comments

Show HN: I got tired of juggling 4 tools for data work – built one instead

streams.dbconvert.com
4 points·by slotix·vor 3 Monaten·1 comments

comments

slotix
·vor 2 Monaten·discuss
[dead]
slotix
·vor 2 Monaten·discuss
I read it less as "DuckDB wants to become Postgres" and more as DuckDB becoming an execution layer inside bigger workflows.

The engine is often not the painful part anymore. The pain is the stuff around it: live DBs, S3 paths, Parquet files, credentials, repeatable runs, exports, validation, and the moment a one-off script quietly becomes infrastructure.

Quack makes the remote/server part cleaner, but the bigger trend seems to be DuckDB becoming the SQL layer inside tools, not necessarily the final user-facing tool.
slotix
·vor 2 Monaten·discuss
We are working on DBConvert Streams:

https://streams.dbconvert.com

A self-hosted database IDE with built-in migration, CDC, and DuckDB-powered federated SQL.

Mostly trying to remove the annoying gap between "I can inspect this database" and "I can safely move/sync this data somewhere else".

Current focus: resumable large loads and cleaner initial-load-to-CDC handoff for Postgres/MySQL.
slotix
·vor 2 Monaten·discuss
We wrapped exactly this into a GUI - attach MySQL and PostgreSQL, files/ s3 as sources, query them together with DuckDB. No imports. https://streams.dbconvert.com/cross-database-sql
slotix
·vor 3 Monaten·discuss
Working on database tooling around data movement + CDC.

Trying to collapse what is usually:

SQL IDE -> export/scripts -> pipeline -> CDC -> back to SQL

into a single workflow instead of stitching 3–4 tools together.

Runs locally or via Docker, no Kafka / heavy setup.

https://streams.dbconvert.com/
slotix
·vor 3 Monaten·discuss
Happy to answer questions about architecture, tradeoffs, or specific use cases.