Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add badges to the README. #19

Merged
merged 1 commit into from
Nov 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# ElasticGraph

<p align="center">
<a href="https://github.com/block/elasticgraph/actions/workflows/ci.yaml?query=branch%3Amain" alt="CI Status">
<img src="https://img.shields.io/github/check-runs/block/elasticgraph/main?label=CI%20Status" /></a>
<a href="https://github.com/block/elasticgraph/blob/main/spec_support/lib/elastic_graph/spec_support/enable_simplecov.rb" alt="ElasticGraph maintains 100% Test Coverage">
<img src="https://img.shields.io/badge/Test%20Coverage-100%25-green" /></a>
<a href="https://github.com/block/elasticgraph/pulse" alt="Activity">
<img src="https://img.shields.io/github/commit-activity/m/block/elasticgraph" /></a>
<a href="https://github.com/block/elasticgraph/graphs/contributors" alt="GitHub Contributors">
<img src="https://img.shields.io/github/contributors/block/elasticgraph" /></a>
<a href="https://makeapullrequest.com" alt="PRs Welcome!">
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square" /></a>
<a href="https://rubygems.org/gems/elasticgraph" alt="RubyGems Release">
<img src="https://img.shields.io/gem/v/elasticgraph" /></a>
<a href="https://github.com/block/elasticgraph/blob/main/LICENSE.txt" alt="MIT License">
<img alt="MIT License" src="https://img.shields.io/github/license/block/elasticgraph" /></a>
</p>

ElasticGraph is a general purpose, near real-time data query and search platform that is scalable and performant,
serves rich interactive queries, and dramatically simplifies the creation of complex reports. The platform combines
the power of indexing and search of Elasticsearch or OpenSearch with the query flexibility of GraphQL language.
Expand Down
17 changes: 17 additions & 0 deletions script/update_readme
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,23 @@ end
__END__
# ElasticGraph

<p align="center">
<a href="https://github.com/block/elasticgraph/actions/workflows/ci.yaml?query=branch%3Amain" alt="CI Status">
<img src="https://img.shields.io/github/check-runs/block/elasticgraph/main?label=CI%20Status" /></a>
<a href="https://github.com/block/elasticgraph/blob/main/spec_support/lib/elastic_graph/spec_support/enable_simplecov.rb" alt="ElasticGraph maintains 100% Test Coverage">
<img src="https://img.shields.io/badge/Test%20Coverage-100%25-green" /></a>
<a href="https://github.com/block/elasticgraph/pulse" alt="Activity">
<img src="https://img.shields.io/github/commit-activity/m/block/elasticgraph" /></a>
<a href="https://github.com/block/elasticgraph/graphs/contributors" alt="GitHub Contributors">
<img src="https://img.shields.io/github/contributors/block/elasticgraph" /></a>
<a href="https://makeapullrequest.com" alt="PRs Welcome!">
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square" /></a>
<a href="https://rubygems.org/gems/elasticgraph" alt="RubyGems Release">
<img src="https://img.shields.io/gem/v/elasticgraph" /></a>
<a href="https://github.com/block/elasticgraph/blob/main/LICENSE.txt" alt="MIT License">
<img alt="MIT License" src="https://img.shields.io/github/license/block/elasticgraph" /></a>
</p>

ElasticGraph is a general purpose, near real-time data query and search platform that is scalable and performant,
serves rich interactive queries, and dramatically simplifies the creation of complex reports. The platform combines
the power of indexing and search of Elasticsearch or OpenSearch with the query flexibility of GraphQL language.
Expand Down