{"id":26121529,"url":"https://github.com/fizzed/tokyocabinet","last_synced_at":"2025-04-13T12:51:13.319Z","repository":{"id":65507613,"uuid":"577933461","full_name":"fizzed/tokyocabinet","owner":"fizzed","description":"Java 8+ distribution (along with native libs) of the TokyoCabinet key value embedded database","archived":false,"fork":false,"pushed_at":"2025-01-21T22:29:09.000Z","size":19774,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-27T03:51:21.507Z","etag":null,"topics":["java","tokyocabinet"],"latest_commit_sha":null,"homepage":"","language":"C","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":"CHANGELOG.md","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}},"created_at":"2022-12-13T21:34:33.000Z","updated_at":"2025-01-21T22:29:13.000Z","dependencies_parsed_at":"2023-11-29T23:39:10.611Z","dependency_job_id":null,"html_url":"https://github.com/fizzed/tokyocabinet","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fizzed%2Ftokyocabinet","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fizzed%2Ftokyocabinet/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fizzed%2Ftokyocabinet/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fizzed%2Ftokyocabinet/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fizzed","download_url":"https://codeload.github.com/fizzed/tokyocabinet/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":["java","tokyocabinet"],"created_at":"2025-03-10T14:23:39.755Z","updated_at":"2025-04-13T12:51:13.297Z","avatar_url":"https://github.com/fizzed.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TokyoCabinet \u0026 Native Libs for Java by Fizzed\n\n[![Maven Central](https://img.shields.io/maven-central/v/com.fizzed/tokyocabinet?color=blue\u0026style=flat-square)](https://mvnrepository.com/artifact/com.fizzed/tokyocabinet)\n\nThe following Java versions and platforms are tested using GitHub workflows:\n\n[![Java 8](https://img.shields.io/github/actions/workflow/status/fizzed/tokyocabinet/java8.yaml?branch=master\u0026label=Java%208\u0026style=flat-square)](https://github.com/fizzed/tokyocabinet/actions/workflows/java8.yaml)\n[![Java 11](https://img.shields.io/github/actions/workflow/status/fizzed/tokyocabinet/java11.yaml?branch=master\u0026label=Java%2011\u0026style=flat-square)](https://github.com/fizzed/tokyocabinet/actions/workflows/java11.yaml)\n[![Java 17](https://img.shields.io/github/actions/workflow/status/fizzed/tokyocabinet/java17.yaml?branch=master\u0026label=Java%2017\u0026style=flat-square)](https://github.com/fizzed/tokyocabinet/actions/workflows/java17.yaml)\n[![Java 21](https://img.shields.io/github/actions/workflow/status/fizzed/tokyocabinet/java21.yaml?branch=master\u0026label=Java%2021\u0026style=flat-square)](https://github.com/fizzed/tokyocabinet/actions/workflows/java21.yaml)\n\n[![Linux x64](https://img.shields.io/github/actions/workflow/status/fizzed/tokyocabinet/java11.yaml?branch=master\u0026label=Linux%20x64\u0026style=flat-square)](https://github.com/fizzed/tokyocabinet/actions/workflows/java11.yaml)\n[![MacOS arm64](https://img.shields.io/github/actions/workflow/status/fizzed/tokyocabinet/macos-arm64.yaml?branch=master\u0026label=MacOS%20arm64\u0026style=flat-square)](https://github.com/fizzed/tokyocabinet/actions/workflows/macos-arm64.yaml)\n\nThe following platforms are tested using the [Fizzed, Inc.](http://fizzed.com) build system:\n\n[![Linux arm64](https://img.shields.io/badge/Linux%20arm64-passing-green)](buildx-results.txt)\n[![Linux armhf](https://img.shields.io/badge/Linux%20armhf-passing-green)](buildx-results.txt)\n[![Linux riscv64](https://img.shields.io/badge/Linux%20riscv64-passing-green)](buildx-results.txt)\n[![Linux MUSL x64](https://img.shields.io/badge/Linux%20MUSL%20x64-passing-green)](buildx-results.txt)\n[![MacOS x64](https://img.shields.io/badge/MacOS%20x64-passing-green)](buildx-results.txt)\n[![FreeBSD x64](https://img.shields.io/badge/FreeBSD%20x64-passing-green)](buildx-results.txt)\n[![OpenBSD x64](https://img.shields.io/badge/OpenBSD%20x64-passing-green)](buildx-results.txt)\n\n## Overview\n\nTokyoCabinet remains a workhorse key-value store that still represents excellent performance vs. modern popular embedded\nkey-value stores such as LevelDB or RocksDB.  This is a published version of the library for Java 8+, along with native libs that \nare automatically extracted at runtime.\n\nThe Java library is as unmodified as possible from the original TokyoCabinet, but a few changes were made to automatically\nextract the library at runtime.\n\n## Sponsorship \u0026 Support\n\n![](https://cdn.fizzed.com/github/fizzed-logo-100.png)\n\nProject by [Fizzed, Inc.](http://fizzed.com) (Follow on Twitter: [@fizzed_inc](http://twitter.com/fizzed_inc))\n\n**Developing and maintaining opensource projects requires significant time.** If you find this project useful or need\ncommercial support, we'd love to chat. Drop us an email at [ping@fizzed.com](mailto:ping@fizzed.com)\n\nProject sponsors may include the following benefits:\n\n- Priority support (outside of Github)\n- Feature development \u0026 roadmap\n- Priority bug fixes\n- Privately hosted continuous integration tests for their unique edge or use cases\n\n## Usage\n\nAdd the following to your maven POM file for Linux x64\n\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.fizzed\u003c/groupId\u003e\n  \u003cartifactId\u003etokyocabinet-linux-x64\u003c/artifactId\u003e\n  \u003cversion\u003e0.0.16\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\nOr MacOS arm64 (Apple silicon)\n\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.fizzed\u003c/groupId\u003e\n  \u003cartifactId\u003etokyocabinet-macos-arm64\u003c/artifactId\u003e\n  \u003cversion\u003e0.0.16\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\nOr for all operating system \u0026 arches\n\n```xml\n\u003cdependency\u003e\n  \u003cgroupId\u003ecom.fizzed\u003c/groupId\u003e\n  \u003cartifactId\u003etokyocabinet-all-natives\u003c/artifactId\u003e\n  \u003cversion\u003e0.0.16\u003c/version\u003e\n\u003c/dependency\u003e\n```\n\nTo simplify versions, you may optionally want to import our BOM (bill of materials)\n\n```xml\n\u003cdependencyManagement\u003e\n    \u003cdependencies\u003e\n        \u003cdependency\u003e\n            \u003cgroupId\u003ecom.fizzed\u003c/groupId\u003e\n            \u003cartifactId\u003etokyocabinet-bom\u003c/artifactId\u003e\n            \u003cversion\u003e0.0.16\u003c/version\u003e\n            \u003cscope\u003eimport\u003c/scope\u003e\n            \u003ctype\u003epom\u003c/type\u003e\n        \u003c/dependency\u003e\n    \u003c/dependencies\u003e\n\u003c/dependencyManagement\u003e\n```\n\n## Native Libs\n\nZip and Bzip2 libraries must be installed for this version to run.\n\n     sudo apt install zlib1g libbz2         # e.g. on ubuntu/debian\n     sudo apk add zlib bzip2                # e.g. on alpine\n\n| OS Arch          | Artifact                      | Info                              |\n|------------------|-------------------------------|-----------------------------------|\n| Linux x64        | tokyocabinet-linux-x64        | built on ubuntu 16.04, glibc 2.23 |\n| Linux arm64      | tokyocabinet-linux-arm64      | built on ubuntu 16.04, glibc 2.23 |\n| Linux armhf      | tokyocabinet-linux-armhf      | built on ubuntu 16.04, glibc 2.23 |\n| Linux armel      | tokyocabinet-linux-armel      | built on ubuntu 16.04, glibc 2.23 |\n| Linux MUSL x64   | tokyocabinet-linux_musl-x64   | built on alpine 3.11              |\n| Linux MUSL arm64 | tokyocabinet-linux_musl-arm64 | built on alpine 3.11              |\n| Linux riscv64    | tokyocabinet-linux-riscv64    | built on ubuntu 18.04, glibc 2.31 |\n| MacOS x64        | tokyocabinet-macos-x64        | built on macos 10.13 high sierra  |\n| MacOS arm64      | tokyocabinet-macos-arm64      | built on macos 12 monterey        |\n| FreeBSD x64      | tkrzw-freebsd-x64             | targets freebsd 12+               |\n| OpenBSD x64      | tkrzw-openbsd-x64             | targets openbsd 7.5+              |\n\n## Development\n\nWe use a simple, yet quite sophisticated build system for fast, local builds across operating system and architectures.\n\nFor linux targets, we leverage docker containers either running locally on an x86_64 host, or remotely on dedicated\nbuild machines running on arm64, macos x64, and macos arm64.\n\nTo build containers, you'll want to edit setup/blaze.java and comment out/edit which platforms you'd like to build for,\nor potentially change them running on a remote machine via SSH.  Once you're happy with what you want to build for:\n\n     java -jar cross_build_containers\n     java -jar cross_build_natives\n     java -jar cross_tests\n\nFor information on registering your x86_64 host to run other architectures (e.g. riscv64 or aarch64), please see\nthe readme for https://github.com/fizzed/buildx\n\n## License\n\nCopyright (C) 2020+ 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%2Ftokyocabinet","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffizzed%2Ftokyocabinet","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffizzed%2Ftokyocabinet/lists"}