You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage freetds-libs-1.3.3-2.fc36.x86_64
FreeTDS is a project to document and implement the TDS (Tabular DataStream) protocol. TDS is used by Sybase(TM) and Microsoft(TM) for client to database server communications. FreeTDS includes call level interfaces for DB-Lib, CT-Lib, and ODBC. This package contains the libraries for freetds.
RPMPackage apache-airflow-wsgi-2.10.5-1.lbn36.noarch
Apache/mod_wsgi Airflow
RPMPackage apache-airflow-2.10.5-1.lbn36.noarch
Apache Airflow (or simply Airflow) is a platform to programmatically author, schedule, and monitor workflows. When workflows are defined as code, they become more maintainable, versionable, testable, and collaborative. Use Airflow to author workflows as directed acyclic graphs (DAGs) of tasks. The Airflow scheduler executes your tasks on an array of workers while following the specified dependencies. Rich command line utilities make performing complex sugeries on DAGs a snap. The rich user interface makes it easy to visualize pipelines running in production, monitor progress, and troubleshoot issues when needed.
RPMPackage apache-drill-drillbit-1.21.2-1.lbn36.noarch
The drillbit daemon service for Apache Drill.
RPMPackage apache-drill-1.21.2-1.lbn36.noarch
Drill supports a variety of NoSQL databases and file systems, including HBase, MongoDB, MapR-DB, HDFS, MapR-FS, Amazon S3, Azure Blob Storage, Google Cloud Storage, Swift, NAS and local files. A single query can join data from multiple datastores. For example, you can join a user profile collection in MongoDB with a directory of event logs in Hadoop. Drill's datastore-aware optimizer automatically restructures a query plan to leverage the datastore's internal processing capabilities. In addition, Drill supports data locality, so it's a good idea to co-locate Drill and the datastore on the same nodes.
RPMPackage python3-aioitertools-0.11.0-1.lbn36.noarch
aioitertools Implementation of itertools, builtins, and more for AsyncIO and mixed-type iterables. Install aioitertools requires Python 3.6 or newer. You can install it from PyPI: $ pip install aioitertools Usage aioitertools shadows the standard library whenever possible to provide asynchronous version of the modules and functions you already know. It's fully compatible with standard iterators and async iterators alike, giving you one unified, familiar interface for interacting with iterable objects: from aioitertools import iter, next, map, zip something = iter(...) first_item = await next(something) async for item in iter(something): ... async def fetch(url): response = await aiohttp.request(...) return response.json async for value in map(fetch, MANY_URLS): ... async for a, b in zip(something, something_else): ... aioitertools emulates the entire itertools module, offering the same function signatures, but as async generators. All functions suppor
RPMPackage py4j-java-0.10.9.7-1.lbn36.noarch
Py4J Java Library.
RPMPackage freetds-1.3.3-2.fc36.x86_64
FreeTDS is a project to document and implement the TDS (Tabular DataStream) protocol. TDS is used by Sybase(TM) and Microsoft(TM) for client to database server communications. FreeTDS includes call level interfaces for DB-Lib, CT-Lib, and ODBC.
RPMPackage apache-superset-wsgi-5.0.0-1.lbn36.noarch
Apache/mod_wsgi Superset
RPMPackage apache-superset-5.0.0-1.lbn36.noarch
Superset is a modern data exploration and data visualization platform. Superset can replace or augment proprietary business intelligence tools for many teams. Superset integrates well with a variety of data sources. Superset provides: A no-code interface for building charts quickly A powerful, web-based SQL Editor for advanced querying A lightweight semantic layer for quickly defining custom dimensions and metrics Out of the box support for nearly any SQL database or data engine A wide array of beautiful visualizations to showcase your data, ranging from simple bar charts to geospatial visualizations Lightweight, configurable caching layer to help ease database load Highly extensible security roles and authentication options An API for programmatic customization A cloud-native architecture designed from the ground up for scale
RPMPackage libarrow-python-libs-19.0.1-4.lbn36.x86_64
This package contains the Python integration library for Apache Arrow.
RPMPackage libarrow-python-flight-libs-19.0.1-4.lbn36.x86_64
This package contains the Python integration library for Apache Arrow Flight.
RPMPackage libarrow-glib-libs-19.0.1-4.lbn36.x86_64
This package contains the libraries for Apache Arrow GLib.
RPMPackage libarrow-flight-libs-19.0.1-4.lbn36.x86_64
This package contains the libraries for Apache Arrow Flight.
RPMPackage libarrow-doc-19.0.1-4.lbn36.noarch
Documentation files for Apache Arrow C++. Obsoletes: libarrow-glib-doc < 19.0.1-4.lbn36 Obsoletes: libarrow-dataset-glib-doc < 19.0.1-4.lbn36 Obsoletes: libarrow-parquet-glib-doc < 19.0.1-4.lbn36 Obsoletes: plasma-glib-doc < 19.0.1-4.lbn36 Obsoletes: gandiva-glib-doc < 19.0.1-4.lbn36
RPMPackage libarrow-dataset-libs-19.0.1-4.lbn36.x86_64
This package contains the libraries for Apache Arrow dataset.
RPMPackage libarrow-dataset-glib-libs-19.0.1-4.lbn36.x86_64
This package contains the libraries for Apache Arrow dataset GLib.
RPMPackage libarrow-acero-libs-19.0.1-4.lbn36.x86_64
This package contains the libraries for Apache Arrow Acero.
RPMPackage libarrow-19.0.1-4.lbn36.x86_64
Apache Arrow defines a language-independent columnar memory format for flat and hierarchical data, organized for efficient analytic operations on modern hardware like CPUs and GPUs. The Arrow memory format also supports zero-copy reads for lightning- fast data access without serialization overhead
RPMPackage llvm15-libs-15.0.7-8.lbn36.x86_64
Shared libraries for the LLVM compiler infrastructure. Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig