{"id":24370343,"url":"https://github.com/bitlap/kspark","last_synced_at":"2026-04-15T12:36:46.864Z","repository":{"id":95849994,"uuid":"164779392","full_name":"bitlap/kspark","owner":"bitlap","description":"Kotlin for Apache Spark","archived":false,"fork":false,"pushed_at":"2021-03-19T10:30:45.000Z","size":130,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-19T04:24:20.069Z","etag":null,"topics":["apache-spark","kotlin","spark"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/bitlap.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}},"created_at":"2019-01-09T03:22:59.000Z","updated_at":"2023-11-01T11:38:44.000Z","dependencies_parsed_at":"2023-03-16T10:15:34.176Z","dependency_job_id":null,"html_url":"https://github.com/bitlap/kspark","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitlap%2Fkspark","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitlap%2Fkspark/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitlap%2Fkspark/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitlap%2Fkspark/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitlap","download_url":"https://codeload.github.com/bitlap/kspark/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243204082,"owners_count":20253412,"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":["apache-spark","kotlin","spark"],"created_at":"2025-01-19T04:24:14.857Z","updated_at":"2025-10-27T04:04:52.729Z","avatar_url":"https://github.com/bitlap.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# KSpark\n\nUsing Apache Spark with Kotlin!\n\n# Example\n\n```kotlin\n// create spark session\nval spark = spark {\n    appName = \"TEST-JOB\"\n    master = \"local[*,2]\"\n}\n\n// hello: fun hello(s: String): String = \"hello $s\"\nspark.register(\"func\", ::hello)\n\n// Person: data class Person(val id: Long, val name: String, val age: Int) : Serializable\nspark.createDataFrame(\n    Person(1L, \"mimosa\", 22),\n    Person(2L, \"poppy\", 23)\n).createOrReplaceTempView(\"test\")\n\n// query\nspark.sql(\n    \"\"\"\n    select *, func('udf') from test\n    \"\"\".trimIndent()\n).show()\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitlap%2Fkspark","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitlap%2Fkspark","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitlap%2Fkspark/lists"}