• Stars
    star
    3,217
  • Rank 13,392 (Top 0.3 %)
  • Language
    TypeScript
  • Created over 8 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 GitLab/GitHub for database DevOps. World's most advanced database DevOps and CI/CD for Developer, DBA and Platform Engineering teams.
Go
9,501
star
2

interview

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

dbcost

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

vue-kbar

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

bytebase.com-old

Source for bytebase.com
Vue
45
star
6

employee-sample-database

Employee Sample Database for MySQL and Postgres
PLpgSQL
32
star
7

sql-review-action

The GitHub Action for SQL Review.
Shell
30
star
8

bytebase.com

Source for bytebase.com
TypeScript
25
star
9

relay

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

sql-review-action-example

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

install

📥 Bytebase (un)installer
Shell
7
star
12

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
6
star
13

terraform-provider-bytebase

Terraform Bytebase provider
Go
6
star
14

mysql-parser

ANTLR
4
star
15

render

Dockerfile
3
star
16

terraform-example

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

api-example

Example application to demonstrate Bytebase API
TypeScript
2
star
18

tsql-parser

ANTLR
2
star
19

.github

1
star
20

postgresql-parser

ANTLR
1
star
21

clabot-config

GitHub CLA Bot configuration.
1
star
22

devjoy

devjoy.org website
TypeScript
1
star
23

sql-review-gitlab-ci

The template for SQL review CI in GitLab
Shell
1
star