Git Product home page Git Product logo

trendingtechnology / bytebase Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bytebase/bytebase

0.0 1.0 0.0 8.93 MB

Web-based, zero-config, dependency-free database schema change and version control tool for teams. Public demo: https://demo.bytebase.com

Home Page: https://bytebase.com

License: Apache License 2.0

HTML 0.02% JavaScript 0.42% Vue 46.05% CSS 0.39% TypeScript 14.62% Go 37.92% Dockerfile 0.13% Shell 0.36% BitBake 0.09%

bytebase's Introduction

Bytebase

apache license Status

๐Ÿงฒ We are looking for an experienced frontend engineer to lead Bytebase frontend development. Check out our jobs page.

Bytebase is in public alpha and we may make breaking schema changes between versions. We plan to stabilize the schema around the middle of August. In the mean time, if you are eager to try Bytebase for your business and encounter issue when upgrading to the new version. Please contact [email protected] and we will help you manually upgrade the schema.

Bytebase is a web-based, zero-config, dependency-free database schema change and version control management tool for developers and DBAs. It supports 2 mainstream schema change workflow:

  • UI based SQL review
  • Version control based schema migration (Database-as-Code)
Fig.1 - Dashboard

Screenshot

Fig.2 - SQL review issue pipeline

Screenshot

Fig.3 - GitLab based schema migration (Database-as-code)

Screenshot

Supported database engines

  • MySQL

Planned

  • PostgreSQL

Supported VCS

  • GitLab EE/CE

Planned

  • GitHub Enterprise
  • GitLab.com
  • GitHub.com

Visit docs.bytebase.com for more details

โš™๏ธ Installation

Detailed installation guide

Run on localhost:8080

$ docker run --init --name bytebase --restart always --publish 8080:8080 --volume ~/.bytebase/data:/var/opt/bytebase bytebase/bytebase:0.4.1 --data /var/opt/bytebase --host http://localhost --port 8080

Run on https://bytebase.example.com

$ docker run --init --name bytebase --restart always --publish 80:80 --volume ~/.bytebase/data:/var/opt/bytebase bytebase/bytebase:0.4.1 --data /var/opt/bytebase --host https://bytebase.example.com --port 80

๐Ÿ•Š Interested in contributing?

  1. Checkout issues tagged with good first issue.

  2. We are maintaining an online database glossary list, you can add/improve content there.

๐Ÿ— Development

Bytebase is built with a curated tech stack. It is optimized for developer experience and is very easy to start working on the code:

  1. It has no external dependency.
  2. It requires zero config.
  3. 1 command to start backend and 1 command to start frontend, both with live reload support.

Tech Stack

Screenshot

Data Model

Screenshot

Prerequisites

  • Go (1.16 or later)
  • Yarn
  • Air (For backend live reload)

Steps

  1. Install Air

  2. Start backend using air (with live reload)

    $ air -c scripts/.air.toml
  3. Start frontend (with live reload)

    $ cd frontend && yarn && yarn dev

Bytebase should now be running at https://localhost:3000 and change either frontend or backend code would trigger live reload.

bytebase's People

Contributors

iczc avatar silentred avatar spinningbot avatar tianzhou avatar

Watchers

 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.