8 个仓库
Utilities for aggregating, filtering, and refining large datasets gathered from remote endpoints.
Distinct from Collection Processing: None of the candidates focus on the post-acquisition refinement of forensic collections; most are generic async or quantum-specific.
Explore 8 awesome GitHub repositories matching data & databases · Collection Post-processing. Refine with filters or upvote what's useful.
xmltodict 是一个 Python 库,提供 XML 文档与字典之间的双向序列化功能。它既是一个将标记化输入转换为键值对的解析器,也是一个将字典转换回结构化 XML 文档的序列化工具。 该项目包含一个增量流处理器,使用基于深度的回调来处理大型 XML 文件,同时保持恒定的内存占用。它具有用于映射前缀和声明的命名空间管理器,以及一个安全清理器,可阻止外部实体扩展并验证元素名称以防止注入攻击。 该库提供了数据类型强制功能,例如强制将特定元素表示为列表(无论子元素数量如何)。它还支持通过用户定义的回调进行数据后处理,并为转换过程中的命名空间扩展、折叠或跳过提供了可配置的控制选项。
Executes custom callbacks during the conversion process to transform values or attributes.
Fluvio is a distributed event streaming platform and cloud-native streaming engine designed for collecting, persisting, and replicating real-time data streams across a distributed cluster. It functions as a real-time data pipeline for building stateful workflows that ingest, enrich, and export data between external sources and sinks. The platform is distinguished by its use of WebAssembly to execute compiled modules for in-line data transformations and filtering. This allows for the execution of custom business logic to reshape information in motion without requiring a restart of the cluster.
Uses WebAssembly modules to apply reusable processing functions and transformations to data streams.
Weibospider 是一个分布式网络爬虫,旨在从微博社交网络中提取博文、个人资料和互动数据。它作为一个社交媒体数据提取器,利用分布式任务队列在多个工作节点上扩展抓取操作。 系统包含一个图形化管理界面,用于配置爬虫设置、目标用户 ID 和搜索关键词。它采用分布式架构来提高数据吞吐量,并管理大规模社交媒体内容的采集。 该工具涵盖了广泛的数据采集功能,包括用户资料抓取、基于关键词的搜索提取,以及通过关注列表、评论和转发来映射社交关系图谱。它还具备请求速率限制、账号轮换和循环任务自动化机制,以维持会话持久性和持续的数据采集。
Extracts all original posts from a targeted user profile page.
这是一个新浪微博网页爬虫和社交媒体数据管道,旨在提取用户资料、帖子、评论和多媒体资源。它作为一个容器化的数据爬虫,自动化收集社交媒体内容和互动指标,并将其存储在本地。 该系统包含一个处理层,利用大语言模型分析抓取的文本,生成摘要和情感分析。它通过一个部署就绪的容器模型脱颖而出,该模型具有用于管理提取任务和监控作业进度的 HTTP 界面。 该爬虫涵盖了广泛的功能,包括通过定时增量更新进行社交媒体监控、将多媒体资源归档到本地磁盘,以及向平面文件或数据库进行多格式数据导出。它还能捕获详细的社交互动,如一级评论和转发。
Provides targeted retrieval of user profiles and their associated posts including engagement metrics.
WeiboSpider 是一个社交媒体爬虫,旨在从新浪微博平台提取用户资料、帖子和交互数据。它作为一个基于 Web 的数据爬虫,通过外部接口检索信息,而不是解析可视化前端。 该工具包括一个内容血缘追踪器,用于将分享的帖子追溯到其原始来源。它还具有一个社交参与度分析器,用于收集浏览量和嵌套评论线程,以衡量用户交互指标。 该系统提供了基于关键字的社交监控和搜索结果过滤功能,以跟踪特定主题随时间的变化。它通过基于分页的迭代和参与线程的递归遍历来管理大数据集。
Extracts user profiles, posts, and activity data from the Sina Weibo platform for analysis or archiving.
该项目是一个未经身份验证的 Web 爬虫,旨在从 Twitter 前端 API 提取公共数据。它作为一个社交媒体数据提取器,模拟浏览器请求以收集信息,而无需官方 API 密钥或用户账户身份验证。 该工具提供了收集公共帖子、抓取用户个人资料元数据(如简介和位置)以及检索按地理区域分类的热门话题的功能。它可以根据特定的用户名、标签或搜索查询执行有针对性的内容抓取。 该系统通过分页、基于标头的客户端模拟来模仿 Web 浏览器,并解析来自公共端点的结构化 JSON 响应来管理数据收集。
Retrieves a complete historical list of posts for a specific user profile via paginated scanning.
Velociraptor is a digital forensics and incident response platform, endpoint detection and response system, and visibility tool. It provides a query engine and remote forensic collector used to hunt for indicators of compromise and perform triage across a fleet of hosts. The system is distinguished by its specialized query language for interrogating host state and parsing binary files. It features a notebook environment that combines markdown documentation with executable query cells to standardize investigative workflows and enable collaborative reporting. The platform covers a wide range o
Aggregates and filters data from collections and event sessions using custom queries to refine investigation findings.
Inspektor Gadget is an eBPF observability toolset and program framework designed for tracing Linux systems and debugging Kubernetes nodes. It provides a suite of tools to collect kernel-level telemetry and export system metrics via the OpenTelemetry standard. The project distinguishes itself by packaging inspection tools as OCI-compliant container images, allowing for standardized distribution and deployment across clusters and hosts. It employs a modular data processing pipeline that utilizes WebAssembly modules to transform and filter telemetry, and leverages Compile Once Run Everywhere for
Executes WebAssembly modules to transform or analyze telemetry data before it is exported.