Spec vs. Preconditions

This page summarizes the projects mentioned and recommended in the original post on /r/Clojure

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
  • martian

    The HTTP abstraction library for Clojure/script, supporting OpenAPI, Swagger, Schema, re-frame and more (by oliyh)

  • There's a lot of concerns at the API edge of a system I would be looking at something like https://github.com/oliyh/martian this for an API and take half those concerns out of your current function

  • rcf

    RCF – a REPL-first, async test macro for Clojure/Script

  • If you have concerns about the correctness of get-book-tags in isolation I would suggest https://github.com/hyperfiddle/rcf,

  • 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
  • snoop

    Discontinued Function instrumentation using Malli schemas. (by CrypticButter)

  • You can take a look at malli instead of spec. Then take a look at the snoop library (https://github.com/CrypticButter/snoop) that provides some goodies on top of malli to easily define schema for function parameters and return types.

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