Package apache-ignite: Information

    Source package: apache-ignite
    Version: 3.0.0-alt3
    Build time:  Jul 20, 2025, 02:34 AM
    Category: Databases
    Report package bug
    License: Apache-2.0
    Summary: Distributed database for high-performance computing
    Description: 
    Apache Ignite 3 is a distributed database for high-performance computing.
    
    * ACID TRANSACTIONS: Ignite can operate in a strongly consistent mode that
    provides full support for distributed ACID transactions executed at the
    Serializable isolation level.
    
    * DISTRIBUTED SQL: Use Ignite as a traditional SQL database by leveraging JDBC
    drivers, ODBC drivers, or the native SQL APIs that are available for Java, C#,
    C++, and other programming languages.
    
    * COMPUTE API: With traditional databases, for in-place calculations, you use
    stored procedures that are written in a language such as PL/SQL. With Ignite,
    you use modern JVM languages to develop and execute custom tasks across your
    distributed database.
    
    * SCHEMA-DRIVEN ARCHITECTURE: Ignite built around schema-driven model ensuring
    consistency between DDL, internal models and data.
    
    * PLUGABLE STORAGE ENGINES: Ignite's modular architecture enables the
    customization of underlying data and metadata storage, offering in-memory
    storage and RocksDB as default options.
    
    * UNIFIED CLI TOOL AND REST API: Management tools now include built-in CLI and
    REST API allowing simple access and configuration of Ignite cluster.

    List of RPM packages built from this SRPM:
    ignite3-cli (loongarch64)
    ignite3-db (loongarch64)
    ignite3-java-client (loongarch64)

    Maintainer: Andrey Cherepanov

    List of contributors:
    Andrey Cherepanov

      1. /proc
      2. maven-local
      3. rpm-build-java
      4. jpackage-11-compat
      5. unzip

    Last changed


    July 19, 2025 Andrey Cherepanov 3.0.0-alt3
    - Fixed homedir for user ignite (ALT #55250).
    - Requires java >= 11 for ignite3-db (ALT #55251).
    July 6, 2025 Andrey Cherepanov 3.0.0-alt2
    - Strictly build with Java 11.
    July 5, 2025 Andrey Cherepanov 3.0.0-alt1
    - Initial build for Sisyphus.