temporal_tables VS cms

Compare temporal_tables vs cms and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
temporal_tables cms
6 33
576 3,396
4.0% 3.5%
4.9 9.9
5 months ago 4 days ago
PLpgSQL PHP
GNU General Public License v3.0 or later GNU General Public License v3.0 or later
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.

temporal_tables

Posts with mentions or reviews of temporal_tables. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-20.
  • PostgreSQL temporal_tables extension in PL/pgSQL
    1 project | news.ycombinator.com | 6 Dec 2023
  • Versioning data in Postgres? Testing a Git like approach
    9 projects | news.ycombinator.com | 20 Oct 2023
    It was reimplemented in pure SQL here https://github.com/nearform/temporal_tables for this purpose
  • All the ways to capture changes in Postgres
    12 projects | news.ycombinator.com | 22 Sep 2023
    I enjoyed this blog. I think it provides a great succinct overview of various approaches native to Postgres.

    For the "capture changes in an audit table" section, I've had good experiences at a previous company with the Temporal Tables pattern. Unlike other major RDBMS vendors, it's not built into Postgres itself, but there's a simple pattern [1] you can leverage with a SQL function.

    This allows you to see a table's state as of a specific point in time. Some sample use cases:

    - "What was this user's configuration on Aug 12?"

    - "How many records were unprocessed at 11:55pm last night?"

    - "Show me the diff on feature flags between now and a week ago"

    [1]: https://github.com/nearform/temporal_tables

  • Show HN: I made a CMS that uses Git to store your data
    13 projects | news.ycombinator.com | 23 Oct 2022
    One of these Postgres-based implementations of SQL:2011's temporal versioning features might get you close enough:

    - https://github.com/nearform/temporal_tables

  • How to implement row changes history?
    1 project | /r/PostgreSQL | 27 Jul 2021
    You don't really need to install an extension to use temporal tables, there is an alternative (https://github.com/nearform/temporal_tables) implemented purely as a plpgsql trigger so that it works everywhere.
  • Temporal Tables PostgreSQL Extension
    3 projects | news.ycombinator.com | 9 Apr 2021
    I was part of a team at NearForm using this for a project on an EC2 instance. In order to move to AWS RDS we had to recreate the functionality of temporal_tables as a PostgreSQL function, rather than extension.

    When we switched, we found that although there were minor bugs, we didn't have any noticeable loss of performance and we have used it ever since for many projects.

    https://github.com/nearform/temporal_tables

    If you're also limited by cloud services and the extensions limitations, this is a great solution.

cms

Posts with mentions or reviews of cms. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-02.
  • Statamic – modern, clean, and highly adaptable CMS built on Laravel
    1 project | news.ycombinator.com | 12 Apr 2024
  • 9 best Git-based CMS platforms for your next project
    5 projects | dev.to | 2 Feb 2024
    Statamic is one of the best flat-file CMSs. It’s built with Laravel and can be used as a headless Git-based CMS as well. The paid professional version allows you to use REST APIs and GraphQL APIs for content management and offers a GitHub integration for content storage and editorial workflows.
  • Casidoo on TinaCMS
    10 projects | news.ycombinator.com | 23 Oct 2023
  • Ask HN: What are some well-designed websites?
    12 projects | news.ycombinator.com | 7 Sep 2023
    Aah, that's always a controversial question, on one hand, some universal rules of usability do exist, but on the other hand, everyone's habits, taste and use cases are very different.

    The most neutral definition of a "well designed" website, without any further context, could be "created in a way that helps users achieve intended goals efficiently, while keeping max number of users happy about its look".

    Again, different audiences will have very different answers. Here at HN, sites like https://www.mcmaster.com/ and https://www.craigslist.org win – because HN users appreciate old look and how efficient these sites are.

    https://www.apple.com/ is an industry standard of a marketing site for consumer tech. It's not universally "well designed".

    Other examples of well done marketing pages: https://www.sketch.com/ ; https://statamic.com/ ; https://linear.app/ got its share of hype recently.

    Other times, a website is well designed because its content is awesome and is easy to consume. See https://ciechanow.ski/ and https://www.joshwcomeau.com/

    Is https://github.com/ well designed? As an amateur developers, I'd say yes.

    Is https://htmx.org/ well designed? Hmm, at a glance, there's no design at all. Is no design also design? That's a rabbit hole.

    P.S. I often hear my website is well-designed :-)

  • Different flavors of content management
    9 projects | dev.to | 28 Aug 2023
    Local CMSs are the ones that are mostly file-based (like Statamic or Astro). This means that you can edit everything locally and deploy the data. This way, our CMS is more secure, but on the downside, you have to have a local server working, and you might experience more conflicts, especially when two people will work on the same article (although Git might save you from many of those). It also means that there is a higher learning curve. A remote CMS works somewhere on a server, and most users don't care how.
  • Looking for a simple CMS recommendation
    1 project | /r/webdev | 20 Jun 2023
    I use Statamic, the free version will do everything your looking for and it can be as simple or as complex as you need it to be. It's flat file based (by default) too so deployment / version control is super easy.
  • What is your tech stack for blog websites? (not wordpress)
    18 projects | /r/webdev | 7 Jun 2023
    Statamic (PHP / Laravel)
  • WP20 and Audrey Scholars – Matt Mullenweg
    3 projects | news.ycombinator.com | 28 May 2023
    I'm not in the market for a CMS but if I were I'd likely go with https://statamic.com/ if I needed to build something from scratch.
  • Go with PHP
    19 projects | news.ycombinator.com | 10 May 2023
    If you're looking for a great CMS and were bitten by WordPress back in the day, you should take a look at Statamic (https://statamic.com)

    It's a Laravel package and it's the best CMS I've ever used (from a dev perspective). v4 just dropped the other day

  • Software for personal website
    2 projects | /r/webdev | 29 Apr 2023
    https://statamic.com free for personal. Your welcome.

What are some alternatives?

When comparing temporal_tables and cms you can also consider the following projects:

temporal_tables - Temporal Tables PostgreSQL Extension

CRUD - Build custom admin panels. Fast!

pgkit - Pgkit - Backup, PITR and recovery management made easy

laravel-localization - Easy localization for Laravel

walex - Postgres change events (CDC) in Elixir

jigsaw - Simple static sites with Laravel’s Blade.

pg-event-proxy-example - Send NOTIFY and WAL events from PostgreSQL to upstream services (amqp / redis / mqtt)

cms - Multilingual PHP CMS built with Laravel and bootstrap

maxwell - Maxwell's daemon, a mysql-to-json kafka producer

WonderCMS - Fast and small flat file CMS (5 files). Built with PHP, JSON database.

connectors - Connectors for capturing data from external data sources

bulma-blade-ui - A set of Laravel Blade components for the Bulma frontend framework