schemamap

Instant batch data import for Postgres (by schemamap)

Schemamap Alternatives

Similar projects and alternatives to schemamap

  1. vitess

    Vitess is a database clustering system for horizontal scaling of MySQL.

  2. SaaSHub

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

    SaaSHub logo
  3. libpg_query

    C library for accessing the PostgreSQL parser outside of the server environment

  4. ora2pg

    4 schemamap VS ora2pg

    Ora2Pg is a free tool used to migrate an Oracle database to a PostgreSQL compatible schema. It connects your Oracle database, scan it automatically and extracts its structure or data, it then generates SQL scripts that you can load into PostgreSQL.

  5. pg-query-clj

    Clojure library to parse, deparse and normalize SQL queries using the PostgreSQL query parser

  6. orafce

    The "orafce" project implements in Postgres some of the functions from the Oracle database that are missing (or behaving differently).Those functions were verified on Oracle 10g, and the module is useful for production work.

  7. ape-dts

    ApeCloud's Data Transfer Suite, written in Rust. Provides ultra-fast data replication between MySQL, PostgreSQL, Redis, MongoDB, Kafka and ClickHouse, ideal for disaster recovery (DR) and migration scenarios.

  8. pg_parquet

    Copy to/from Parquet in S3, Azure Blob Storage, Google Cloud Storage, http(s) stores, local files or standard inout stream from within PostgreSQL

  9. retake

    Discontinued PostgreSQL for Search [Moved to: https://github.com/paradedb/paradedb]

  10. disintegrate

    Disintegrate Rust library (by disintegrate-es)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better schemamap alternative or higher similarity.

schemamap discussion

Log in or Post with

schemamap reviews and mentions

Posts with mentions or reviews of schemamap. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-04-15.
  • Hacking the Postgres Wire Protocol
    8 projects | news.ycombinator.com | 15 Apr 2025
    > One of the things that puts metaprogramming on wheels is being able to pull in grammars, schemas and such for external systems.

    That's what I've been trying to do with: https://github.com/schemamap/schemamap

    For a well-constrained Postgres schema, a deterministic SQL compiler can be built (with plenty of logic programming/constraint-solving/hypergraph-analysis) that can integrate arbitrary external systems data.

    While this is NP-hard, with some clever use of embeddings and ontologies, and use of every single constraint AST within the DB to reduce the search space, this becomes feasible problem.

    For any Clojurists interested, I've packaged `pg_query`, so you can use it in your applications: https://github.com/schemamap/pg-query-clj

    At the moment I'm saving up for the next development cycle, so not only PG->PG schema mappings can be solved for (JSON schema is next!). Hope this sounds interesting :)

Stats

Basic schemamap repo stats
1
74
8.7
over 1 year ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that Rust is
the 3rd most popular programming language
based on number of references?