• Stars
    star
    3,217
  • Rank 13,956 (Top 0.3 %)
  • Language
    TypeScript
  • Created about 9 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

The missing star history graph of GitHub repos - https://star-history.com

🧩 Also available as a Chrome extension

✨ Star History ✨

star-history.com, the missing GitHub star history graph of GitHub repos.

Star History Chart

πŸ‘† THIS is a live chart created with the following html: πŸ‘‡

<picture>
  <source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=star-history/star-history&type=Date&theme=dark" />
  <source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=star-history/star-history&type=Date" />
  <img alt="Star History Chart" src="https://api.star-history.com/svg?repos=star-history/star-history&type=Date" />
</picture>

πŸ’œ Sponsors

Bytebase

Bytebase is an open source, web-based database schema change and version control tool for teams. Supporting MySQL, PostgreSQL, Oracle, MongoDB, Redis, Snowflake, ClickHouse, TiDB, Google Spanner.

Ockam

Ockam builds secure-by-design applications that can trust data-in-motion. Orchestrate end-to-end encryption, mutual authentication, key management, credential management & authorization policy enforcement.

✨ Features

  • Unique sketch xkcd feeling chart;
  • One-click generation of high-quality image for chart;
  • Support multiple chart view mode based on date or timeline;
  • Embed the real-time chart into GitHub readme or other websites (like the one we embed here on the top)
  • And various useful functions:
    • toggle repo visibility;
    • shortcut to input repo;
    • share on Twitter quickly;
    • support input multiple repos;
    • ...waiting for you to find out!

🌠 Screenshots

🧩 Free chrome extension

πŸ— Development

Star-history is built using a modern tech stack: Vue + Vite + TailwindCSS.

Prerequisites

Install dependencies

pnpm i

Start with your interest

  • Main website is the homepage of star-history with most of useful features and blogs about open source.

    pnpm dev

    The website will be served at http://localhost:3000.

  • Chrome extension supports the basic chart viewer as a free additional product.

    pnpm build:ext

    Load the built ./dist folder as unpacked project to chrome extensions page.

  • API server is an experimental feature. It's mainly used to generate chart SVG image file that can be embeded into GitHub readme.

    cd server
    pnpm i && pnpm dev

    The API server will be running on http://localhost:8080.

More Repositories

1

bytebase

The GitHub/GitLab for database DevOps. World's most advanced database DevOps and CI/CD for Developer, DBA and Platform Engineering teams.
Go
10,795
star
2

interview

Take-home interview assignment used in our interview process
87
star
3

dbcost

The simple pricing calculator and comparison tool for the cloud databases.
TypeScript
67
star
4

vue-kbar

Extensible command+k interface for Vue 3 applications. Inspired by timc1/kbar.
TypeScript
64
star
5

bytebase.com-old

Source for bytebase.com
Vue
45
star
6

employee-sample-database

Employee Sample Database for MySQL and Postgres
PLpgSQL
39
star
7

sql-review-action

The GitHub Action for SQL Review.
Shell
36
star
8

bytebase.com

Source for bytebase.com
TypeScript
30
star
9

relay

A web server for forwarding events from service A to service B
Go
23
star
10

plsql-parser

The parser for Oracle 11g/12c PL/SQL. It is based on the [ANTLR4](https://github.com/antlr/antlr4) and use the grammar from [antlr4-grammars-plsql](https://github.com/antlr/grammars-v4/tree/master/sql/plsql).
ANTLR
10
star
11

sql-review-action-example

Example for configuring SQL Review GitHub Action https://github.com/marketplace/actions/sql-review
8
star
12

install

πŸ“₯ Bytebase (un)installer
Shell
8
star
13

mysql-parser

MySQL parser based on ANTLR4
ANTLR
7
star
14

terraform-provider-bytebase

Terraform Bytebase provider
Go
6
star
15

render

Dockerfile
3
star
16

api-example

Example application to demonstrate Bytebase API
TypeScript
3
star
17

tsql-parser

The parser for SQL Server. It is based on the ANTLR4
C++
3
star
18

terraform-example

Terraform Bytebase Provider example to configure https://tf.bytebase.com
HCL
2
star
19

github-action-example

TypeScript
2
star
20

mysql-vs-postgres

TypeScript
2
star
21

.github

1
star
22

snowsql-parser

Snowflake parser on ANTLR4
ANTLR
1
star
23

mongo-parser

MongoDB parser based on ANTLR4
Go
1
star
24

partiql-parser

The repository of PartiQL parser based on ANTLR.
ANTLR
1
star
25

postgresql-parser

PostgreSQL parser based on ANTLR4
ANTLR
1
star
26

clabot-config

GitHub CLA Bot configuration.
1
star
27

devjoy

devjoy.org website
TypeScript
1
star
28

sql-review-gitlab-ci

The template for SQL review CI in GitLab
Shell
1
star
29

cli

bb: the CLI to interact with your Bytebase instance
Go
1
star