All Projects → xerial → streamdb-readings

xerial / streamdb-readings

Licence: other
Readings in Stream Processing

Projects that are alternatives of or similar to streamdb-readings

Paper-Notes
Paper notes in deep learning/machine learning and computer vision
Stars: ✭ 37 (-40.32%)
Mutual labels:  research, papers
ml4se
A curated list of papers, theses, datasets, and tools related to the application of Machine Learning for Software Engineering
Stars: ✭ 46 (-25.81%)
Mutual labels:  research, papers
awesome-list-of-awesomes
A curated list of all the Awesome --Topic Name-- lists I've found till date relevant to Data lifecycle, ML and DL.
Stars: ✭ 259 (+317.74%)
Mutual labels:  research, papers
Zotsite
Export Zotero to a stand-alone web site
Stars: ✭ 117 (+88.71%)
Mutual labels:  research, papers
Top 10 Computer Vision Papers 2020
A list of the top 10 computer vision papers in 2020 with video demos, articles, code and paper reference.
Stars: ✭ 132 (+112.9%)
Mutual labels:  research, papers
Code Switching Papers
A curated list of research papers and resources on code-switching
Stars: ✭ 122 (+96.77%)
Mutual labels:  research, papers
Papers
Publications from the MathJax project
Stars: ✭ 6 (-90.32%)
Mutual labels:  research, papers
System Design Papers
A list of papers on system design.
Stars: ✭ 136 (+119.35%)
Mutual labels:  research, papers
best AI papers 2021
A curated list of the latest breakthroughs in AI (in 2021) by release date with a clear video explanation, link to a more in-depth article, and code.
Stars: ✭ 2,740 (+4319.35%)
Mutual labels:  research, papers
p2psec
research on privacy and security in p2p and decentralised systems
Stars: ✭ 38 (-38.71%)
Mutual labels:  research
mage
MAGE - Memgraph Advanced Graph Extensions 🔮
Stars: ✭ 89 (+43.55%)
Mutual labels:  stream-processing
GitHubDropBox
A tutorial for how to combine GitHub and DropBox in a research project
Stars: ✭ 28 (-54.84%)
Mutual labels:  research
survey kit
Flutter library to create beautiful surveys (aligned with ResearchKit on iOS)
Stars: ✭ 68 (+9.68%)
Mutual labels:  research
chrome-snowplow-inspector
Web Extension for debugging Snowplow pixels.
Stars: ✭ 26 (-58.06%)
Mutual labels:  research
stream-registry
Stream Discovery and Stream Orchestration
Stars: ✭ 105 (+69.35%)
Mutual labels:  stream-processing
zotprime
Full packaged on-premise Zotero platform
Stars: ✭ 201 (+224.19%)
Mutual labels:  research
euro-calliope
A workflow to build models of the European electricity system for Calliope.
Stars: ✭ 23 (-62.9%)
Mutual labels:  research
neural-net-linguistics
Papers about NN and linguistics
Stars: ✭ 14 (-77.42%)
Mutual labels:  papers
uplift
Compatibility layer for running Orbis executables natively on Windows.
Stars: ✭ 42 (-32.26%)
Mutual labels:  research
EsperIoT
Small and simple stream-based CEP tool for IoT devices connected to an MQTT broker
Stars: ✭ 18 (-70.97%)
Mutual labels:  stream-processing

Readings in Stream Processing

A list of articles that are essential to understand stream processing.

Books

Programming Models for Stream Processing

Watermark Management for Stream Processing

Workload Optimization

  • Towards a Learning Optimizer for Shared Clouds (VLDB 2019). Estimate cardinality models from the previous job executions in order to optimize the overall workloads. This work uses the multi-layer perceptron (MLP) neural network for learning models from query exeuction features (e.g., job name, input cardinality, average row length, input dataset names, etc.)
  • CrocodileDB: Efficient Database Execution through Intelligent Deferment (CIDR 2020) This paper introduces Intermittent Query Processing (IQP) approach for utilizing the knowledge about new data, query semantics, and users' expectation together to reduce the overall processing cost. It uses Deep Q-Materialization (DQM) to make a tradeoff under a certain resource constraint (e.g., memory, CPUs, storage) to decide how much data will be cached, pre-computed, pre-loaded, etc.
  • Peregrine: Workload Optimization for Cloud Query Engines (SOCC 2019) Analyzing the workload of historical queries and optimize recurrring queries, similar queries, and coordinating queries by extracing common subexpressions that can be materialized. To support various query engines including Spark, Microsoft has creaetd a common intermediate representation (IR) of workloads.

Iterative Data Processing

Incremental Processing with Materialized Views

Stream Log Collection Systems

Real-Time Stream Processing

Real-time stream processing usually means ultra-low latency applications to satisfy SLAs for returning results in a few seconds.

Stream SQL

GitHub Projects

Commercial Services

Stream Ingestion

External Lists

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].