https://github.com/scylladb/java-driver
ScyllaDB Java Driver for ScyllaDB and Apache Cassandra, based on the DataStax Java Driver
https://github.com/scylladb/java-driver
Last synced: 9 months ago
JSON representation
ScyllaDB Java Driver for ScyllaDB and Apache Cassandra, based on the DataStax Java Driver
- Host: GitHub
- URL: https://github.com/scylladb/java-driver
- Owner: scylladb
- License: apache-2.0
- Fork: true (apache/cassandra-java-driver)
- Created: 2018-07-24T13:24:03.000Z (over 7 years ago)
- Default Branch: scylla-4.x
- Last Pushed: 2025-03-20T23:45:10.000Z (9 months ago)
- Last Synced: 2025-03-21T00:27:50.859Z (9 months ago)
- Language: Java
- Homepage:
- Size: 40.5 MB
- Stars: 70
- Watchers: 11
- Forks: 38
- Open Issues: 107
-
Metadata Files:
- Readme: README-dev.md
- Changelog: changelog/README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Building the docs
## Prerequisites
To build the documentation of this project, you need a UNIX-based operating system. Windows is not fully supported as it does not support symlinks.
You also need the following software installed to generate the reference documentation of the driver:
- Java JDK 8 or higher
- Maven
Once you have installed the above software, you can build and preview the documentation by following the steps outlined in the [Quickstart guide](https://sphinx-theme.scylladb.com/stable/getting-started/quickstart.html).
## Custom commands
To generate the reference documentation of the driver, run the command `make javadoc`. This command generates the reference documentation using the Javadoc tool in the `_build/dirhtml//api` directory.