Skip to content

Commit

Permalink
Merge pull request #19 from block/myron/add-badges
Browse files Browse the repository at this point in the history
Add badges to the README.
  • Loading branch information
myronmarston authored Nov 4, 2024
2 parents 72cbc61 + c753c58 commit ad50e60
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
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

0 comments on commit ad50e60

Please sign in to comment.