Socket
Book a DemoInstallSign in
Socket

elasticgraph-rack

Package Overview
Dependencies
Maintainers
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elasticgraph-rack

1.0.1
bundlerRubygems
Version published
Maintainers
3
Created
Source

ElasticGraph::Rack

Serves an ElasticGraph application using Rack. Can be used to serve an ElasticGraph application from any Rack compatible web server.

Dependency Diagram

graph LR;
    classDef targetGemStyle fill:#FADBD8,stroke:#EC7063,color:#000,stroke-width:2px;
    classDef otherEgGemStyle fill:#A9DFBF,stroke:#2ECC71,color:#000;
    classDef externalGemStyle fill:#E0EFFF,stroke:#70A1D7,color:#2980B9;
    elasticgraph-rack["elasticgraph-rack"];
    class elasticgraph-rack targetGemStyle;
    elasticgraph-graphql["elasticgraph-graphql"];
    elasticgraph-rack --> elasticgraph-graphql;
    class elasticgraph-graphql otherEgGemStyle;
    rack["rack"];
    elasticgraph-rack --> rack;
    class rack externalGemStyle;
    elasticgraph-graphiql["elasticgraph-graphiql"];
    elasticgraph-graphiql --> elasticgraph-rack;
    class elasticgraph-graphiql otherEgGemStyle;
    click rack href "https://rubygems.org/gems/rack" "Open on RubyGems.org" _blank;

Usage

Use this gem with any rack-compatible server. Here's an example config.ru:

require 'elastic_graph/graphql'
require 'elastic_graph/rack/graphql_endpoint'

graphql = ElasticGraph::GraphQL.from_yaml_file("config/settings/local.yaml")
run ElasticGraph::Rack::GraphQLEndpoint.new(graphql)

Run this with rackup (after installing the rackup gem) or any other rack-compatible server.

FAQs

Package last updated on 18 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.