Skip to main content

Data collection automation framework.

Project description

fricon

Data collection automation framework.

Documentation

GitHub Pages

Overview

Fricon is a data collection automation framework designed for managing datasets in scientific and research workflows. It provides:

  • Workspace Management: Organized data storage with metadata tracking
  • Dataset Operations: Arrow-format data tables with UUID and incremental ID tracking
  • Desktop UI: Cross-platform Tauri application with React 19 frontend
  • Server Architecture: IPC-based server for workspace operations

Quick Start

Installation

For Python users (recommended):

pip install fricon

For development or building from source:

Building from source requires several dependencies including Rust, protoc, uv, pnpm, and platform-specific libraries. See CONTRIBUTING.md for complete setup instructions.

git clone https://github.com/kahojyun/fricon.git
cd fricon
python3 scripts/setup-dev.py

Basic Usage

Create a workspace:

fricon init path/to/workspace

Launch the desktop UI:

fricon gui path/to/workspace

Or connect from Python to a workspace with a running server:

from pathlib import Path

from fricon import Workspace

workspace_path = Path("path/to/workspace")
ws = Workspace.connect(workspace_path)

# Initialize a new dataset (schema is automatically inferred)
writer = ws.dataset_manager.create("my_dataset", description="My test dataset")

# Write data - schema is inferred from the first row
# Writes are micro-batched automatically every second or when 16 rows accumulate
# MVP currently supports float and complex types only
writer.write(id=1, value=42.0, measurement=3.14 + 2j)
writer.write(id=2, value=84.0, measurement=1.618 - 1j)
writer.close()

# List all datasets
datasets = ws.dataset_manager.list_all()
print(datasets)

Contributing

We welcome contributions! Please see CONTRIBUTING.md for detailed guidelines on development environment setup, building components, testing, and contribution workflow.

License

fricon is distributed under the terms of the MIT OR Apache-2.0 license.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fricon-0.1.3.tar.gz (1.1 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

fricon-0.1.3-cp310-abi3-win_amd64.whl (9.8 MB view details)

Uploaded CPython 3.10+Windows x86-64

File details

Details for the file fricon-0.1.3.tar.gz.

File metadata

  • Download URL: fricon-0.1.3.tar.gz
  • Upload date:
  • Size: 1.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for fricon-0.1.3.tar.gz
Algorithm Hash digest
SHA256 d96f9f3b87f4b0604ea48f528f625cc4ad9232cdae0e8270b4dcc58f858b0763
MD5 7b2c3f1ba7d537584f5d810871dba1c6
BLAKE2b-256 e3ee0baf8de18d44088adad2768c75ddf4f4cf72b0d2b3420d6212364f7aee1d

See more details on using hashes here.

Provenance

The following attestation bundles were made for fricon-0.1.3.tar.gz:

Publisher: publish.yml on kahojyun/fricon

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fricon-0.1.3-cp310-abi3-win_amd64.whl.

File metadata

  • Download URL: fricon-0.1.3-cp310-abi3-win_amd64.whl
  • Upload date:
  • Size: 9.8 MB
  • Tags: CPython 3.10+, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for fricon-0.1.3-cp310-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 0796061cd73704544de6b6984fdafe0fb24fd2dbc36b5fed2f8d8acc22038d9f
MD5 8baabf933adcc780bda76c5c7caf9b82
BLAKE2b-256 166de321844e130e2d8bdf6b832b0a5df07cc1adfee8e216f92b0ef2f789382b

See more details on using hashes here.

Provenance

The following attestation bundles were made for fricon-0.1.3-cp310-abi3-win_amd64.whl:

Publisher: publish.yml on kahojyun/fricon

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page