{"id":30211242,"url":"https://github.com/mons/protocol-tarantool","last_synced_at":"2025-08-13T20:35:27.896Z","repository":{"id":5066149,"uuid":"6228017","full_name":"Mons/Protocol-Tarantool","owner":"Mons","description":"Protocol implementation for Tatantool","archived":false,"fork":false,"pushed_at":"2014-12-12T15:11:32.000Z","size":1584,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2023-03-24T05:25:04.497Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"chiuki/android-swipe-image-viewer","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mons.png","metadata":{"files":{"readme":"README","changelog":"Changes","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-10-15T14:09:45.000Z","updated_at":"2014-12-12T15:11:32.000Z","dependencies_parsed_at":"2022-09-14T21:51:36.579Z","dependency_job_id":null,"html_url":"https://github.com/Mons/Protocol-Tarantool","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/Mons/Protocol-Tarantool","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mons%2FProtocol-Tarantool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mons%2FProtocol-Tarantool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mons%2FProtocol-Tarantool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mons%2FProtocol-Tarantool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mons","download_url":"https://codeload.github.com/Mons/Protocol-Tarantool/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mons%2FProtocol-Tarantool/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270305848,"owners_count":24562109,"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","status":"online","status_checked_at":"2025-08-13T02:00:09.904Z","response_time":66,"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"}},"keywords":[],"created_at":"2025-08-13T20:34:20.189Z","updated_at":"2025-08-13T20:35:27.851Z","avatar_url":"https://github.com/Mons.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"NAME\n    Protocol::Tarantool - Binary protocol of Tarantool/Box database\n\nSYNOPSIS\n        use Protocol::Tarantool;\n\n        my $key1 = [ 'value1','value2' ];\n        my $key2 = [ 'value3','value4' ];\n        my $tuple = [ 1,2'data',3,'moredata'];\n\n        # Pack request packets\n        my $packet = Protocol::Tarantool::select( $req_id, $sp_no, $idx_no, $offset, $limit, [ $key1, $key2 ]);\n        my $packet = Protocol::Tarantool::insert( $req_id, $sm_no, $flags, $tuple);\n        my $packet = Protocol::Tarantool::delete( $req_id, $sm_no, $flags, $tuple);\n        my $packet = Protocol::Tarantool::lua(    $req_id, $flags, $function_name, [ $arg1, $arg2, $arg3 ]);\n\n        # Unpack response packet\n        # detect total size of packet by first bytes of header (need first 8 bytes). Return -1 if not enough data\n        my $size_of_packet = Protocol::Tarantool::peek_size( \\$packet );\n\n        my $response = Protocol::Tarantool::response( $packet );\n\n  EXPORT\n    None by default.\n\nSEE ALSO\n    AnyEvent::Tarantool - AnyEvent client that uses this protocol\n    DR::Tarantool - Another sync and async implementation\n    MR::Tarantool::Box - First client by Mail.Ru\n\nAUTHOR\n    Mons Anderson \u003cmons@cpan.org\u003e\n\nLICENSE\n    This program is free software; you can redistribute it and/or modify it\n    under the terms of either: the GNU General Public License as published\n    by the Free Software Foundation; or the Artistic License.\n\nCOPYRIGHT\n    Copyright 2012 Mons Anderson, Mail.ru, all rights reserved.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmons%2Fprotocol-tarantool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmons%2Fprotocol-tarantool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmons%2Fprotocol-tarantool/lists"}