Preview for parquet file format
Project description
ckanext-parquet
A CKAN extension that adds a Parquet file viewer to CKAN.
Features:
- View Parquet files directly in CKAN
- Supports large files with infinite scrolling
- Column sorting
- Metadata display
Requirements
Compatibility with core CKAN versions:
| CKAN version | Compatible? |
|---|---|
| 2.9 and earlier | no |
| 2.10 | yes |
| 2.11 | yes |
Installation
To install ckanext-parquet:
- Activate your CKAN virtual environment, for example:
. /usr/lib/ckan/default/bin/activate
- Clone the source and install it on the virtualenv
git clone https://github.com/DataShades/ckanext-parquet.git
cd ckanext-parquet
pip install -e .
-
Add
parquet_viewto theckan.pluginsandckan.views.default_viewssettings in your CKAN config file. -
Restart CKAN. For example if you've deployed CKAN with Apache on Ubuntu:
sudo service apache2 reload
Developer installation
To install ckanext-parquet for development, activate your CKAN virtualenv and do:
git clone https://github.com/DataShades/ckanext-parquet.git
cd ckanext-parquet
pip install -e .
Tests
To run the tests, do:
pytest --ckan-ini=test.ini
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ckanext_parquet-0.1.1.tar.gz.
File metadata
- Download URL: ckanext_parquet-0.1.1.tar.gz
- Upload date:
- Size: 199.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
09f5f83f41578f7f83a5bc1f46af7a2f856c4c6dd65d558bee4ab88ad27fd77e
|
|
| MD5 |
7c11e4a2770e312139fb8b2155873869
|
|
| BLAKE2b-256 |
48a72fe2f2a61286378e1d6e128c9dc278577f73a654f445b35c23731e3e89ee
|
File details
Details for the file ckanext_parquet-0.1.1-py3-none-any.whl.
File metadata
- Download URL: ckanext_parquet-0.1.1-py3-none-any.whl
- Upload date:
- Size: 200.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b3aba9de4b35a40f5977b5a90a61f1f433262e600e5ddde873364b21126dbe2b
|
|
| MD5 |
96944fd68818eca489e9f70a1d2a91c0
|
|
| BLAKE2b-256 |
18fafcac1d62796e72678ecbf4258fdead98e5749c699033f9ccd620e9c929e7
|