OCaml GraphQL

Open-source OCaml projects categorized as GraphQL

Top 3 OCaml GraphQL Projects

  1. dream

    Tidy, feature-complete Web framework

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. ocaml-graphql-server

    GraphQL servers in OCaml

    Project mention: A reckless introduction to Hindley-Milner type inference (2019) | news.ycombinator.com | 2024-06-25

    In the technique I showed, I am using a difflist to enumerate a set of HTTP POST form fields and their expected types. This difflist type is defined in such a way that one of its type parameters gets inferred as a function type which takes the decoded values in the correct order and returns a record containing the decoded form. Eg from Field.[int "id"; string "name"] we get a type parameter int -> string -> 'a, where 'a is the type of the final decoded form.

    This is the kind of real-world usage where difflists or heterogeneous lists shine. The same technique is used by this library to define type-safe GraphQL resolvers: https://github.com/andreas/ocaml-graphql-server

  4. ocaml-game-geek

    OCaml Game Geek is centered around building a GraphQL server that mimics some of the functionality of Board Game Geek.

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

OCaml GraphQL discussion

Log in or Post with

Index

What are some of the best open-source GraphQL projects in OCaml? This list will help you:

# Project Stars
1 dream 1,705
2 ocaml-graphql-server 622
3 ocaml-game-geek 5

Sponsored
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com

Did you know that OCaml is
the 41st most popular programming language
based on number of references?