Open Source Software Insight!
Insights • Analyze • Try Your Own Dataset • Twitter
OSS Insight analyze billions of GitHub events and get insights from them, also provide a compare tool which can compare any two open source software hosted on GitHub deeply.
Feature 1: Preanalysis of some famouse fields of technology 👁️
- Deep Insight Into Open Source Databases
- JavaScript Framework Repos Landscape 2021
- Web Framework Repos Landscape 2021
- Programming Languages Repos Landscape 2021
- Low-code Development Tool Repos Landscape 2021
If you want to analyze more, please contact us ✉️
Feature 2: Single Repo Analysis
- Basic:
- star, fork, issues, commits, pull requests, contributors, programming languages, lines of code modified
- Historical Trends of these metrics
- Time Cost of issues, pull requests
- Advanced:
- Geographical Distribution of stargazers, issue creators, pull requests creators
- Company Distribution of stargazers, issue creators, pull requests creators
Examples:
Feature 3: Compare Projects 🔨
Compare repo metrics metioned above in Single Repo Analysis
Examples:
- Compare Vue and React
- Compare Hugo and Docusaurus
- Compare CockroachDB and TiDB
- Compare PyTorch and TensorFlow
- Compare Django and Flask
- Compare Visual Studio Code and Atom
- Compare Go and Rust
- Compare Spark and Flink
- Compare Ant Design and Material-UI
- Compare Chaos Mesh and Chaosblade
Development
clone the code by:
git clone https://github.com/pingcap/ossinsight.git
install npm packages
cd ossinsight/;
yarn;
start the server:
yarn start;
then visit: http://localhost:3000