Clojure Clojure

Open-source Clojure projects categorized as Clojure

Top 23 Clojure Clojure Projects

  • Metabase

    The simplest, fastest way to get business intelligence and analytics to everyone in your company :yum:

    Project mention: Does anyone use a visual SQL query builder? | reddit.com/r/SQL | 2023-03-29

    Metabase has a decent query builder. Has a free self hosted version. Not sure if it works with Big Query or not but I think I set it up to use Google Sheets as a data source so maybe.

  • penpot

    Penpot - The Open-Source design & prototyping platform

    Project mention: Free alternatives to paid software | reddit.com/r/coolguides | 2023-03-31

    Figma free alternative : https://penpot.app/

  • SonarLint

    Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.

  • logseq

    A local-first, non-linear, outliner notebook for organizing and sharing your personal knowledge base. Use it to organize your todo list, to write your journals, or to record your unique life.

    Project mention: ⟳ 0 apps added, 9 updated at apt.izzysoft.de | reddit.com/r/FDroidUpdates | 2023-03-28

    Logseq (version 53): platform for knowledge management and collaboration

  • datascript

    Immutable database and Datalog query engine for Clojure, ClojureScript and JS

    Project mention: wotbrew/relic: FRP for Clojure(Script) | reddit.com/r/Clojure | 2023-02-26

    What's the use case for relic? Sounds similar to https://github.com/tonsky/datascript ?

  • reagent

    A minimalistic ClojureScript interface to React.js

    Project mention: Building a website like it's 1999... in 2022 | reddit.com/r/programming | 2023-03-19

    Clojure people have been doing this for a decade or so. It’s really so much better to work with. All started with Hiccup and when React came along you got Reagent and many more developments building on the idea.

  • Riemann

    A network event stream processing system, in Clojure.

    Project mention: Is it a good idea to write logs into Kafka from Go services? | reddit.com/r/golang | 2022-06-05

    This is fine- we do something similar using riemann.

  • compojure

    A concise routing library for Ring/Clojure

    Project mention: Rich Hickey – open-source is Not About You | news.ycombinator.com | 2022-07-02

    If you're not familiar with lisps in general, it might be hard to grok the differences between lisp-macros (as used in Clojure) and "normal" macros you see in other languages.

    But, if you are familiar already, and just wanna see examples of neat macros that makes the API nicer than what a function could provide, here are a few:

    - https://github.com/clojure/core.async/blob/master/examples/w...

    - https://github.com/weavejester/compojure

    - https://github.com/ptaoussanis/timbre

    - https://github.com/krisajenkins/yesql

  • InfluxDB

    Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.

  • status-mobile

    a free (libre) open source, mobile OS for Ethereum

    Project mention: ⟳ 0 apps added, 32 updated at f-droid.org | reddit.com/r/FDroidUpdates | 2023-02-26

    Status: Crypto Wallet, Messenger, Ethereum Browser (version 1.20.3): Cryptocurrency wallet, Private messenger, and Ethereum DApp Browser all in one

  • ring

    Clojure HTTP server abstraction

    Project mention: what componies uses Clojure, and what componies deceased the use of other languages after additions of Clojure, for example Dropbox decrease the use of python after addition of Go programming language, are there any similar story with Clojure? | reddit.com/r/Clojure | 2022-10-02

    https://youtu.be/LcpbBth7FaQ (really cool live coding session with REPL-driven development for a ring web app)

  • babashka

    Native, fast starting Clojure interpreter for scripting

    Project mention: CIEL is a ready-to-use collection of Lisp libraries | news.ycombinator.com | 2023-03-21
  • lein-figwheel

    Figwheel builds your ClojureScript code and hot loads it into the browser as you are coding!

    Project mention: Clojure needs a Rails, but not for the reason you think | news.ycombinator.com | 2022-07-30
  • pedestal

    The Pedestal Server-side Libraries

    Project mention: Ask HN: What would be your stack if you are building an MVP today? | news.ycombinator.com | 2023-01-26

    I do! Clojure and Pedestal https://github.com/pedestal/pedestal work great for quick MVPs. Clojurescript with a nice HMR environment like Figwheel https://figwheel.org/ is also great if you need a front end.

  • awesome-clojure

    A curated list of awesome Clojure libraries and resources. Inspired by awesome-... stuff

  • hiccup

    Fast library for rendering HTML in Clojure

    Project mention: Building a website like it's 1999... in 2022 | reddit.com/r/programming | 2023-03-19

    Clojure people have been doing this for a decade or so. It’s really so much better to work with. All started with Hiccup and when React came along you got Reagent and many more developments building on the idea.

  • aleph

    Asynchronous communication for Clojure

  • lacinia

    GraphQL implementation in pure Clojure

    Project mention: Walmart “cracking down” on remote work, closing offices and forcing workers to relocate. | reddit.com/r/cscareerquestions | 2023-02-14

    Very specific example, but Lacinia, the primary GraphQL open source library used for Clojure apps, was developed by a guy at Walmart Labs. (He has since moved on though.)

  • boot

    Build tooling for Clojure.

  • sente

    Realtime web comms for Clojure/Script

    Project mention: Libraries that join front and back end? | reddit.com/r/Clojure | 2023-03-11

    https://github.com/ptaoussanis/sente doesn’t abstract it away completely, but very convenient

  • Arcadia

    Clojure in Unity

    Project mention: interested in learning lisp, (specifically for games, but also for everything else including tui and gui applications for linux. currently have next to no programming knowledge, can i get forwarded some resources and some tips on what exactly i should do? any videos i should watch? | reddit.com/r/lisp | 2022-06-23

    arcadia adds clojure (a lisp) to unity as a scripting language. You get to use a very good and well documented 3d game engine while still scripting stuff in your game in a lisp. there's a godot version too. The blender>unity/godot pipeline is pretty easy and documented. However, these game engines themselves are a lot to learn for your first game, especially if you're doing unorthodox stuff with them such as using lisp you won't find many tutorials.

  • closh

    Bash-like shell based on Clojure

    Project mention: How does closh handle long outputs? | reddit.com/r/Clojure | 2022-08-05

    Closh is a shell with Clojure. It blends unix pipe experience with clojure well.

  • clj-kondo

    Static analyzer and linter for Clojure code that sparks joy

    Project mention: Clj-kondo: a static analyzer and linter for Clojure | news.ycombinator.com | 2023-03-31
  • lux

    The Lux Programming Language (by LuxLang)

    Project mention: Language Showcase: Lux | reddit.com/r/functionalprogramming | 2022-09-19

    For anyone who'd like to read it, I believe this is the license text: https://github.com/LuxLang/lux/blob/master/license.txt

  • datahike

    A durable Datalog implementation adaptable for distribution.

    Project mention: Open source Datomic? | reddit.com/r/Clojure | 2022-11-01

    Check https://github.com/replikativ/datahike

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

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). The latest post mention was on 2023-03-31.

Clojure Clojure related posts

Index

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

Project Stars
1 Metabase 31,884
2 penpot 21,291
3 logseq 21,212
4 datascript 5,094
5 reagent 4,620
6 Riemann 4,163
7 compojure 4,010
8 status-mobile 3,642
9 ring 3,577
10 babashka 3,277
11 lein-figwheel 2,884
12 pedestal 2,592
13 awesome-clojure 2,510
14 hiccup 2,505
15 aleph 2,469
16 lacinia 1,752
17 boot 1,743
18 sente 1,689
19 Arcadia 1,662
20 closh 1,594
21 clj-kondo 1,548
22 lux 1,513
23 datahike 1,512
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com