Mediawiki VS fly_postgres_elixir

Compare Mediawiki vs fly_postgres_elixir and see what are their differences.

Mediawiki

🌻 The collaborative editing software that runs Wikipedia. Mirror from https://gerrit.wikimedia.org/g/mediawiki/core. See https://mediawiki.org/wiki/Developer_access for contributing. (by wikimedia)

fly_postgres_elixir

Library for working with local read-replica postgres databases and performing writes through RPC calls to other nodes in the primary Fly.io region. (by superfly)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
Mediawiki fly_postgres_elixir
25 1
3,962 91
2.2% -
10.0 4.6
1 day ago 8 months ago
PHP Elixir
GNU General Public License v3.0 or later 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.

Mediawiki

Posts with mentions or reviews of Mediawiki. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-15.
  • The most interesting Open Source web applications
    5 projects | dev.to | 15 Jun 2023
    Wikipedia that runs on MediaWiki which is written in PHP. source code
  • My collection of Ansible roles for self-hosting everything with Rocky Linux and FreeIPA
    17 projects | /r/selfhosted | 2 Jun 2023
    MediaWiki
  • Delete files after wiki creation
    1 project | /r/mediawiki | 3 Apr 2023
    "https://ibb.co/0F2rWbG/logo.png", 'icon' => "https://ibb.co/0F2rWbG/logo.png",];## UPO means: this is also a user preference option$wgEnableEmail = true;$wgEnableUserEmail = true; # UPO$wgEmergencyContact = "";$wgPasswordSender = "";$wgEnotifUserTalk = false; # UPO$wgEnotifWatchlist = false; # UPO$wgEmailAuthentication = true;## Database settings$wgDBtype = "mysql";$wgDBserver = "wiki";$wgDBname = "wikipapadeluxe";$wgDBuser = "root";$wgDBpassword = "";# MySQL specific settings$wgDBprefix = "";# MySQL table options to use during installation or update$wgDBTableOptions = "ENGINE=InnoDB, DEFAULT CHARSET=binary";# Shared database table# This has no effect unless $wgSharedDB is also set.$wgSharedTables[] = "actor";## Shared memory settings$wgMainCacheType = CACHE_NONE;$wgMemCachedServers = [];## To enable image uploads, make sure the 'images' directory## is writable, then set this to true:$wgEnableUploads = false;#$wgUseImageMagick = true;#$wgImageMagickConvertCommand = "/usr/bin/convert";# InstantCommons allows wiki to use images from https://commons.wikimedia.org$wgUseInstantCommons = false;# Periodically send a pingback to https://www.mediawiki.org/ with basic data# about this MediaWiki instance. The Wikimedia Foundation shares this data# with MediaWiki developers to help guide future development efforts.$wgPingback = true;# Site language code, should be one of the list in ./includes/languages/data/Names.php$wgLanguageCode = "en";# Time zone$wgLocaltimezone = "Europe/Berlin";## Set $wgCacheDirectory to a writable directory on the web server## to make your wiki go slightly faster. The directory should not## be publicly accessible from the web.#$wgCacheDirectory = "$IP/cache";$wgSecretKey = "b564d730428f48d0882f0ae67283fc844ba41347848b4868501bdb524ff86342";# Changing this will log out all existing sessions.$wgAuthenticationTokenVersion = "1";# Site upgrade key. Must be set to a string (default provided) to turn on the# web installer while LocalSettings.php is in place$wgUpgradeKey = "d8e35fccd5b424df";## For attaching licensing metadata to pages, and displaying an## appropriate copyright notice / icon. GNU Free Documentation## License and Creative Commons licenses are supported so far.$wgRightsPage = ""; # Set to the title of a wiki page that describes your license/copyright$wgRightsUrl = "";$wgRightsText = "";$wgRightsIcon = "";# Path to the GNU diff3 utility. Used for conflict resolution.$wgDiff3 = "";# The following permissions were set based on your choice in the installer$wgGroupPermissions['*']['edit'] = false;## Default skin: you can change the default skin. Use the internal symbolic## names, e.g. 'vector' or 'monobook':$wgDefaultSkin = "vector";# Enabled skins.# The following skins were automatically enabled:wfLoadSkin( 'MinervaNeue' );wfLoadSkin( 'MonoBook' );wfLoadSkin( 'Timeless' );wfLoadSkin( 'Vector' );# End of automatically generated settings.# Add more configuration options below.
  • Twitter's source code has been leaked on GitHub
    10 projects | /r/ProgrammerHumor | 27 Mar 2023
    Do you mean Fandom wiki? You would want some kind of open source wiki platform. MediaWiki (used for Wikipedia) is probably the most popular and full featured.
  • Phewww...😅
    1 project | /r/ProgrammerHumor | 15 Mar 2023
    It's all open source https://github.com/wikimedia/mediawiki
  • Crowdsourced Glossary for Survivalists: A User-Experience Based Resource for Brands, Products, Plants, and Techniques
    1 project | /r/Survival | 25 Feb 2023
    A little money, a little installation work, and this: https://github.com/wikimedia/mediawiki
  • This is the first time, or maybe the perfect opportunity for public mass adoption of a free software. What do you think of Mastodon Evangelism?
    1 project | /r/opensource | 2 Jan 2023
  • Even with the flaws I have added Chad to my toolbox
    1 project | /r/artificial | 7 Dec 2022
  • Portable Off Grid Wikipedia
    1 project | /r/preppers | 20 Nov 2022
    This is overkill. The entirety of Wikipedia is made available for free download by the Wikimedia foundation, the code is open-source, and anyone can set up their own copy of Wikipedia on a normal PC with a big hard disk. Power this off a portable battery and solar panel and you have off-grid Wikipedia without any hardware hacking.
  • Looking for a selfhosted solution for keeping track of ongoing conversations
    1 project | /r/selfhosted | 1 Nov 2022
    Last time I had occasion to use one - i used mediawiki

fly_postgres_elixir

Posts with mentions or reviews of fly_postgres_elixir. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-19.
  • My Thoughts About Fly.io (So Far)
    2 projects | news.ycombinator.com | 19 May 2022
    https://github.com/superfly/fly_postgres_elixir

    It does this by sending writes to the primary region over RPC (via distributed elixir). The write is performed on a primary instance adjacent to the DB, then the result, and the postgres log-sequence-number, is sent back to the remote node. When the library gets a result of the RPC write, it blocks locally until its local read replica matches an LSN >= write LSN, then the result is returned to the caller

    This gives us read-your-own-writes for the end-user, and the calling code remains unchanged for standard code paths. This doesn't solve all classes of race conditions – for example you may broadcast a message over Phoenix.PubSub that causes a read on the remote node for data that isn't yet replicated, but typically you'd avoid an N query problem from pubsub in general by populating the data in the message on the publisher beforehand.

    There's no completely avoiding the fact you have a distributed system where the speed of light matters, but it's Fly's (and Phoenix's) goal to push those concerns back as far as possible. For read heavy apps, or apps that use caching layers for reads, developers already face these kinds of problems. If you think of your read-replicas as cache with a convenient SQL interface, you can avoid most foot guns.

    I'm happy to answer other questions as it relates to Phoenix, Fly or what Phoenix + Fly enables from my perspective.

What are some alternatives?

When comparing Mediawiki and fly_postgres_elixir you can also consider the following projects:

Dokuwiki - The DokuWiki Open Source Wiki Engine

Wiki.js - Wiki.js | A modern and powerful wiki app built on Node.js

BookStack - A platform to create documentation/wiki content built with PHP & Laravel

django-wiki - A wiki system with complex functionality for simple integration and a superb interface. Store your knowledge with style: Use django models.

Gollum - A simple, Git-powered wiki with a local frontend and support for many kinds of markup and content.

TiddlyWiki - A self-contained JavaScript wiki for the browser, Node.js, AWS Lambda etc.

Outline - The fastest knowledge base for growing teams. Beautiful, realtime collaborative, feature packed, and markdown compatible.

Documize - Modern Confluence alternative designed for internal & external docs, built with Go + EmberJS

XWiki - The XWiki platform

MoinMoin - MoinMoin Wiki (1.9, also: 1.5a ... 1.8), stable, for production wikis

MdWiki

ikiwiki