{"id":26121516,"url":"https://github.com/fizzed/cassandra-plus","last_synced_at":"2026-02-19T15:04:02.258Z","repository":{"id":57719277,"uuid":"325385781","full_name":"fizzed/cassandra-plus","owner":"fizzed","description":"Utility modules and framework integrations for Java and Cassandra","archived":false,"fork":false,"pushed_at":"2025-01-29T19:22:16.000Z","size":6148,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T03:51:21.409Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fizzed.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-12-29T20:58:38.000Z","updated_at":"2025-01-29T19:22:20.000Z","dependencies_parsed_at":"2025-01-22T21:23:08.295Z","dependency_job_id":"a0420954-c0b6-4b63-9a1d-3745952baaab","html_url":"https://github.com/fizzed/cassandra-plus","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fizzed%2Fcassandra-plus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fizzed%2Fcassandra-plus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fizzed%2Fcassandra-plus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fizzed%2Fcassandra-plus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fizzed","download_url":"https://codeload.github.com/fizzed/cassandra-plus/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248717252,"owners_count":21150388,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-10T14:23:35.861Z","updated_at":"2026-02-19T15:03:57.231Z","avatar_url":"https://github.com/fizzed.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"Cassandra Plus by Fizzed\n============================================\n\n[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.fizzed/cassandra-plus/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.fizzed/cassandra-plus)\n\n[Fizzed, Inc.](http://fizzed.com) (Follow on Twitter: [@fizzed_inc](http://twitter.com/fizzed_inc))\n\n## Overview\n\nUtilities and framework integrations for Java and Cassandra. Includes an integration\nof [Cassandra](https://cassandra.apache.org/) with the [Ninja Framework](https://github.com/ninjaframework/ninja).\n\n## Ninja Framework\n\nNinja Framework module for Cassandra. Will help provide connectivity to Cassandra,\nestablish your sessions, and support for Cassandra database migrations.\n\n### Setup\n\nAdd the cassandra-ninja-module dependency to your Maven pom.xml\n\n```xml\n\u003cdependency\u003e\n    \u003cgroupId\u003ecom.fizzed\u003c/groupId\u003e\n    \u003cartifactId\u003ecassandra-ninja-module\u003c/artifactId\u003e\n    \u003cversion\u003e1.0.2\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\nIn your `conf/Module.java` file:\n\n```java\npackage conf;\n\nimport com.fizzed.cassandra.ninja.NinjaCassandraModule;\nimport com.google.inject.AbstractModule;\n\npublic class Module extends AbstractModule {\n\n    @Override\n    protected void configure() {\n        install(new NinjaCassandraModule());\n    }\n\n}\n```\n\nIn your `conf/application.conf` file:\n\n```java\n#\n# cassandra\n#\ncassandra.contact_points = localhost:19042,localhost:19043\ncassandra.username = root\ncassandra.password = test\ncassandra.keyspace = ninja_dev\ncassandra.validate_at_start = true\ncassandra.migrate.enabled = true\n```\n\nIf you intend on migrations, by default this module will search your classpath\nfor any `.cql` files in the `db.cassandra` package.\n\n### Demo \n\nThere is a Ninja app in the `demo` folder that demonstrates all the functionality\nthis module provides and it's a simple way to see how it works.  This project \nuses [Blaze](https://github.com/fizzed/blaze) to help script tasks. Run the\nfollowing in your shell (from the root project directory, not in `demo`):\n\n    java -jar blaze.jar setup\n    java -jar blaze.jar ninja\n\nOnce running, point your browser to http://localhost:18080/\n\n## License\n\nCopyright (C) 2025 Fizzed, Inc.\n\nThis work is licensed under the Apache License, Version 2.0. See LICENSE for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffizzed%2Fcassandra-plus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffizzed%2Fcassandra-plus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffizzed%2Fcassandra-plus/lists"}