├── .gitignore ├── CONTRIBUTING.md ├── LICENSE.md └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | *~ 2 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # Purpose and Goal 2 | This list is meant to give a high-quality overview of the best parts of the Tarantool ecosystem, covering all aspects and uses (although with some tilt toward web technologies). Someone out of touch or unfamiliar with Lua (or even just with a particular aspect of Lua) should be able to look at this list and find: 3 | - Starting points to explore from and resources to consume. 4 | - The best tools and packages to work with. 5 | - The most up-to-date practices to follow. 6 | - An overview of the ways people are actually doing things and the packages people are actually using. 7 | 8 | Because of this goal, contributions from the community are welcomed and wanted! 9 | 10 | # Contribution Guidelines 11 | 12 | The following are **desirable properties** of a package/library on this list: 13 | - An active maintainer and recent development. 14 | - Documentation, examples, and tests. 15 | - Authoritative, of high quality, and not overly specific. 16 | - Is the best library or package of its kind, or contributes heavily to the overall picture of what's available and possible with Tarantool. 17 | - Hosted on GitHub (or at least somewhere reliable). 18 | - Can be installed with LuaRocks, or is a single pure Lua file, or is otherwise easy to set up. 19 | - Relatively production-ready, or headed that way; people might actually use it for real projects. 20 | 21 | What this list **doesn't need** or have much room for: 22 | - A laundry list of every JSON parser, or every database driver, or every web framework; just the really good ones will suffice. 23 | - Unfinished, unmaintained, or unadopted packages. 24 | - Packages that do a specific, niche sort of thing that few people will use. 25 | - Ancient packages that haven't been touched or used in years, or that are just past their time. 26 | - Packages which have a strictly better alternative available, or which don't add to the picture of what's out there. 27 | 28 | Of course, there are exceptions, because meeting all of the good properties and avoiding all the bad ones is hard. For example, the experimental section exists for packages which are particularly awesome, but not close to production-ready. 29 | 30 | In general, a useful, high-quality, up-to-date package probably has a place on this list, and the more useful and awesome it is, the more leeway it has. If your suggestion falls under a bad property, or doesn't meet very many of the good properties, you might reconsider. 31 | 32 | When making a **pull request**, please make sure to: 33 | - Search previous suggestions before making a new one, as yours may be a duplicate. 34 | - Make a separate pull request for each suggestion. 35 | - Include a link to the package and briefly describe why it should be included. 36 | - Add new categories or improve existing categorization when appropriate. 37 | - Have your description: 38 | - Be short and simple, descriptive but not pitchy or promotional. 39 | - Follow this format: `[package](link) - Description.` 40 | - Start with a capital and end with a full stop/period; no trailing whitespace. 41 | - Checked for spelling and grammar. 42 | - Not say `for Lua` unnecessarily; it's implied. 43 | 44 | Thank you for your suggestions! 45 | -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- 1 | ## creative commons 2 | 3 | # Attribution 4.0 International 4 | 5 | Creative Commons Corporation (“Creative Commons”) is not a law firm and does not provide legal services or legal advice. Distribution of Creative Commons public licenses does not create a lawyer-client or other relationship. Creative Commons makes its licenses and related information available on an “as-is” basis. Creative Commons gives no warranties regarding its licenses, any material licensed under their terms and conditions, or any related information. Creative Commons disclaims all liability for damages resulting from their use to the fullest extent possible. 6 | 7 | ### Using Creative Commons Public Licenses 8 | 9 | Creative Commons public licenses provide a standard set of terms and conditions that creators and other rights holders may use to share original works of authorship and other material subject to copyright and certain other rights specified in the public license below. The following considerations are for informational purposes only, are not exhaustive, and do not form part of our licenses. 10 | 11 | * __Considerations for licensors:__ Our public licenses are intended for use by those authorized to give the public permission to use material in ways otherwise restricted by copyright and certain other rights. Our licenses are irrevocable. Licensors should read and understand the terms and conditions of the license they choose before applying it. Licensors should also secure all rights necessary before applying our licenses so that the public can reuse the material as expected. Licensors should clearly mark any material not subject to the license. This includes other CC-licensed material, or material used under an exception or limitation to copyright. [More considerations for licensors](http://wiki.creativecommons.org/Considerations_for_licensors_and_licensees#Considerations_for_licensors). 12 | 13 | * __Considerations for the public:__ By using one of our public licenses, a licensor grants the public permission to use the licensed material under specified terms and conditions. If the licensor’s permission is not necessary for any reason–for example, because of any applicable exception or limitation to copyright–then that use is not regulated by the license. Our licenses grant only permissions under copyright and certain other rights that a licensor has authority to grant. Use of the licensed material may still be restricted for other reasons, including because others have copyright or other rights in the material. A licensor may make special requests, such as asking that all changes be marked or described. Although not required by our licenses, you are encouraged to respect those requests where reasonable. [More considerations for the public](http://wiki.creativecommons.org/Considerations_for_licensors_and_licensees#Considerations_for_licensees). 14 | 15 | ## Creative Commons Attribution 4.0 International Public License 16 | 17 | By exercising the Licensed Rights (defined below), You accept and agree to be bound by the terms and conditions of this Creative Commons Attribution 4.0 International Public License ("Public License"). To the extent this Public License may be interpreted as a contract, You are granted the Licensed Rights in consideration of Your acceptance of these terms and conditions, and the Licensor grants You such rights in consideration of benefits the Licensor receives from making the Licensed Material available under these terms and conditions. 18 | 19 | ### Section 1 – Definitions. 20 | 21 | a. __Adapted Material__ means material subject to Copyright and Similar Rights that is derived from or based upon the Licensed Material and in which the Licensed Material is translated, altered, arranged, transformed, or otherwise modified in a manner requiring permission under the Copyright and Similar Rights held by the Licensor. For purposes of this Public License, where the Licensed Material is a musical work, performance, or sound recording, Adapted Material is always produced where the Licensed Material is synched in timed relation with a moving image. 22 | 23 | b. __Adapter's License__ means the license You apply to Your Copyright and Similar Rights in Your contributions to Adapted Material in accordance with the terms and conditions of this Public License. 24 | 25 | c. __Copyright and Similar Rights__ means copyright and/or similar rights closely related to copyright including, without limitation, performance, broadcast, sound recording, and Sui Generis Database Rights, without regard to how the rights are labeled or categorized. For purposes of this Public License, the rights specified in Section 2(b)(1)-(2) are not Copyright and Similar Rights. 26 | 27 | d. __Effective Technological Measures__ means those measures that, in the absence of proper authority, may not be circumvented under laws fulfilling obligations under Article 11 of the WIPO Copyright Treaty adopted on December 20, 1996, and/or similar international agreements. 28 | 29 | e. __Exceptions and Limitations__ means fair use, fair dealing, and/or any other exception or limitation to Copyright and Similar Rights that applies to Your use of the Licensed Material. 30 | 31 | f. __Licensed Material__ means the artistic or literary work, database, or other material to which the Licensor applied this Public License. 32 | 33 | g. __Licensed Rights__ means the rights granted to You subject to the terms and conditions of this Public License, which are limited to all Copyright and Similar Rights that apply to Your use of the Licensed Material and that the Licensor has authority to license. 34 | 35 | h. __Licensor__ means the individual(s) or entity(ies) granting rights under this Public License. 36 | 37 | i. __Share__ means to provide material to the public by any means or process that requires permission under the Licensed Rights, such as reproduction, public display, public performance, distribution, dissemination, communication, or importation, and to make material available to the public including in ways that members of the public may access the material from a place and at a time individually chosen by them. 38 | 39 | j. __Sui Generis Database Rights__ means rights other than copyright resulting from Directive 96/9/EC of the European Parliament and of the Council of 11 March 1996 on the legal protection of databases, as amended and/or succeeded, as well as other essentially equivalent rights anywhere in the world. 40 | 41 | k. __You__ means the individual or entity exercising the Licensed Rights under this Public License. Your has a corresponding meaning. 42 | 43 | ### Section 2 – Scope. 44 | 45 | a. ___License grant.___ 46 | 47 | 1. Subject to the terms and conditions of this Public License, the Licensor hereby grants You a worldwide, royalty-free, non-sublicensable, non-exclusive, irrevocable license to exercise the Licensed Rights in the Licensed Material to: 48 | 49 | A. reproduce and Share the Licensed Material, in whole or in part; and 50 | 51 | B. produce, reproduce, and Share Adapted Material. 52 | 53 | 2. __Exceptions and Limitations.__ For the avoidance of doubt, where Exceptions and Limitations apply to Your use, this Public License does not apply, and You do not need to comply with its terms and conditions. 54 | 55 | 3. __Term.__ The term of this Public License is specified in Section 6(a). 56 | 57 | 4. __Media and formats; technical modifications allowed.__ The Licensor authorizes You to exercise the Licensed Rights in all media and formats whether now known or hereafter created, and to make technical modifications necessary to do so. The Licensor waives and/or agrees not to assert any right or authority to forbid You from making technical modifications necessary to exercise the Licensed Rights, including technical modifications necessary to circumvent Effective Technological Measures. For purposes of this Public License, simply making modifications authorized by this Section 2(a)(4) never produces Adapted Material. 58 | 59 | 5. __Downstream recipients.__ 60 | 61 | A. __Offer from the Licensor – Licensed Material.__ Every recipient of the Licensed Material automatically receives an offer from the Licensor to exercise the Licensed Rights under the terms and conditions of this Public License. 62 | 63 | B. __No downstream restrictions.__ You may not offer or impose any additional or different terms or conditions on, or apply any Effective Technological Measures to, the Licensed Material if doing so restricts exercise of the Licensed Rights by any recipient of the Licensed Material. 64 | 65 | 6. __No endorsement.__ Nothing in this Public License constitutes or may be construed as permission to assert or imply that You are, or that Your use of the Licensed Material is, connected with, or sponsored, endorsed, or granted official status by, the Licensor or others designated to receive attribution as provided in Section 3(a)(1)(A)(i). 66 | 67 | b. ___Other rights.___ 68 | 69 | 1. Moral rights, such as the right of integrity, are not licensed under this Public License, nor are publicity, privacy, and/or other similar personality rights; however, to the extent possible, the Licensor waives and/or agrees not to assert any such rights held by the Licensor to the limited extent necessary to allow You to exercise the Licensed Rights, but not otherwise. 70 | 71 | 2. Patent and trademark rights are not licensed under this Public License. 72 | 73 | 3. To the extent possible, the Licensor waives any right to collect royalties from You for the exercise of the Licensed Rights, whether directly or through a collecting society under any voluntary or waivable statutory or compulsory licensing scheme. In all other cases the Licensor expressly reserves any right to collect such royalties. 74 | 75 | ### Section 3 – License Conditions. 76 | 77 | Your exercise of the Licensed Rights is expressly made subject to the following conditions. 78 | 79 | a. ___Attribution.___ 80 | 81 | 1. If You Share the Licensed Material (including in modified form), You must: 82 | 83 | A. retain the following if it is supplied by the Licensor with the Licensed Material: 84 | 85 | i. identification of the creator(s) of the Licensed Material and any others designated to receive attribution, in any reasonable manner requested by the Licensor (including by pseudonym if designated); 86 | 87 | ii. a copyright notice; 88 | 89 | iii. a notice that refers to this Public License; 90 | 91 | iv. a notice that refers to the disclaimer of warranties; 92 | 93 | v. a URI or hyperlink to the Licensed Material to the extent reasonably practicable; 94 | 95 | B. indicate if You modified the Licensed Material and retain an indication of any previous modifications; and 96 | 97 | C. indicate the Licensed Material is licensed under this Public License, and include the text of, or the URI or hyperlink to, this Public License. 98 | 99 | 2. You may satisfy the conditions in Section 3(a)(1) in any reasonable manner based on the medium, means, and context in which You Share the Licensed Material. For example, it may be reasonable to satisfy the conditions by providing a URI or hyperlink to a resource that includes the required information. 100 | 101 | 3. If requested by the Licensor, You must remove any of the information required by Section 3(a)(1)(A) to the extent reasonably practicable. 102 | 103 | 4. If You Share Adapted Material You produce, the Adapter's License You apply must not prevent recipients of the Adapted Material from complying with this Public License. 104 | 105 | ### Section 4 – Sui Generis Database Rights. 106 | 107 | Where the Licensed Rights include Sui Generis Database Rights that apply to Your use of the Licensed Material: 108 | 109 | a. for the avoidance of doubt, Section 2(a)(1) grants You the right to extract, reuse, reproduce, and Share all or a substantial portion of the contents of the database; 110 | 111 | b. if You include all or a substantial portion of the database contents in a database in which You have Sui Generis Database Rights, then the database in which You have Sui Generis Database Rights (but not its individual contents) is Adapted Material; and 112 | 113 | c. You must comply with the conditions in Section 3(a) if You Share all or a substantial portion of the contents of the database. 114 | 115 | For the avoidance of doubt, this Section 4 supplements and does not replace Your obligations under this Public License where the Licensed Rights include other Copyright and Similar Rights. 116 | 117 | ### Section 5 – Disclaimer of Warranties and Limitation of Liability. 118 | 119 | a. __Unless otherwise separately undertaken by the Licensor, to the extent possible, the Licensor offers the Licensed Material as-is and as-available, and makes no representations or warranties of any kind concerning the Licensed Material, whether express, implied, statutory, or other. This includes, without limitation, warranties of title, merchantability, fitness for a particular purpose, non-infringement, absence of latent or other defects, accuracy, or the presence or absence of errors, whether or not known or discoverable. Where disclaimers of warranties are not allowed in full or in part, this disclaimer may not apply to You.__ 120 | 121 | b. __To the extent possible, in no event will the Licensor be liable to You on any legal theory (including, without limitation, negligence) or otherwise for any direct, special, indirect, incidental, consequential, punitive, exemplary, or other losses, costs, expenses, or damages arising out of this Public License or use of the Licensed Material, even if the Licensor has been advised of the possibility of such losses, costs, expenses, or damages. Where a limitation of liability is not allowed in full or in part, this limitation may not apply to You.__ 122 | 123 | c. The disclaimer of warranties and limitation of liability provided above shall be interpreted in a manner that, to the extent possible, most closely approximates an absolute disclaimer and waiver of all liability. 124 | 125 | ### Section 6 – Term and Termination. 126 | 127 | a. This Public License applies for the term of the Copyright and Similar Rights licensed here. However, if You fail to comply with this Public License, then Your rights under this Public License terminate automatically. 128 | 129 | b. Where Your right to use the Licensed Material has terminated under Section 6(a), it reinstates: 130 | 131 | 1. automatically as of the date the violation is cured, provided it is cured within 30 days of Your discovery of the violation; or 132 | 133 | 2. upon express reinstatement by the Licensor. 134 | 135 | For the avoidance of doubt, this Section 6(b) does not affect any right the Licensor may have to seek remedies for Your violations of this Public License. 136 | 137 | c. For the avoidance of doubt, the Licensor may also offer the Licensed Material under separate terms or conditions or stop distributing the Licensed Material at any time; however, doing so will not terminate this Public License. 138 | 139 | d. Sections 1, 5, 6, 7, and 8 survive termination of this Public License. 140 | 141 | ### Section 7 – Other Terms and Conditions. 142 | 143 | a. The Licensor shall not be bound by any additional or different terms or conditions communicated by You unless expressly agreed. 144 | 145 | b. Any arrangements, understandings, or agreements regarding the Licensed Material not stated herein are separate from and independent of the terms and conditions of this Public License. 146 | 147 | ### Section 8 – Interpretation. 148 | 149 | a. For the avoidance of doubt, this Public License does not, and shall not be interpreted to, reduce, limit, restrict, or impose conditions on any use of the Licensed Material that could lawfully be made without permission under this Public License. 150 | 151 | b. To the extent possible, if any provision of this Public License is deemed unenforceable, it shall be automatically reformed to the minimum extent necessary to make it enforceable. If the provision cannot be reformed, it shall be severed from this Public License without affecting the enforceability of the remaining terms and conditions. 152 | 153 | c. No term or condition of this Public License will be waived and no failure to comply consented to unless expressly agreed to by the Licensor. 154 | 155 | d. Nothing in this Public License constitutes or may be interpreted as a limitation upon, or waiver of, any privileges and immunities that apply to the Licensor or You, including from the legal processes of any jurisdiction or authority. 156 | 157 | ``` 158 | Creative Commons is not a party to its public licenses. Notwithstanding, Creative Commons may elect to apply one of its public licenses to material it publishes and in those instances will be considered the “Licensor.” Except for the limited purpose of indicating that material is shared under a Creative Commons public license or as otherwise permitted by the Creative Commons policies published at [creativecommons.org/policies](http://creativecommons.org/policies), Creative Commons does not authorize the use of the trademark “Creative Commons” or any other trademark or logo of Creative Commons without its prior written consent including, without limitation, in connection with any unauthorized modifications to any of its public licenses or any other arrangements, understandings, or agreements concerning use of licensed material. For the avoidance of doubt, this paragraph does not form part of the public licenses. 159 | 160 | Creative Commons may be contacted at creativecommons.org 161 | ``` 162 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Awesome Tarantool 2 | 3 | [![Awesome][awesome-badge]][awesome-url] 4 | [![Tarantool][tarantool-badge]][tarantool-url] 5 | [![License][license-badge]][license-url] 6 | 7 | A curated list of delightful Tarantool [modules](#modules), 8 | [connectors](#connectors) and other [resources](#resources). 9 | 10 | ## Contents 11 | 12 | - [Packages](#packages) 13 | - [Connectors](#connectors) 14 | - [Resources](#resources) 15 | 16 | ## Packages 17 | 18 | ### Database 19 | 20 | - [box](https://www.tarantool.io/en/doc/latest/book/box/) (builtin) - 21 | a high-performance multi-engine database. 22 | - [queue](https://github.com/tarantool/queue) - 23 | a set of persistent in-memory queues. 24 | - [vshard](https://github.com/tarantool/vshard) - 25 | automatic sharding and resharding. 26 | - [memcached](https://github.com/tarantool/memcached) - 27 | memcached implementation on top of Tarantool. 28 | - [expirationd](https://github.com/tarantool/expirationd) - 29 | data expiration with custom extensions. 30 | - [avro-schema](https://github.com/tarantool/avro-schema) - 31 | Apache Avro schema tools for Tarantool. 32 | - [gis](https://github.com/tarantool/gis) - 33 | a PostGIS-like module for Tarantool. 34 | 35 | ### Data Handling 36 | 37 | - [json](https://www.tarantool.io/en/doc/latest/reference/reference_lua/json/) 38 | (builtin) - JSON encoder/decoder. 39 | - [yaml](https://www.tarantool.io/en/doc/latest/reference/reference_lua/yaml/) 40 | (builtin) - YAML encoder/decoder. 41 | - [msgpack](https://www.tarantool.io/en/doc/latest/reference/reference_lua/msgpack/) 42 | (builtin) - MsgPack encoder/decoder. 43 | - [csv](https://www.tarantool.io/en/doc/latest/reference/reference_lua/csv/) 44 | (builtin) - CSV parser. 45 | 46 | ### Clients 47 | 48 | - [net.box](https://www.tarantool.io/en/doc/latest/reference/reference_lua/net_box/) 49 | (builtin) - Tarantool client for Tarantool (WOW!). 50 | - [mqtt](https://github.com/tarantool/mqtt) - 51 | MQTT client for Tarantool. 52 | - [mysql](https://github.com/tarantool/mysql) - 53 | MySQL client for Tarantool. 54 | - [pg](https://github.com/tarantool/pg) - 55 | PostgreSQL client for Tarantool. 56 | - [http.client](https://www.tarantool.io/en/doc/latest/reference/reference_lua/http/) - 57 | (builtin) HTTP(S) client based on libcurl. 58 | - [http.server](https://github.com/tarantool/http) - 59 | HTTP server for Tarantool. 60 | 61 | ### GUI clients 62 | 63 | - [tarantool-admin](https://github.com/basis-company/tarantool-admin) - 64 | web-based user interface. 65 | - [ocelotgui](https://github.com/ocelot-inc/ocelotgui-tarantool) - 66 | primarily for Tarantool/SQL. 67 | - [DataGrip](https://www.jetbrains.com/datagrip/) or [IntelliJ 68 | IDEA](https://www.jetbrains.com/idea/) with [Tarantool Database 69 | plugin](https://plugins.jetbrains.com/plugin/17422-tarantool-database) - 70 | cross platform database IDE that can do SQL queries. 71 | 72 | ### System 73 | 74 | - [fiber](https://www.tarantool.io/en/doc/latest/reference/reference_lua/fiber/) 75 | (builtin) - cooperative multitasking and synchronization mechanisms. 76 | - [socket](https://www.tarantool.io/en/doc/latest/reference/reference_lua/socket/) 77 | (builtin) - fiber-friendly socket I/O. 78 | - [fio](https://www.tarantool.io/en/doc/latest/reference/reference_lua/fio/) 79 | (builtin) - fiber-friendly file I/O. 80 | - [clock](https://www.tarantool.io/en/doc/latest/reference/reference_lua/clock/) 81 | (builtin) - high-precision timers. 82 | - [log](https://www.tarantool.io/en/doc/latest/reference/reference_lua/log/) 83 | (builtin) - simple logger with support of syslog. 84 | 85 | ### Security 86 | 87 | - [digest](https://www.tarantool.io/en/doc/latest/reference/reference_lua/digest/) 88 | (builtin) - popular hash functions. 89 | - [luaossl](https://github.com/tarantool/luaossl) - 90 | the most comprehensive OpenSSL bindings. 91 | 92 | ### Miscellaneous 93 | 94 | - [uuid](https://www.tarantool.io/en/doc/latest/reference/reference_lua/uuid/) 95 | (builtin) - Universally Unique Identifier library. 96 | 97 | ### Profilers 98 | 99 | - [gperftools](https://github.com/tarantool/gperftools) - 100 | Lua bindings for Google Performance Tools CPU Profiler. 101 | 102 | ### Testing 103 | 104 | - [tap](https://www.tarantool.io/en/doc/latest/reference/reference_lua/tap/) 105 | (builtin) - Test Anything Protocol implementation. 106 | 107 | ### Administration 108 | 109 | - [Cartridge](https://github.com/tarantool/cartridge) - 110 | cluster manager and application framework. 111 | - [console](https://www.tarantool.io/en/doc/latest/reference/reference_lua/console/) 112 | (builtin) - a text-based user interface. 113 | - [metrics](https://github.com/tarantool/metrics) - 114 | Graphite/Prometheus metric collection library for Tarantool. 115 | - [xlog](https://www.tarantool.io/en/doc/latest/reference/reference_lua/xlog/) 116 | (builtin) - a Lua module to read Tarantool's data files. 117 | - [iproto-sniffer](https://github.com/dsamirov/tarantool-iproto-sniffer) - 118 | detects insert and replace and call protocol commands. 119 | - [tarantool-dissector](https://github.com/tarantool/tarantool-dissector) - 120 | Wireshark dissector for Tarantool binary protocol. 121 | 122 | ## Connectors 123 | 124 | Tarantool connectors for various programming languages. 125 | 126 | - [PHP PECL connector](https://github.com/tarantool/tarantool-php). 127 | - [PHP pure connector](https://github.com/tarantool-php/client). 128 | - [Python connector](https://github.com/tarantool/tarantool-python). 129 | - [JDBC driver](https://github.com/tarantool/tarantool-java) -- offers JDBC interface for a single Tarantool node and supports ancient Tarantool versions (1.7+). 130 | - [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. 131 | - [Go connector](https://github.com/tarantool/go-tarantool). 132 | - [C# connector](https://github.com/progaudi/progaudi.tarantool). 133 | - [Erlang connector](https://github.com/stofel/taran). 134 | - [C connector](https://github.com/tarantool/tarantool-c). 135 | - [Nginx Upstream module](https://github.com/tarantool/nginx_upstream_module). 136 | - [Crystal connector](https://github.com/vladfaust/tarantool-crystal). 137 | 138 | ### Java Ecosystem 139 | 140 | - [Testcontainers](https://github.com/tarantool/cartridge-java-testcontainers) -- support for Java integration tests with Tarantool applications in Docker containers. 141 | - [Spring Data](https://github.com/tarantool/cartridge-springdata) -- Spring framework support. 142 | 143 | ## Resources 144 | 145 | - [GitHub](https://github.com/tarantool) - 146 | GitHub umbrella for Tarantool-related projects. 147 | - [Facebook](https://facebook.com/TarantoolDatabase) - official Facebook 148 | page. 149 | - [Telegram](https://telegram.me/tarantool) - official Telegram channel 150 | (English). 151 | - [Telegram/Russian](https://telegram.me/tarantoolru) - official Telegram 152 | channel (Russian). 153 | - [Twitter](https://twitter.com/tarantooldb) - official Twitter account. 154 | 155 | [awesome-badge]: https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg 156 | [awesome-url]: https://awesome.re/ 157 | [tarantool-badge]: https://img.shields.io/badge/tarantool-2.6-blue.svg?style=flat 158 | [tarantool-url]: https://www.tarantool.io 159 | [license-badge]: https://img.shields.io/badge/License-CC--BY-orange.svg?style=flat 160 | [license-url]: LICENSE.md 161 | --------------------------------------------------------------------------------