Sinatra on Heroku

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • corneal

    A Ruby gem that is a Sinatra app generator with Rails-like simplicity. I built this to help fellow Flatiron School students with their Sinatra assessments.

  • Starting out I used a gem called Corneal which is used to generate scaffolding for a basic Sinatra application. Very useful and exactly what I needed to get started.

  • Puma

    A Ruby/Rack web server built for parallelism

  • I wanted to use Puma over Thin as a webserver which limited me from using shotgun. Puma is recommended for the production environment over Thin on Heroku. As well as Heroku not supporting SQLite3, I had to switch to PostgreSQL and for this reason I just all in all removed thin and shotgun from my project.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Would you consider Rails as stable nowadays ?

    2 projects | /r/rails | 8 Dec 2023
  • Recommended way to implement Puma plugin configuration

    1 project | /r/ruby | 2 Jun 2023
  • Welcome to Puma 6: Sunflower

    1 project | /r/hypeurls | 22 Oct 2022
  • Welcome to Puma 6: Sunflower

    1 project | news.ycombinator.com | 22 Oct 2022
  • puma 6.0 released

    2 projects | /r/ruby | 21 Oct 2022