awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to datastax/java-driver

Open-source alternatives to Java Driver

22 open-source projects similar to datastax/java-driver, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Java Driver alternative.

  • airbnb/airpalAvatar von airbnb

    airbnb/airpal

    2,748Auf GitHub ansehen↗

    Web UI for PrestoDB.

    Java
    Auf GitHub ansehen↗2,748
  • flyway/flywayAvatar von flyway

    flyway/flyway

    9,844Auf GitHub ansehen↗

    Flyway is a database schema versioning tool and SQL migration orchestrator. It applies version-controlled schema changes to relational databases using SQL scripts and Java Database Connectivity to ensure environments remain consistent and reproducible. The tool tracks applied migration scripts in a dedicated metadata table to determine which updates require execution. It supports the synchronization of schema versions across multiple different database engines and provides integration for build systems and application frameworks to automate updates during software release processes. Capabili

    Javaauroracontinuous-deliverycontinuous-deployment
    Auf GitHub ansehen↗9,844
  • forcedotcom/phoenixAvatar von forcedotcom

    forcedotcom/phoenix

    559Auf GitHub ansehen↗
    Java
    Auf GitHub ansehen↗559
  • gwhalin/memcached-java-clientG

    gwhalin/Memcached-Java-Client

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • jprante/elasticsearch-jdbcAvatar von jprante

    jprante/elasticsearch-jdbc

    2,818Auf GitHub ansehen↗

    JDBC importer for Elasticsearch THIS REPOSITORY WILL BE DELETED WITHOUT ANY FURTHER NOTICE AFTER AUG 1 2026

    Java
    Auf GitHub ansehen↗2,818

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • liquibase/liquibaseAvatar von liquibase

    liquibase/liquibase

    5,527Auf GitHub ansehen↗

    Liquibase is a database schema change management tool and version control system designed to track, manage, and apply versioned database modifications. It functions as a SQL migration framework and DevOps automation utility that integrates database deployments into continuous delivery pipelines and build toolchains. The system enables precise rollbacks and drift detection by recording every modification made to a database schema. It supports the definition of database changes through structured changesets in XML, YAML, or JSON, as well as raw SQL scripts, to ensure consistent deployments acro

    Java
    Auf GitHub ansehen↗5,527
  • mongodb/mongo-hadoopAvatar von mongodb

    mongodb/mongo-hadoop

    1,560Auf GitHub ansehen↗

    MongoDB Connector for Hadoop

    Java
    Auf GitHub ansehen↗1,560
  • mongodb/mongo-java-driverAvatar von mongodb

    mongodb/mongo-java-driver

    2,658Auf GitHub ansehen↗

    The official MongoDB drivers for Java, Kotlin, and Scala

    Java
    Auf GitHub ansehen↗2,658
  • mongodb/morphiaM

    mongodb/morphia

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • mrniko/redissonAvatar von mrniko

    mrniko/redisson

    24,355Auf GitHub ansehen↗

    Redisson is a Java client library for Redis and Valkey that provides a distributed data structure library, a distributed lock manager, and a distributed MapReduce framework. It enables application instances in a cluster to share state through thread-safe collections and objects. The project implements a JCache compliant caching layer for standardized data storage and retrieval. It also functions as a probabilistic data store, providing memory-efficient structures such as Bloom filters and HyperLogLog for high-volume data membership testing. The library covers distributed state management usi

    Java
    Auf GitHub ansehen↗24,355
  • netflix/astyanaxAvatar von Netflix

    Netflix/astyanax

    1,034Auf GitHub ansehen↗

    Cassandra Java Client

    Java
    Auf GitHub ansehen↗1,034
  • netflix/priamAvatar von Netflix

    Netflix/Priam

    1,039Auf GitHub ansehen↗

    Co-Process for backup/recovery, Token Management, and Centralized Configuration management for Cassandra.

    Java
    Auf GitHub ansehen↗1,039
  • prestodb/prestoAvatar von prestodb

    prestodb/presto

    16,711Auf GitHub ansehen↗

    Presto is a distributed SQL query engine designed for high-performance analytical processing across heterogeneous data sources. It functions as a data federation platform and massively parallel processing engine, allowing users to execute interactive queries against diverse storage systems without requiring data migration. By mapping remote metadata and structures to a unified relational namespace, it enables seamless cross-platform analysis through a standard SQL interface. The engine distinguishes itself through a pluggable connector architecture and a shared-nothing distributed processing

    Javabig-datadatahadoop
    Auf GitHub ansehen↗16,711
  • richardwilly98/elasticsearch-river-mongodbAvatar von richardwilly98

    richardwilly98/elasticsearch-river-mongodb

    1,123Auf GitHub ansehen↗

    MongoDB River Plugin for ElasticSearch

    Java
    Auf GitHub ansehen↗1,123
  • rnewson/couchdb-luceneR

    rnewson/couchdb-lucene

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • serge-rider/dbeaverS

    serge-rider/dbeaver

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • spring-projects/spring-data-mongodbAvatar von spring-projects

    spring-projects/spring-data-mongodb

    1,682Auf GitHub ansehen↗

    Provides support to increase developer productivity in Java when using MongoDB. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.

    Java
    Auf GitHub ansehen↗1,682
  • tarantool/tarantool-javaT

    tarantool/tarantool-java

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • tinkerpop/gremlinAvatar von tinkerpop

    tinkerpop/gremlin

    1,952Auf GitHub ansehen↗

    A Graph Traversal Language (no longer active - see Apache TinkerPop)

    Java
    Auf GitHub ansehen↗1,952
  • variety/varietyAvatar von variety

    variety/variety

    1,766Auf GitHub ansehen↗

    Variety: a MongoDB schema analyzer

    JavaScript
    Auf GitHub ansehen↗1,766
  • vladmihalcea/flexy-poolAvatar von vladmihalcea

    vladmihalcea/flexy-pool

    1,173Auf GitHub ansehen↗

    FlexyPool adds metrics and failover strategies to a given Connection Pool, allowing it to resize on demand.

    Javaconnection-pooldatabasedbcp
    Auf GitHub ansehen↗1,173
  • xetorthio/jedisAvatar von xetorthio

    xetorthio/jedis

    12,333Auf GitHub ansehen↗

    Jedis is a Java library and database driver used to execute commands and manage data on Redis servers and distributed clusters. It functions as a network client that provides a low-level interface for manipulating data types, including JSON and vector sets. The project serves as a connection manager featuring automatic failover and token-based authentication to secure network connections. It manages data distribution across multiple nodes through cluster-aware topology mapping and handles connection failover to maintain service availability when a primary connection fails.

    Java
    Auf GitHub ansehen↗12,333