awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to spring-projects/spring-data-neo4j

Open-source alternatives to Spring Data Neo4j

30 open-source projects similar to spring-projects/spring-data-neo4j, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Spring Data Neo4j alternative.

  • anormcypher/anormcypherAvatar de AnormCypher

    AnormCypher/AnormCypher

    127Ver en GitHub↗

    Table of Contents

    Scala
    Ver en GitHub↗127
  • brianc/node-postgresAvatar de brianc

    brianc/node-postgres

    13,155Ver en GitHub↗

    This project is a Node.js client for PostgreSQL databases, providing a protocol parser to translate raw binary streams into JavaScript objects. It serves as a driver for executing queries, managing data, and integrating Node.js applications with PostgreSQL backends. The library includes a connection pool manager to reduce network overhead by caching reusable connections and a result streamer that uses cursors to retrieve large datasets incrementally. It also functions as an event listener for subscribing to asynchronous server-side notifications to trigger real-time application events. Broad

    JavaScriptlibpqnode-postgrespostgres
    Ver en GitHub↗13,155
  • c410-f3r/wtxAvatar de c410-f3r

    c410-f3r/wtx

    360Ver en GitHub↗

    A collection of different transport implementations and related tools focused primarily on web technologies.

    Rust
    Ver en GitHub↗360
  • cleishm/libneo4j-clientAvatar de cleishm

    cleishm/libneo4j-client

    160Ver en GitHub↗

    neo4j-client

    C
    Ver en GitHub↗160
  • elixir-ecto/postgrexAvatar de elixir-ecto

    elixir-ecto/postgrex

    1,212Ver en GitHub↗

    PostgreSQL driver for Elixir

    Elixir
    Ver en GitHub↗1,212

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Find more with AI search
  • felixge/node-mysqlAvatar de felixge

    felixge/node-mysql

    18,621Ver en GitHub↗

    This project is a pure JavaScript database driver for Node.js that implements the native MySQL binary protocol. It serves as a comprehensive connector for managing persistent network links to MySQL servers, enabling applications to execute queries, manage transactions, and handle complex data operations without requiring external middleware. The driver distinguishes itself through its integrated support for connection pooling and distributed database routing. It maintains managed sets of reusable network sockets to optimize resource usage under high request volumes, while simultaneously provi

    JavaScript
    Ver en GitHub↗18,621
  • gajus/slonikAvatar de gajus

    gajus/slonik

    4,910Ver en GitHub↗

    Slonik is a type-safe PostgreSQL client for Node.js that uses tagged template literals to ensure parameters are bound and protected against injection attacks. It provides a framework for connecting applications to PostgreSQL with automatic type checking for queries and database schemas. The project distinguishes itself through a specialized SQL query linter that detects invalid columns and type mismatches by verifying code against a live database schema during the development process. It also includes a high-performance binary bulk data inserter for loading large datasets using native binary

    TypeScript
    Ver en GitHub↗4,910
  • ged/ruby-pgAvatar de ged

    ged/ruby-pg

    870Ver en GitHub↗

    A PostgreSQL client library for Ruby

    C
    Ver en GitHub↗870
  • go-pg/pgAvatar de go-pg

    go-pg/pg

    5,785Ver en GitHub↗

    pg is a PostgreSQL object-relational mapper (ORM) for Go that maps Go structs to database tables and provides a fluent query builder for constructing SQL statements programmatically. At its core, it automatically generates CREATE TABLE statements from Go struct definitions using struct tags and naming conventions, and builds queries through method chaining with placeholder-based parameter binding to prevent SQL injection. The library distinguishes itself through relation-aware join generation that automatically constructs JOIN clauses for has-one, has-many, many-to-many, and polymorphic assoc

    Go
    Ver en GitHub↗5,785
  • graphaware/neo4j-bolt-phpAvatar de graphaware

    graphaware/neo4j-bolt-php

    42Ver en GitHub↗

    PHP low level Driver for Neo4j's Bolt Remoting Protocol

    PHP
    Ver en GitHub↗42
  • graphaware/neo4j-php-clientAvatar de graphaware

    graphaware/neo4j-php-client

    285Ver en GitHub↗

    Neo4j-PHP-Client is the most advanced and flexible Neo4j Client for PHP.

    PHP
    Ver en GitHub↗285
  • graphaware/neo4j-php-ogmAvatar de graphaware

    graphaware/neo4j-php-ogm

    153Ver en GitHub↗

    Current Release : 1.0.0-beta19

    PHP
    Ver en GitHub↗153
  • holdfenytolvaj/pogiAvatar de holdfenytolvaj

    holdfenytolvaj/pogi

    139Ver en GitHub↗

    Javascript library for PostgreSQL and node.js

    TypeScript
    Ver en GitHub↗139
  • jackc/pgxAvatar de jackc

    jackc/pgx

    13,428Ver en GitHub↗

    This project is a database driver and interface for the Go programming language, specifically designed for PostgreSQL. It provides a low-level library for executing SQL queries, managing transactions, and handling data persistence within Go applications. The driver distinguishes itself by implementing the native PostgreSQL binary wire protocol, which minimizes communication overhead and maximizes data transfer efficiency. It includes advanced connection pooling to maintain persistent database sessions and supports prepared statement caching to accelerate the execution of frequently repeated o

    Go
    Ver en GitHub↗13,428
  • jadell/neo4jphpAvatar de jadell

    jadell/neo4jphp

    534Ver en GitHub↗

    Neo4jPHP Author: Josh Adell Copyright (c) 2011-2012

    PHP
    Ver en GitHub↗534
  • jawj/zapatosAvatar de jawj

    jawj/zapatos

    1,401Ver en GitHub↗

    Zero-abstraction Postgres for TypeScript: a non-ORM database library

    TypeScript
    Ver en GitHub↗1,401
  • jmcvetta/neoismAvatar de jmcvetta

    jmcvetta/neoism

    388Ver en GitHub↗

    Neo4j client for Golang

    Go
    Ver en GitHub↗388
  • karlseguin/pg.zigAvatar de karlseguin

    karlseguin/pg.zig

    568Ver en GitHub↗

    Native PostgreSQL driver / client for Zig

    Zig
    Ver en GitHub↗568
  • lib/pqAvatar de lib

    lib/pq

    9,903Ver en GitHub↗

    pq is a PostgreSQL driver for Go that implements the standard database/sql interface. It serves as a connection library and protocol implementation that translates application data types into the binary and text formats required by PostgreSQL. The project provides specialized utilities for high-performance data ingestion using bulk data loading and a dedicated bulk data importer. It also features an implementation for listening to asynchronous server notifications and provides tools for connection load balancing across multiple hosts and ports. The driver covers a broad surface of database i

    Go
    Ver en GitHub↗9,903
  • m6w6/ext-pqAvatar de m6w6

    m6w6/ext-pq

    41Ver en GitHub↗

    PostgreSQL client library (libpq) binding

    C
    Ver en GitHub↗41
  • marijnh/postmodernAvatar de marijnh

    marijnh/Postmodern

    430Ver en GitHub↗

    A Common Lisp PostgreSQL programming interface

    Common Lisp
    Ver en GitHub↗430
  • maxdemarzi/neographyAvatar de maxdemarzi

    maxdemarzi/neography

    603Ver en GitHub↗

    A thin Ruby wrapper to the Neo4j Rest API

    Ruby
    Ver en GitHub↗603
  • michaelklishin/neoconsAvatar de michaelklishin

    michaelklishin/neocons

    207Ver en GitHub↗

    Neocons is a feature rich idiomatic Clojure client for the Neo4J REST API.

    Clojure
    Ver en GitHub↗207
  • mschae/boltexAvatar de mschae

    mschae/boltex

    29Ver en GitHub↗

    Elixir implementation of the Bolt protocol and corresponding PackStream protocol. Both is being used by Neo4J.

    Elixir
    Ver en GitHub↗29
  • neo4j-contrib/neo4j-jdbcAvatar de neo4j-contrib

    neo4j-contrib/neo4j-jdbc

    152Ver en GitHub↗

    Official Neo4j JDBC Driver

    Java
    Ver en GitHub↗152
  • neo4j-contrib/neo4j-spark-connectorAvatar de neo4j-contrib

    neo4j-contrib/neo4j-spark-connector

    320Ver en GitHub↗

    This repository contains the Neo4j Connector for Apache Spark.

    Scala
    Ver en GitHub↗320
  • neo4j-contrib/neomodelAvatar de neo4j-contrib

    neo4j-contrib/neomodel

    1,086Ver en GitHub↗

    An Object Graph Mapper (OGM) for the neo4j graph database, built on the awesome neo4j_driver

    Python
    Ver en GitHub↗1,086
  • neo4j/neo4j-dotnet-driverAvatar de neo4j

    neo4j/neo4j-dotnet-driver

    246Ver en GitHub↗

    Neo4j Bolt driver for .NET

    C#
    Ver en GitHub↗246
  • neo4j/neo4j-java-driverAvatar de neo4j

    neo4j/neo4j-java-driver

    342Ver en GitHub↗

    This repository holds the official Java Driver for Neo4j.

    Java
    Ver en GitHub↗342
  • neo4j/neo4j-javascript-driverAvatar de neo4j

    neo4j/neo4j-javascript-driver

    915Ver en GitHub↗

    This is the official Neo4j driver for JavaScript.

    JavaScript
    Ver en GitHub↗915