Files
scylladb/docs
Botond Dénes d51aa66a8a db/system_keyspace: add versions table
Contains all version related information (`nodetool version` and more).
Example printout:

    (cqlsh) select * from system.versions;

     key   | build_id                                 | build_mode | version
    -------+------------------------------------------+------------+-------------------------------
     local | aaecce2f5068b0160efd04a09b0e28e100b9cd9e |        dev | 4.6.dev-0.20211021.0d744fd3fa
2021-11-05 15:42:42 +02:00
..
2021-11-02 19:59:16 +03:00
2021-11-05 11:49:27 +02:00
2021-10-22 13:34:56 +01:00
2021-10-13 15:08:24 +03:00
2020-12-03 17:37:18 +01:00
2021-10-22 13:34:56 +01:00
2021-10-13 14:56:27 +03:00
2021-11-02 19:59:16 +03:00

Scylla Developer Documentation

This documentation targets developers who are interested in contributing to Scylla codebase.

Contents

  • Alternator - The open source DynamoDB-compatible API reference.
  • Design notes - Explanations describing how new features work for other contributors and exploratory research.
  • Guides - Instructions on how to build, run, test and debug the Scylla codebase.
  • Contribute - Guidelines on how to contribute and maintain the project.