{"id":42436597,"url":"https://github.com/ekodb/ekodb-client","last_synced_at":"2026-04-06T16:03:56.718Z","repository":{"id":318749016,"uuid":"878990990","full_name":"ekoDB/ekodb-client","owner":"ekoDB","description":"Official ekoDB Client Package Repository","archived":false,"fork":false,"pushed_at":"2026-04-06T14:53:47.000Z","size":23492,"stargazers_count":0,"open_issues_count":9,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-06T15:30:57.779Z","etag":null,"topics":["ai","ai-agents","client","database","eko","ekodb"],"latest_commit_sha":null,"homepage":"https://docs.ekodb.io","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ekoDB.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-10-26T16:58:50.000Z","updated_at":"2026-04-06T14:52:24.000Z","dependencies_parsed_at":"2025-10-15T01:33:57.897Z","dependency_job_id":"9f2deb4e-6a69-474b-a1fd-264e39b92188","html_url":"https://github.com/ekoDB/ekodb-client","commit_stats":null,"previous_names":["ekodb/ekodb-client"],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/ekoDB/ekodb-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekoDB%2Fekodb-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekoDB%2Fekodb-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekoDB%2Fekodb-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekoDB%2Fekodb-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ekoDB","download_url":"https://codeload.github.com/ekoDB/ekodb-client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekoDB%2Fekodb-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31479009,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T14:34:32.243Z","status":"ssl_error","status_checked_at":"2026-04-06T14:34:31.723Z","response_time":112,"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":["ai","ai-agents","client","database","eko","ekodb"],"created_at":"2026-01-28T05:40:10.697Z","updated_at":"2026-04-06T16:03:56.713Z","avatar_url":"https://github.com/ekoDB.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ekoDB Client Libraries\n\nOfficial client libraries for ekoDB - a high-performance document database.\n\n[![Examples](https://img.shields.io/badge/Examples-288_Working-success)](examples/)\n[![Languages](https://img.shields.io/badge/Languages-6-blue)](examples/)\n[![Client Libraries](https://img.shields.io/badge/Client_Libraries-5-purple)](examples/)\n\n**🚀 Quick Stats:**\n\n- **288 working examples** - 237 client library + 51 direct API examples\n- **6 programming languages** - Rust, Python, Go, TypeScript, JavaScript, Kotlin\n- **5 full-featured clients** - Complete feature parity across Rust, Python, Go,\n  TypeScript, Kotlin\n- **14 examples per client** - CRUD, batch ops, queries, joins, search,\n  WebSocket, AI/chat, and more\n- **100% tested** - All examples run in CI/CD\n\n## 📦 Available Clients\n\n### 🦀 Rust Client (`ekodb_client`)\n\n[![Crates.io](https://img.shields.io/crates/v/ekodb_client)](https://crates.io/crates/ekodb_client)\n[![docs.rs](https://docs.rs/ekodb_client/badge.svg)](https://docs.rs/ekodb_client)\n\n```bash\ncargo add ekodb_client\n```\n\n### 🐍 Python Client (`ekodb-client`)\n\n[![PyPI](https://img.shields.io/pypi/v/ekodb-client)](https://pypi.org/project/ekodb-client/)\n[![Python Version](https://img.shields.io/pypi/pyversions/ekodb-client)](https://pypi.org/project/ekodb-client/)\n\n```bash\npip install ekodb-client\n```\n\n### 🔷 Go Client\n\n[![Go Reference](https://pkg.go.dev/badge/github.com/ekoDB/ekodb-client-go.svg)](https://pkg.go.dev/github.com/ekoDB/ekodb-client-go)\n[![Go Report Card](https://goreportcard.com/badge/github.com/ekoDB/ekodb-client-go)](https://goreportcard.com/report/github.com/ekoDB/ekodb-client-go)\n\n```bash\ngo get github.com/ekoDB/ekodb-client-go\n```\n\n**Note:** Go client is maintained in a separate repository:\n[github.com/ekoDB/ekodb-client-go](https://github.com/ekoDB/ekodb-client-go)\n\n### 📘 TypeScript/JavaScript Client\n\n[![npm](https://img.shields.io/npm/v/@ekodb/ekodb-client)](https://www.npmjs.com/package/@ekodb/ekodb-client)\n[![npm downloads](https://img.shields.io/npm/dm/@ekodb/ekodb-client)](https://www.npmjs.com/package/@ekodb/ekodb-client)\n\n```bash\nnpm install @ekodb/ekodb-client\n```\n\n### 🟣 Kotlin Client (`ekodb-client-kt`)\n\n[![Maven Central](https://img.shields.io/maven-central/v/io.ekodb/ekodb-client-kt)](https://central.sonatype.com/artifact/io.ekodb/ekodb-client-kt)\n\n```kotlin\n// Gradle (Kotlin DSL)\nimplementation(\"io.ekodb:ekodb-client-kt:0.1.0\")\n```\n\n**Features:**\n\n- ✅ Full coroutines support\n- ✅ Type-safe operations\n- ✅ Fluent query builder with joins\n- ✅ WebSocket real-time queries\n- ✅ AI/Chat integration\n- ✅ Schema management\n- ✅ Full-text search\n- ✅ 14 comprehensive examples\n\n## Features\n\nAll clients provide:\n\n- ✅ Type-safe database operations\n- ✅ Comprehensive CRUD operations\n- ✅ Batch operations (insert, update, delete)\n- ✅ Authentication handling\n- ✅ Query filtering and sorting with joins\n- ✅ Schema management and validation\n- ✅ Full-text search capabilities\n- ✅ WebSocket real-time queries\n- ✅ AI/Chat integration with context retrieval\n- ✅ TTL (time-to-live) support\n- ✅ Key-value operations\n- ✅ Error handling and retries\n\nEach client also includes language-specific features:\n\n- **Rust**: Tokio async runtime, strong type safety, zero-cost abstractions\n- **Python**: Async/await support, type hints, modern Python 3.8+\n- **Go**: Context support, idiomatic error handling, goroutines\n- **TypeScript/JavaScript**: TypeScript support, Promises, Node.js compatibility\n- **Kotlin**: Coroutines, null safety, extension functions, fluent APIs\n\n## 📚 Documentation\n\n- [Rust Client Documentation](https://docs.rs/ekodb_client)\n- [Python Client Documentation](./ekodb-client-py/README.md)\n- [Go Client Documentation](https://github.com/ekoDB/ekodb-client-go) - Separate\n  repository\n- [TypeScript Client Documentation](./ekodb-client-ts/README.md)\n- [Kotlin Client Documentation](./ekodb-client-kt/README.md)\n- [Examples](./examples/) - Code examples across all available languages (14\n  examples per client)\n\n## 🛠️ Development\n\nSee [COMMANDS.md](./COMMANDS.md) for detailed command reference.\n\n### Quick Start\n\n```bash\n# Build Rust client\nmake build\n\n# Build Python client\nmake build-python-client\n\n# Build TypeScript client\nmake build-typescript-client\n\n# Build Kotlin client\nmake build-kotlin-client\n\n# Run all tests\nmake test\n\n# Run examples for all languages\nmake test-examples\n\n# Run Kotlin examples specifically\nmake test-examples-kt\n```\n\n### Deployment\n\n```bash\n# Deploy Rust client to crates.io\nmake deploy-client-rust\n\n# Deploy Python client to PyPI\nmake bump-client-py      # Bump version\nmake deploy-client-py    # Build \u0026 publish (Linux + macOS + source)\n\n# Deploy TypeScript client to npm\nmake deploy-client-ts\n\n# Deploy Go client (via git tags)\nmake deploy-client-go\n\n# Deploy Kotlin client to Maven Central\ncd ekodb-client-kt \u0026\u0026 ./gradlew publish\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fekodb%2Fekodb-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fekodb%2Fekodb-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fekodb%2Fekodb-client/lists"}