You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interesting one here, parquet doesn't have a registered mime type yet. Wonder if tika can parse?
Metadata | predicate [text/csv| application/parquet] -> Load and produce summaries of data -> Merge
${DataType} Enrichment
For example, given CSV file, columns have a lat and long, run job that converts lat/long to country/city and creates output csv with the same row format, then merge back together with original data.
Metadata | predicate ${DataType} -> Parse columnar data type | predicate ${ColumnDataType} -> Data Enrichment -> Merge
Brain dump
Use Cases
IPFS Data Statistics
Important to do this first, because there's no point working on
${DataType}
use cases if there are no${DataTypes}
in IPFS -- {insert data type here}.Metadata -> Pushing metadata info to external database (security concern, whitelist?)
Web-Focussed Image Compression
Metadata | predicate
image/*
-> Image Processing -> MergeWeb-Focussed Video Compression
Metadata | predicate
video/*
-> Video Processing -> MergeTranscription of Video and Audio
Metadata | predicate
[video|audio]/*
-> Transcription model(s) -> MergeCSV/Parquet Summary Statistics
Interesting one here, parquet doesn't have a registered mime type yet. Wonder if tika can parse?
Metadata | predicate
[text/csv| application/parquet]
-> Load and produce summaries of data -> Merge${DataType}
EnrichmentFor example, given CSV file, columns have a lat and long, run job that converts lat/long to country/city and creates output csv with the same row format, then merge back together with original data.
Metadata | predicate
${DataType}
-> Parse columnar data type | predicate${ColumnDataType}
-> Data Enrichment -> MergeImage Dataset Analysis
https://cleanvision.readthedocs.io/
Metadata | predicate
image/*
-> Image analysis -> MergeThe text was updated successfully, but these errors were encountered: