Omeka VS gleam

Compare Omeka vs gleam and see what are their differences.

Omeka

A flexible web publishing platform for the display of library, museum and scholarly collections, archives and exhibitions. (by omeka)

gleam

⭐️ A friendly language for building type-safe, scalable systems! (by gleam-lang)
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
Omeka gleam
9 99
465 15,547
0.4% 8.3%
6.8 9.9
about 2 months ago 3 days ago
PHP Rust
GNU General Public License v3.0 only Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Omeka

Posts with mentions or reviews of Omeka. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-26.
  • Online Research Tools for Students
    1 project | /r/SharkAdvice | 15 May 2023
    Omeka
  • Indexing / filtering lots of images and their metadata
    2 projects | /r/opensource | 26 Jan 2023
    Omeka (https://omeka.org/) is OSS and has a REST API. Usually used by museums/libraries, but primary function is to upload and describe media files.
  • Ask HN: What not-profit-seeking project are you tinkering with this week?
    37 projects | news.ycombinator.com | 18 Oct 2022
    Adding new features to listmonk (mailing list / newsletter manager), preparing for its next release.

    https://github.com/knadh/listmonk

    Setting up and playing around with Omeka, a brilliant document publishing system, to help publish an archive of digitised physical books and documents.

    https://omeka.org

  • How are historians recording and preserving the COVID-19 pandemic?
    1 project | /r/AskHistorians | 28 Aug 2021
    If you Google "COVID-19 digital archive" you can also find a range of projects with different focuses. A benefit of technology is that now many organizations can create their own Omeka site and build a collection to document events in real time. However, I hope the post above demonstrates that while anyone can, any historian utilizing these various resources need to consider the practices undertaken to gather digital archives. We would never enter a physical archive and look at paper documents without questioning why those survive, what's missing, and thinking about voices specifically left out. A digital collection is the same, however they present an abundance of sources that can distract or distort- approaching the surviving records of the Salem Witch Trials is different from approaching a collection of 40,000 personal accounts. What voices might not volunteer a personal account to a website if it requires identifying information? How many images of people in masks at the grocery store do we need to deliberately save? These are not substantially different questions from what past historians and archivists thought about, but technology does reframe discussion. We'll see how many of these projects were developed with sustainability in mind.
  • Seeking recommendation for building an art collection archive
    1 project | /r/Archivists | 6 Aug 2021
    Yes to this and other free, open source solutions such as Omeka.
  • Wordpress plugin to create a easy to manage historical document gallary/database
    1 project | /r/Wordpress | 9 Jun 2021
    I have not tried this yet but: https://wordpress.org/plugins/diviner-archive/ Or you might look into a non-Wordpress solution like Omeka https://omeka.org/
  • What to do with a large newspaper text archive
    1 project | /r/Journalism | 25 May 2021
    There are some great visual archives online that might serve as inspiration. Free tools to create them include Collection Builder, Omeka, and some other free, open source repository software. Most of their sites have links to projects that people have built using their tool, and I find them super inspiring to scroll through and get ideas for projects like yours.
  • best theme for old postcards collection browsing
    1 project | /r/WordPressThemes | 24 May 2021
    A popular alternative is Omeka, which can't directly be used with WordPress but does have some workarounds to effectively show the digital collection in a frame. Search the Omeka forum for more info.
  • Solutions for collections accessible on the cloud?
    2 projects | /r/Archivists | 8 Feb 2021
    Omeka (https://omeka.org/)

gleam

Posts with mentions or reviews of gleam. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-30.
  • Borgo is a statically typed language that compiles to Go
    21 projects | news.ycombinator.com | 30 Apr 2024
    I haven't had time to really try to write anything in it, but https://gleam.run/ looks really good too. Like Elm for backend + frontend!
  • Release Radar • March 2024 Edition
    14 projects | dev.to | 7 Apr 2024
    Want a friendly language for building safe systems at scale? Gleam is here for you. It features modern and familiar syntax, that's reliable and scalable. Gleam runs on an Erlang virtual machine, and can run plenty of concurrent tasks. It comes with a compiler, build tool, formatter, editor integrations, and package manager all built in so you can get started right away. Congrats to the team on shipping your first major version 🙌.
  • The Current State of Clojure's Machine Learning Ecosystem
    4 projects | news.ycombinator.com | 7 Apr 2024
    While I love Clojure, I have to agree about tooling. I recently started using Gleam* and was impressed at how easy it was to get up and running with the CLI tool. I think this is an important part of getting people to adopt a language.

    * https://gleam.run/

  • Show HN: I open-sourced the in-memory PostgreSQL I built at work for E2E tests
    9 projects | news.ycombinator.com | 7 Apr 2024
    If you use languages that compile to WASM (such as Gleam https://gleam.run), and can also run Postgres via WASM, then it opens very interesting offline scenarios with codebases which are similar on both the client and the server, for instance.
  • Why the number of Gleam programmers is growing so fast?
    1 project | dev.to | 26 Mar 2024
    Recently, Gleam has gained more popularity, and a lot of developers (including me) are learning it. At the time of this writing, it has exceeded 14k stars on GitHub; it grew really fast for the last month.
  • Cranelift code generation comes to Rust
    5 projects | news.ycombinator.com | 18 Mar 2024
  • Gleam v1.0.0
    1 project | news.ycombinator.com | 4 Mar 2024
  • Gleam has a 1.0 release candidate
    1 project | news.ycombinator.com | 10 Feb 2024
  • Welcome to the Gleam Language Tour
    1 project | news.ycombinator.com | 20 Jan 2024
    Oh, strange that github had a date of 2016 on this one: https://github.com/gleam-lang/gleam/issues/2

    I was just going by that, though I do remember checking out gleam 5 years ago or so.

    Re: macros, I really do think they’re a big deal and all the other newer languages I’ve used, such as Rust have some kind of macros or powerful meta programming features.

    For older languages, a few, like Ruby have enough meta programmability to make nice DSLs, but many others don’t. Given the choice, I’d much rather have Elixir/Clojure style macros than other meta-programming facilities I’ve seen so far.

  • Inko Programming Language
    4 projects | news.ycombinator.com | 14 Nov 2023
    I had been only following this language with some interest, I guess this was born in gitlab not sure if the creator(s) still work there. This is what I'd have wanted golang to be (albeit with GC when you do not have clear lifetimes).

    But how would you differentiate yourself from https://gleam.run which can leverage the OTP, I'd be more interested if we can adapt Gleam to graalvm isolates so we can leverage the JVM ecosystem.

What are some alternatives?

When comparing Omeka and gleam you can also consider the following projects:

ArchivesSpace - The ArchivesSpace archives management tool

are-we-fast-yet - Are We Fast Yet? Comparing Language Implementations with Objects, Closures, and Arrays

Joomla! - Home of the Joomla! Content Management System

web3.js - Collection of comprehensive TypeScript libraries for Interaction with the Ethereum JSON RPC API and utility functions.

Pico - Pico is a stupidly simple, blazing fast, flat file CMS.

Rustler - Safe Rust bridge for creating Erlang NIF functions

API Platform - Create REST and GraphQL APIs, scaffold Jamstack webapps, stream changes in real-time.

ponyc - Pony is an open-source, actor-model, capabilities-secure, high performance programming language

Plone - Plone Core Development Buildout

nx - Multi-dimensional arrays (tensors) and numerical definitions for Elixir

Strapi - 🚀 Strapi is the leading open-source headless CMS. It’s 100% JavaScript/TypeScript, fully customizable and developer-first.

hamler - Haskell-style functional programming language running on Erlang VM.