Giter Club home page Giter Club logo

tarantool-admin's Introduction

Tarantool admin

This application can be used to manage schema and data in tarantool database using web gui.
Feel free to contribute any way.

Running existing build Docker Repository on Quay

Run docker run -p 8000:80 quay.io/basis-company/tarantool-admin Open http://localhost:8000 in your browser.

Configure using env

Application can be configured via environment:

  • TARANTOOL_CHECK_VERSION - default is true. set to false if you want to disable version check
  • TARANTOOL_CONNECT_TIMEOUT - connect timeout
  • TARANTOOL_CONNECTIONS - comma-separated connection strings
  • TARANTOOL_CONNECTIONS_READONLY - disable connections editor
  • TARANTOOL_DATABASE_QUERY - enable Query database tab
  • TARANTOOL_SOCKET_TIMEOUT - connection read/write timeout
  • TARANTOOL_TCP_NODELAY - disable Nagle TCP algorithm

You can build image yourself.

  • Clone repository: git clone https://github.com/basis-company/tarantool-admin.git
  • Change current directory: cd tarantool-admin
  • Run docker build .

Youtube demo

Short demo of ui is available on youtube:

Short demo

Development

  • Install git and docker
  • Clone repository: git clone https://github.com/basis-company/tarantool-admin.git
  • Change current directory: cd tarantool-admin
  • Run developer environment using docker-compose up -d
  • Access environment using http://0.0.0.0:8888
  • Use "tarantool" hostname configuration with form default values:
    • port 3301
    • username guest
    • password (should be empty)
  • Use your favorite ide to edit php/js, all code will be updated on the fly
  • Follow https://phptherightway.com/ recommendations
  • Don't repeat yourself

tarantool-admin's People

Contributors

nekufa avatar soclose172 avatar aborovaya avatar tremorus avatar rybakit avatar stomator 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.