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
vk-com avatar

vk-com/kphp-kdb

0
View on GitHub↗
6,072 stars·213 forks·C·GPL-2.0·11 views

Kphp Kdb

kphp-kdb is a NoSQL database engine and PHP extension designed for high-throughput read and write operations. It functions as a persistence layer integrated directly into the PHP runtime, providing a non-relational storage system for high-load environments.

The project incorporates a compiler that translates dynamic PHP source code into statically typed C++ code. This process eliminates runtime interpretation overhead to achieve native execution speeds and lower resource consumption.

The system leverages native C++ bindings and a schema-less storage engine to ensure low-latency data access. These capabilities are centered on high-load data storage and the optimization of PHP execution through static code translation.

Features

  • Non-Relational Data Storage - Provides a high-performance NoSQL storage engine using a schema-less architecture for high-throughput operations.
  • Low-Latency Data Retrieval - Minimizes data access times by integrating a persistence layer directly into the PHP runtime.
  • NoSQL Databases - Provides a high-performance non-relational storage system designed for high-throughput read and write operations.
  • Persistence Layers - Provides a persistence layer embedded directly into the PHP runtime for low-latency data access.
  • Schema-less Storage Engines - Implements a flexible, schema-less storage engine optimized for high-throughput read and write operations.
  • C++ Function Bindings - Connects high-level PHP interfaces to the C++ engine using direct low-level memory mappings and function calls.
  • PHP Runtime Optimization - Increases PHP execution speed by translating dynamic source code into native C++.
  • PHP Extension Bindings - Implements a persistence layer as a PHP extension using native C++ bindings for low-latency access.
  • PHP to C++ Translation - Converts PHP source code into C++ to increase execution speed and overall system performance.
  • PHP to Native Compilers - Converts PHP scripts into statically typed C++ code to achieve native execution speeds.
  • Source-to-C Transpilers - Translates dynamic PHP source code into static C++ code to eliminate runtime interpretation overhead.
  • Source-to-Source Compilers - Translates dynamic PHP source code into statically typed C++ to eliminate runtime interpretation overhead.
  • C++ Core Implementations - Implements core database logic in C++ to achieve maximum runtime performance and resource efficiency.
  • Database Engine Backends - Executes core database logic and data processing in a compiled language to maximize runtime efficiency.
  • Static Code Translation - Transforms high-level dynamic PHP scripts into static typed C++ code to eliminate interpretation overhead.

Star history

Star history chart for vk-com/kphp-kdbStar history chart for vk-com/kphp-kdb

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

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

Start searching with AI

Frequently asked questions

What does vk-com/kphp-kdb do?

kphp-kdb is a NoSQL database engine and PHP extension designed for high-throughput read and write operations. It functions as a persistence layer integrated directly into the PHP runtime, providing a non-relational storage system for high-load environments.

What are the main features of vk-com/kphp-kdb?

The main features of vk-com/kphp-kdb are: Non-Relational Data Storage, Low-Latency Data Retrieval, NoSQL Databases, Persistence Layers, Schema-less Storage Engines, C++ Function Bindings, PHP Runtime Optimization, PHP Extension Bindings.

What are some open-source alternatives to vk-com/kphp-kdb?

Open-source alternatives to vk-com/kphp-kdb include: google/j2objc — j2objc is a source-to-source compiler and transpiler that converts Java source code into Objective-C. It functions as… isar/isar — Isar is a type-safe, ACID-compliant local NoSQL document store designed for high-performance data storage and… apache/cassandra — Cassandra is a distributed NoSQL database and wide-column store designed for high availability and linear scalability.… cython/cython — Cython is a compiler that translates Python code into C or C++ to create high-performance extension modules. It… mongodb/laravel-mongodb — This project is a MongoDB database driver and object-relational mapper that brings MongoDB support to the Laravel… mongodb/mongo-python-driver — The MongoDB Python Driver is a client library and NoSQL database client used to execute CRUD operations and manage…

Open-source alternatives to Kphp Kdb

Similar open-source projects, ranked by how many features they share with Kphp Kdb.
  • google/j2objcgoogle avatar

    google/j2objc

    6,041View on GitHub↗

    j2objc is a source-to-source compiler and transpiler that converts Java source code into Objective-C. It functions as a cross-platform logic porter, allowing application logic and data models written in Java to be shared and executed on iOS. To support this translation, the project provides an Objective-C implementation of core Java classes and APIs to emulate the Java runtime environment. The system includes specialized translation for Java libraries and provides mapping for dependency injection and static analysis annotations to preserve metadata. It also enables the conversion of JUnit tes

    Java
    View on GitHub↗6,041
  • cython/cythoncython avatar

    cython/cython

    10,767View on GitHub↗

    Cython is a compiler that translates Python code into C or C++ to create high-performance extension modules. It functions as a static typing optimizer and a C extension generator, allowing developers to declare C types within Python code to reduce interpreter overhead and increase execution speed. The project enables the wrapping of external C libraries to provide high-level interfaces to low-level system capabilities. It also serves as a native binary packager, capable of freezing scripts and their dependencies into standalone executable binaries for distribution. The system covers a broad

    Cythonbig-dataccpp
    View on GitHub↗10,767
  • apache/cassandraapache avatar

    apache/cassandra

    9,778View on GitHub↗

    Cassandra is a distributed NoSQL database and wide-column store designed for high availability and linear scalability. It functions as a fault-tolerant distributed system that utilizes an LSM-tree storage engine to optimize write throughput and manage massive datasets. The system is a CQL-compliant database, using a structured query language to manage and retrieve tabular data stored across multiple nodes. It organizes information into rows and columns based on a flexible schema and primary keys. The project provides capabilities for horizontal database scaling, distributed data partitioning

    Javacassandradatabasejava
    View on GitHub↗9,778
  • isar/isarisar avatar

    isar/isar

    4,019View on GitHub↗

    Isar is a type-safe, ACID-compliant local NoSQL document store designed for high-performance data storage and retrieval. It functions as an embedded database engine that persists large datasets on-device while ensuring transactional integrity through automatic rollbacks of failed write operations. The project distinguishes itself by validating database queries at compile time using static typing to prevent runtime errors. It incorporates a full-text search engine with specialized indexing for efficient keyword and phrase matching and utilizes parallel execution across multiple isolates to pre

    Dartandroidcross-platformdart
    View on GitHub↗4,019
  • See all 30 alternatives to Kphp Kdb→