Giter VIP home page Giter VIP logo

tarantool_examples's Introduction

This is a showcase repository where you can find demo applications and usage examples for Tarantool and its derivatives.

The repo is organized by directories:

  • cache contains an application for storing user accounts. Here we implement caches of different types:

    • a simple cache with LRU (least-recently-used) eviction algorithm
    • a cache for a MySQL storage
    • a cache for a Tarantool disk storage (based on Tarantool's Vinyl engine)

    This app is based on the opensource version of Tarantool and the Tarantool Cartridge framework.

  • profile-storage contains an application for storing user profiles. Here, on top of the basic create/change/read/delete features, we implement user password check to disallow profile-related operations for anyone except the user.

    Again, this app is based on the opensource version of Tarantool and the Tarantool Cartridge framework.

  • tdg contains examples of using Tarantool Data Grid:

    1. Uploading data
    2. Uploading data via a connector
    3. Creating a service
    4. Changing the data model
    5. Using affinities to process related data on a single node
    6. Getting started with Kafka and troubleshooting Kafka connection

    These examples are based on the enterprise version of Tarantool.

  • cookbook contains code snippets for typical cases:

Feel free to browse, try, and contribute!

Please submit an issue here if you have any problems with the demos.

tarantool_examples's People

Contributors

lenkis avatar steap2448 avatar ryazmax avatar sergepetrenko avatar veod32 avatar printercu avatar artembo avatar xuniq avatar v-izmalkov avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.