{"id":2979,"url":"https://github.com/tarantool/awesome-tarantool","name":"awesome-tarantool","description":"A curated list of delightful Tarantool modules, connectors and other resources","projects_count":55,"last_synced_at":"2026-07-23T06:00:21.401Z","repository":{"id":46683463,"uuid":"79473368","full_name":"tarantool/awesome-tarantool","owner":"tarantool","description":"A curated list of delightful Tarantool modules, connectors and other resources","archived":false,"fork":false,"pushed_at":"2022-07-05T21:05:00.000Z","size":20,"stargazers_count":82,"open_issues_count":2,"forks_count":8,"subscribers_count":40,"default_branch":"master","last_synced_at":"2026-07-04T14:03:29.909Z","etag":null,"topics":["awesome","tarantool"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc-by-4.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tarantool.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-01-19T16:42:24.000Z","updated_at":"2025-10-01T13:07:57.000Z","dependencies_parsed_at":"2022-09-03T10:21:46.866Z","dependency_job_id":null,"html_url":"https://github.com/tarantool/awesome-tarantool","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tarantool/awesome-tarantool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarantool%2Fawesome-tarantool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarantool%2Fawesome-tarantool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarantool%2Fawesome-tarantool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarantool%2Fawesome-tarantool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tarantool","download_url":"https://codeload.github.com/tarantool/awesome-tarantool/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarantool%2Fawesome-tarantool/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35791261,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-23T02:00:06.683Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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"}},"created_at":"2024-01-04T20:19:56.660Z","updated_at":"2026-07-23T06:00:21.402Z","primary_language":null,"list_of_lists":false,"displayable":true,"categories":["Packages","Resources","Connectors"],"sub_categories":["GUI clients","Database","Data Handling","Clients","System","Security","Miscellaneous","Testing","Administration","Java Ecosystem","Profilers"],"readme":"# Awesome Tarantool\n\n[![Awesome][awesome-badge]][awesome-url]\n[![Tarantool][tarantool-badge]][tarantool-url]\n[![License][license-badge]][license-url]\n\nA curated list of delightful Tarantool [modules](#modules),\n[connectors](#connectors) and other [resources](#resources).\n\n## Contents\n\n- [Packages](#packages)\n- [Connectors](#connectors)\n- [Resources](#resources)\n\n## Packages\n\n### Database\n\n- [box](https://www.tarantool.io/en/doc/latest/book/box/) (builtin) -\n  a high-performance multi-engine database.\n- [queue](https://github.com/tarantool/queue) -\n  a set of persistent in-memory queues.\n- [vshard](https://github.com/tarantool/vshard) -\n  automatic sharding and resharding.\n- [memcached](https://github.com/tarantool/memcached) -\n  memcached implementation on top of Tarantool.\n- [expirationd](https://github.com/tarantool/expirationd) -\n  data expiration with custom extensions.\n- [avro-schema](https://github.com/tarantool/avro-schema) -\n  Apache Avro schema tools for Tarantool.\n- [gis](https://github.com/tarantool/gis) -\n  a PostGIS-like module for Tarantool.\n\n### Data Handling\n\n- [json](https://www.tarantool.io/en/doc/latest/reference/reference_lua/json/)\n  (builtin) - JSON encoder/decoder.\n- [yaml](https://www.tarantool.io/en/doc/latest/reference/reference_lua/yaml/)\n  (builtin) - YAML encoder/decoder.\n- [msgpack](https://www.tarantool.io/en/doc/latest/reference/reference_lua/msgpack/)\n  (builtin) - MsgPack encoder/decoder.\n- [csv](https://www.tarantool.io/en/doc/latest/reference/reference_lua/csv/)\n  (builtin) - CSV parser.\n\n### Clients\n\n- [net.box](https://www.tarantool.io/en/doc/latest/reference/reference_lua/net_box/)\n  (builtin) - Tarantool client for Tarantool (WOW!).\n- [mqtt](https://github.com/tarantool/mqtt) -\n  MQTT client for Tarantool.\n- [mysql](https://github.com/tarantool/mysql) -\n  MySQL client for Tarantool.\n- [pg](https://github.com/tarantool/pg) -\n  PostgreSQL client for Tarantool.\n- [http.client](https://www.tarantool.io/en/doc/latest/reference/reference_lua/http/) -\n  (builtin) HTTP(S) client based on libcurl.\n- [http.server](https://github.com/tarantool/http) -\n  HTTP server for Tarantool.\n\n### GUI clients\n\n- [tarantool-admin](https://github.com/basis-company/tarantool-admin) -\n  web-based user interface.\n- [ocelotgui](https://github.com/ocelot-inc/ocelotgui-tarantool) -\n  primarily for Tarantool/SQL.\n- [DataGrip](https://www.jetbrains.com/datagrip/) or [IntelliJ\n  IDEA](https://www.jetbrains.com/idea/) with [Tarantool Database\n  plugin](https://plugins.jetbrains.com/plugin/17422-tarantool-database) -\n  cross platform database IDE that can do SQL queries.\n\n### System\n\n- [fiber](https://www.tarantool.io/en/doc/latest/reference/reference_lua/fiber/)\n  (builtin) - cooperative multitasking and synchronization mechanisms.\n- [socket](https://www.tarantool.io/en/doc/latest/reference/reference_lua/socket/)\n  (builtin) - fiber-friendly socket I/O.\n- [fio](https://www.tarantool.io/en/doc/latest/reference/reference_lua/fio/)\n  (builtin) - fiber-friendly file I/O.\n- [clock](https://www.tarantool.io/en/doc/latest/reference/reference_lua/clock/)\n  (builtin) - high-precision timers.\n- [log](https://www.tarantool.io/en/doc/latest/reference/reference_lua/log/)\n  (builtin) - simple logger with support of syslog.\n\n### Security\n\n- [digest](https://www.tarantool.io/en/doc/latest/reference/reference_lua/digest/)\n  (builtin) - popular hash functions.\n- [luaossl](https://github.com/tarantool/luaossl) -\n  the most comprehensive OpenSSL bindings.\n\n### Miscellaneous\n\n- [uuid](https://www.tarantool.io/en/doc/latest/reference/reference_lua/uuid/)\n  (builtin) - Universally Unique Identifier library.\n\n### Profilers\n\n- [gperftools](https://github.com/tarantool/gperftools) -\n  Lua bindings for Google Performance Tools CPU Profiler.\n\n### Testing\n\n- [tap](https://www.tarantool.io/en/doc/latest/reference/reference_lua/tap/)\n  (builtin) - Test Anything Protocol implementation.\n\n### Administration\n\n- [Cartridge](https://github.com/tarantool/cartridge) -\n  cluster manager and application framework.\n- [console](https://www.tarantool.io/en/doc/latest/reference/reference_lua/console/)\n  (builtin) - a text-based user interface.\n- [metrics](https://github.com/tarantool/metrics) -\n  Graphite/Prometheus metric collection library for Tarantool.\n- [xlog](https://www.tarantool.io/en/doc/latest/reference/reference_lua/xlog/)\n  (builtin) - a Lua module to read Tarantool's data files.\n- [iproto-sniffer](https://github.com/dsamirov/tarantool-iproto-sniffer) -\n  detects insert and replace and call protocol commands.\n- [tarantool-dissector](https://github.com/tarantool/tarantool-dissector) -\n  Wireshark dissector for Tarantool binary protocol.\n\n## Connectors\n\nTarantool connectors for various programming languages.\n\n- [PHP PECL connector](https://github.com/tarantool/tarantool-php).\n- [PHP pure connector](https://github.com/tarantool-php/client).\n- [Python connector](https://github.com/tarantool/tarantool-python).\n- [JDBC driver](https://github.com/tarantool/tarantool-java) -- offers JDBC interface for a single Tarantool node and supports ancient Tarantool versions (1.7+).\n- [Java driver](https://github.com/tarantool/cartridge-java) -- based on Netty framework, supports both single Tarantool nodes and clusters (1.10+) as well as applications using Cartridge framework and its modules.\n- [Go connector](https://github.com/tarantool/go-tarantool).\n- [C# connector](https://github.com/progaudi/progaudi.tarantool).\n- [Erlang connector](https://github.com/stofel/taran).\n- [C connector](https://github.com/tarantool/tarantool-c).\n- [Nginx Upstream module](https://github.com/tarantool/nginx_upstream_module).\n- [Crystal connector](https://github.com/vladfaust/tarantool-crystal).\n\n### Java Ecosystem\n\n- [Testcontainers](https://github.com/tarantool/cartridge-java-testcontainers) -- support for Java integration tests with Tarantool applications in Docker containers.\n- [Spring Data](https://github.com/tarantool/cartridge-springdata) -- Spring framework support.\n\n## Resources\n\n- [GitHub](https://github.com/tarantool) -\n  GitHub umbrella for Tarantool-related projects.\n- [Facebook](https://facebook.com/TarantoolDatabase) - official Facebook\n  page.\n- [Telegram](https://telegram.me/tarantool) - official Telegram channel\n  (English).\n- [Telegram/Russian](https://telegram.me/tarantoolru) - official Telegram\n  channel (Russian).\n- [Twitter](https://twitter.com/tarantooldb) - official Twitter account.\n\n[awesome-badge]: https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg\n[awesome-url]: https://awesome.re/\n[tarantool-badge]: https://img.shields.io/badge/tarantool-2.6-blue.svg?style=flat\n[tarantool-url]: https://www.tarantool.io\n[license-badge]: https://img.shields.io/badge/License-CC--BY-orange.svg?style=flat\n[license-url]: LICENSE.md\n","projects_url":"https://awesome.ecosyste.ms/api/v1/lists/tarantool%2Fawesome-tarantool/projects"}