{"id":36421053,"url":"https://github.com/kaizen-solutions/virgil-kyo","last_synced_at":"2026-01-11T17:35:52.194Z","repository":{"id":240589331,"uuid":"802986904","full_name":"kaizen-solutions/virgil-kyo","owner":"kaizen-solutions","description":"use Cassandra via Virgil with Kyo","archived":false,"fork":false,"pushed_at":"2025-07-14T16:31:59.000Z","size":41,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-27T04:21:46.397Z","etag":null,"topics":["effects","fp","functional-programming","kyo","scala","scala3","virgil"],"latest_commit_sha":null,"homepage":"","language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kaizen-solutions.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null}},"created_at":"2024-05-19T19:45:47.000Z","updated_at":"2025-08-25T17:19:45.000Z","dependencies_parsed_at":"2024-05-20T00:28:39.652Z","dependency_job_id":"88e1ab0b-cf27-4b34-ab5c-13e2900b330b","html_url":"https://github.com/kaizen-solutions/virgil-kyo","commit_stats":null,"previous_names":["kaizen-solutions/virgil-kyo"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/kaizen-solutions/virgil-kyo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaizen-solutions%2Fvirgil-kyo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaizen-solutions%2Fvirgil-kyo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaizen-solutions%2Fvirgil-kyo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaizen-solutions%2Fvirgil-kyo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kaizen-solutions","download_url":"https://codeload.github.com/kaizen-solutions/virgil-kyo/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaizen-solutions%2Fvirgil-kyo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28315879,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-11T14:58:17.114Z","status":"ssl_error","status_checked_at":"2026-01-11T14:55:53.580Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["effects","fp","functional-programming","kyo","scala","scala3","virgil"],"created_at":"2026-01-11T17:35:51.536Z","updated_at":"2026-01-11T17:35:52.186Z","avatar_url":"https://github.com/kaizen-solutions.png","language":"Scala","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Virgil-Kyo\n\n_Virgil is a functional Cassandra client built using Kyo, Magnolia and the Datastax 4.x Java drivers for Scala 3_\n\nThis project allows you to use [Virgil, the Cassandra client](https://github.com/kaizen-solutions/virgil) with [Kyo, the next generation toolkit for Scala 3](https://github.com/getkyo/kyo)\n\n![Build Status](https://github.com/kaizen-solutions/virgil-kyo/actions/workflows/ci.yml/badge.svg)\n![Maven Central Version](https://img.shields.io/maven-central/v/io.kaizen-solutions/virgil-kyo_3)\n\n## Quickstart\n\n```scala\nlibraryDependencies += \"io.kaizen-solutions\" %% \"virgil-kyo\" % \"\u003csee badge for latest version\u003e\"\n```\n\n## Example\n\nHere's an example of how to represent a workflow that inserts some data into a Cassandra table and then queries it back out:\n\n```scala\nimport io.kaizensolutions.virgil.*\nimport io.kaizensolutions.virgil.codecs.*\nimport io.kaizensolutions.virgil.cql.*\nimport kyo.*\n\nval program: Unit \u003c (Env[CQLExecutor] \u0026 Async) =\n  val one = 1\n  val two = 2\n  val Alice = \"Alice\"\n  val Bob = \"Bob\"\n\n  val insertAlice = cql\"INSERT INTO example (id, info) VALUES ($one, $Alice)\".mutation\n  val insertBob   = cql\"INSERT INTO example (id, info) VALUES ($two, $Bob)\".mutation\n  val query       = cql\"SELECT id, info FROM example\".query[ExampleRow]\n  for\n    _                 \u003c- CQLExecutor.executeMutation(insertAlice)\n    _                 \u003c- CQLExecutor.executeMutation(insertBob)\n    (aliceAndBob, _)  \u003c- CQLExecutor.execute(query).run\n  yield ()\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaizen-solutions%2Fvirgil-kyo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaizen-solutions%2Fvirgil-kyo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaizen-solutions%2Fvirgil-kyo/lists"}