GitHub - SpencerTorres/Click-V: A RISC-V emulator built with ClickHouse SQL
Click-V
A RISC-V emulator built with ClickHouse SQL.
This emulator makes ClickHouse truly Turing complete. We are one step closer to running ClickHouse in ClickHouse.
This project/repository isn't dev-friendly yet, I'm just uploading it here as a backup in case my PC catches fire.
How it works
The system will react to the following insert command:
INSERT INTO clickv.clock (_) VALUES ()
This command will trigger a large set of branched materialized views and Null tables that filter out the progra...
Read more at github.com