Secure Collaborative Query Language (SCQL) is a system that translates SQL statements into a hybrid MPC-plaintext execution graph and executes them on a federation of database systems. The MPC framework is powered by SPU.
Follow the :doc:`tutorial </intro/p2p-tutorial>` and try out SCQL on your machine!
- Overview: :doc:`System overview and architecture </topics/system/intro>` | :doc:`P2P vs. Centralized </topics/system/deploy-arch>`
- Security: :doc:`Security overview </topics/security/overview>`
- Reference: :doc:`SCQL implementation status </reference/implementation-status>`
- Reference: :doc:`SCQL language manual </reference/lang/manual>` | :doc:`Compatibility with MySQL </reference/lang/mysql-compatibility>`
- Overview: :doc:`Introduction to CCL </topics/ccl/intro>`
- Guides: :doc:`Common usage and advice </topics/ccl/usage>`
- Reference: :ref:`GRANT and REVOKE <scql_grant_revoke>` | :ref:`How CCL works <how_ccl_works>`
- P2P
- Centralized
- P2P
- Centralized
- With Kuscia: :doc:`Run SCQL on Kuscia </topics/deployment/run-scql-on-kuscia>`
- Reference: :doc:`SCQL operators </reference/operators>`
.. toctree:: :hidden: intro/index topics/index reference/index