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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to cch123/elasticsql

Projects sharing features with Elasticsql

30 open-source projects similar to cch123/elasticsql, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • ownlocal/goesOwnLocal avatar

    OwnLocal/goes

    30View on GitHub↗

    A library to interact with Elasticsearch in Go!

    Go
    View on GitHub↗30
  • seiflotfy/skizzeS

    seiflotfy/skizze

    0View on GitHub↗
    View on GitHub↗0
  • clickhouse/clickhouse-goClickHouse avatar

    ClickHouse/clickhouse-go

    3,307View on GitHub↗

    Golang driver for ClickHouse

    Go
    View on GitHub↗3,307
  • olivere/elasticolivere avatar

    olivere/elastic

    7,450View on GitHub↗

    This project is a Go client library and API wrapper for interacting with Elasticsearch clusters. It serves as a programmatic interface for managing documents, indices, and cluster health, allowing Go applications to perform search and indexing operations via the REST API. The library functions as a distributed search orchestrator, providing specialized tools for high-throughput data ingestion and cluster administration. It features a buffered bulk processor with exponential backoff retries for optimizing write performance and supports automated index lifecycle transitions and historical data

    Go
    View on GitHub↗7,450
  • elastic/go-elasticsearchelastic avatar

    elastic/go-elasticsearch

    6,051View on GitHub↗

    The official Go client for Elasticsearch

    Go
    View on GitHub↗6,051

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • mattbaird/elastigomattbaird avatar

    mattbaird/elastigo

    941View on GitHub↗

    A Go (golang) based Elasticsearch client library.

    Go
    View on GitHub↗941
  • fossasia/query-serverfossasia avatar

    fossasia/query-server

    1,670View on GitHub↗

    Query Server is a federated search gateway and multi-engine aggregator that dispatches search requests across multiple external web platforms simultaneously. It collects comprehensive results through a unified endpoint, consolidating information from diverse search engines into a single response. Beyond aggregation, the service transforms retrieved search data dynamically into multiple structured output formats including JavaScript Object Notation, Extensible Markup Language, and comma-separated values based on incoming client request parameters. It also automatically records executed search

    Python
    View on GitHub↗1,670
  • 0xnr/awesome-analytics0xnr avatar

    0xnr/awesome-analytics

    4,286View on GitHub↗

    This project is a curated directory of analytics frameworks and software designed to help users discover tools for measuring user behavior, SEO performance, and mobile application metrics. It serves as a comprehensive resource list organized by specific use cases and tracking requirements. The directory includes a categorized index focused on privacy-preserving analytics software that prioritizes data protection. It covers a wide range of domains, including product analytics for tracking user journeys, SEO performance monitoring for organic search visibility, and general web and mobile tracki

    View on GitHub↗4,286
  • ahoo-wang/cosidAhoo-Wang avatar

    Ahoo-Wang/CosId

    630View on GitHub↗

    Universal, flexible, high-performance distributed ID generator. | 通用、灵活、高性能的分布式 ID 生成器

    Java
    View on GitHub↗630
  • alicebob/sqlittleA

    alicebob/sqlittle

    0View on GitHub↗
    View on GitHub↗0
  • adlio/schemaadlio avatar

    adlio/schema

    43View on GitHub↗

    Embedded schema migration package for Go

    Go
    View on GitHub↗43
  • amacneil/dbmateamacneil avatar

    amacneil/dbmate

    6,954View on GitHub↗

    Dbmate is a framework-agnostic SQL database migration tool used for tracking, applying, and rolling back schema changes to ensure consistent environments. It functions as a database schema versioning tool that manages updates independently of any specific application framework by relying on raw SQL and connection URLs. The project distinguishes itself by offering a container-based approach to database administration, allowing schema updates to be executed via Docker to avoid local binary installations. It also supports embedding migration scripts directly into the compiled binary to eliminate

    Goclickhousecppdatabase
    View on GitHub↗6,954
  • andizzle/rwdbandizzle avatar

    andizzle/rwdb

    21View on GitHub↗

    Database wrapper that manage read write connections

    Go
    View on GitHub↗21
  • ankane/pgheroankane avatar

    ankane/pghero

    8,880View on GitHub↗

    PgHero is a performance dashboard and diagnostic tool for PostgreSQL. It provides a web interface for monitoring database metrics, analyzing query performance, and managing active connections across multiple database instances. The project distinguishes itself by recording query and storage statistics over time, enabling historical trend analysis through a time-range slider. It also identifies missing indexes by analyzing query patterns and integrates with cloud provider APIs to retrieve system-level hardware statistics such as CPU and IOPS. The tool's broader capabilities cover process admi

    Ruby
    View on GitHub↗8,880
  • aacanakin/qbA

    aacanakin/qb

    0View on GitHub↗
    View on GitHub↗0
  • alibaba/chat2dbA

    alibaba/chat2db

    0View on GitHub↗
    View on GitHub↗0
  • ariga/atlasariga avatar

    ariga/atlas

    8,096View on GitHub↗

    Atlas is a SQL database schema management tool and database infrastructure as code framework. It provides a declarative database migration engine that computes the difference between a desired schema state and the current database state to automatically generate the necessary SQL for transitions. The project distinguishes itself through a comprehensive suite of analysis and visualization tools, including a database schema linter that detects destructive changes and data loss risks. It also features a SQL schema visualization tool capable of generating entity-relationship diagrams from extract

    Go
    View on GitHub↗8,096
  • alash3al/sqleralash3al avatar

    alash3al/sqler

    2,072View on GitHub↗

    write APIs using direct SQL queries with no hassle, let's rethink about SQL

    Goapi-restbaascockroach
    View on GitHub↗2,072
  • activerecord-hackery/ransackactiverecord-hackery avatar

    activerecord-hackery/ransack

    5,864View on GitHub↗

    Ransack is an object-based search library for Active Record models that provides a form-driven framework for building database queries. It generates query conditions from user input through a configurable predicate system, allowing developers to filter records using simple or advanced criteria without writing SQL or relying on external dependencies. The library distinguishes itself through its predicate-based query construction, where search methods are dynamically generated from model attribute names and predicate suffixes at runtime. It wraps search parameters into a dedicated form object t

    Ruby
    View on GitHub↗5,864
  • arkanovicz/modalityarkanovicz avatar

    arkanovicz/modality

    15View on GitHub↗

    Model Layer Implementation for a J2EE Pull MVC WebApp

    Java
    View on GitHub↗15
  • arthurkushman/buildsqlxarthurkushman avatar

    arthurkushman/buildsqlx

    185View on GitHub↗

    Go database query builder library for PostgreSQL

    Goactive-recordclausesdatabase-table
    View on GitHub↗185
  • balaji01-4d/pgxcliBalaji01-4D avatar

    Balaji01-4D/pgxcli

    60View on GitHub↗

    Postgres CLI with autocompletion and syntax highlighting

    Go
    View on GitHub↗60
  • balajz/pgxclibalajz avatar

    balajz/pgxcli

    60View on GitHub↗

    Postgres CLI with autocompletion and syntax highlighting

    Goclidatabasegolang
    View on GitHub↗60
  • bartventer/gorm-multitenancybartventer avatar

    bartventer/gorm-multitenancy

    82View on GitHub↗

    🚀📦 Multi-tenancy support for GORM managed databases

    Goechogingo
    View on GitHub↗82
  • beakerboy/vba-sql-libraryBeakerboy avatar

    Beakerboy/VBA-SQL-Library

    88View on GitHub↗

    VBA SQL Library

    VBA
    View on GitHub↗88
  • beekeeper-studio/beekeeper-studiobeekeeper-studio avatar

    beekeeper-studio/beekeeper-studio

    22,030View on GitHub↗

    Beekeeper Studio is a cross-platform desktop application designed for database management and SQL development. It provides a unified graphical interface to connect to, query, and modify data across a wide range of relational and NoSQL database systems. The application functions as a comprehensive workspace, integrating tools for schema design, record editing, and data visualization. The project distinguishes itself through a focus on secure, flexible connectivity and AI-assisted workflows. It supports advanced authentication methods, including enterprise single sign-on, multi-factor authentic

    TypeScriptbigquerycassandracockroachdb
    View on GitHub↗22,030
  • blastrain/octilleryblastrain avatar

    blastrain/octillery

    201View on GitHub↗

    Go package for sharding databases ( Supports every ORM or raw SQL )

    Godatabase-shardinggogolang
    View on GitHub↗201
  • blastrain/vitess-sqlparserB

    blastrain/vitess-sqlparser

    0View on GitHub↗
    View on GitHub↗0
  • bleroy/lunr-corebleroy avatar

    bleroy/lunr-core

    571View on GitHub↗

    Lunr-core is a small, full text search library for use in small applications. It's a .NET port of LUNR.js.

    C#
    View on GitHub↗571
  • arangodb/arangodb-java-driverarangodb avatar

    arangodb/arangodb-java-driver

    208View on GitHub↗

    The official ArangoDB Java driver.

    Javaarangodbdatabasedriver
    View on GitHub↗208