A GraphQL Server Implementation – Ruby on Rails
GraphQL is a query language for APIs developed by the Facebook team. This language gives clients the power to ask for exactly what they need and … (more…)
Read more »At Localytics, one of the tools we use for data processing is the Snowflake data warehouse. We connect to Snowflake in a couple different ways, but our main data retrieval application is a Ruby on Rails API. To accomplish this we use a combination of unix… Read more