LDMUd

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

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

    Source Repository for LDMud

  • class Ldmud < Formula desc "This is 'LDMud', a gamedriver for LPMuds." homepage "http://www.ldmud.eu/" url "https://github.com/ldmud/ldmud/archive/3.5.0.5.tar.gz" sha256 "ec6327dc751380ad201ebe611ce1b6f714e9afa1439a31e04860488528745886" head do url "https://github.com/ldmud/ldmud.git" depends_on "autoconf" => :build depends_on "automake" => :build depends_on "json-c" => :optional end depends_on "bison" => :build depends_on "libgcrypt" => :build depends_on "pcre" => :optional depends_on "mysql" => :optional depends_on "postgresql" => :optional def install args = %W[ --prefix=#{prefix} --enable-access-log ] args << "--enable-use-json" if build.with? "json-c" args << "--enable-use-pcre" if build.with? "pcre" args << "--enable-use-gcrypt" if build.with? "libgcrypt" args << "--enable-use-mysql" if build.with? "mysql" args << "--enable-use-pgsql" if build.with? "postgresql" ENV.deparallelize cd "src" do system "./autogen.sh" if build.head? system "./configure", *args system "make", "install-all" end end test do # Hard to test because one needs a mudlib but can at least run it system "#{bin}/ldmud" end end

  • 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