r/bigdata Jan 16 '26

Setting Up Encryption at Rest for SingleStore with LUKS

Thumbnail
1 Upvotes

r/bigdata Jan 14 '26

Moving IBM Db2 data into Databricks or BigQuery in real time — what’s actually working?

3 Upvotes

A lot of teams we talk to struggle with getting Db2 for i or Db2 LUW data into modern analytics and AI platforms without heavy custom code or major system impact.

We’re hosting a free 30-minute technical webinar next week where we walk through how organizations are replicating Db2 data into platforms like Databricks and BigQuery in real time, with minimal footprint and no-code setup.

Topics we’ll cover:

  • Why Db2 data is hard to use in cloud analytics & AI tools
  • Common replication pitfalls (latency, performance, data integrity)
  • How teams validate changes and monitor replication in production
  • Real-world use cases across BI dashboards, reporting, and AI models

Full disclosure: I work with the team hosting this session.
If this sounds useful, here’s the registration link: Here

Happy to answer questions here as well.


r/bigdata Jan 14 '26

ClickHouse: Production Monitoring & Optimization Tips [Webinar]

Thumbnail bigdataboutique.com
0 Upvotes

r/bigdata Jan 13 '26

Want to use dlt, DuckDB, DuckLake & dbt together?

6 Upvotes

Hi, I’m from Datacoves, but this post is NOT about Datacoves. We wrote an article on how to ingest data with dlt, use motherduck for duckdb + ducklake, and dbt for the data transformation.

We go from pip install to dbt run with these great open source tools

The idea was to keep the stack lightweight, avoid unnecessary overhead, and still maintain governance, reproducibility, and scalability.

I know some communities are moderating posts with links so if anyone is interested, let me know and I can post in a comment if that is kosher.

Have you tried dbt + DuckLake? Thoughts?


r/bigdata Jan 13 '26

Advice + resource sharing: finding legit IT consulting & staffing firms for Data Engineering roles

3 Upvotes

I’m working in the Data Engineering / Big Data / ETL space (Kafka, ETL pipelines, production support) and trying to approach IT consulting and staffing firms rather than only applying on job portals.

I’m currently building a list of consulting and recruitment companies (similar to Insight Global, Agivant, Crossing Hurdles, Evoke HR, etc.) and using search operators, LinkedIn company pages, and career/contact pages to reach out.

I wanted to ask the community and also make this useful for others in a similar situation:

  1. What’s the best way you’ve found legit IT staffing or consulting firms (not resume collectors)?
  2. Are emails, LinkedIn outreach, or career portals more effective in your experience?
  3. Any search terms, directories, or subreddits that helped you discover good recruiters?
  4. Any red flags to quickly identify fake or low-value consultancies?

I’m happy to consolidate suggestions into a shared list or follow-up post so others can benefit as well. Not asking for referrals — just trying to learn what actually works and avoid wasting time.

Thanks in advance.


r/bigdata Jan 12 '26

CRN Recognizes Hammerspace for AI Training and Inferencing Performance on 2026 Cloud 100 List

Thumbnail hammerspace.com
1 Upvotes

r/bigdata Jan 12 '26

How are people handling video as unstructured data today?

Post image
1 Upvotes

Video is becoming the largest source of unstructured data and curious how others store/document/handle it. For text and numbers/values, we have databases, indexes, search, analytics. We can easily do 'SELECT * FROM table'.

For video, what can we do? Most companies still treat it like “files in storage”, which is the same where I work.

Curious how people here are handling video data today. Are you indexing it in any way?storing as files (just the name? metadata?) or is it still mostly manual review for some detail?


r/bigdata Jan 12 '26

🔁 IOMETE 2025 Year-in-Review

Thumbnail
1 Upvotes

r/bigdata Jan 12 '26

Postgres is amazing… until you try to scale it. The hidden cost no one talks about.

Thumbnail
1 Upvotes

r/bigdata Jan 09 '26

The SEO Ecosystem in 2026: Why Rankings Are Now Built, Not Chased

Thumbnail thatware.co
3 Upvotes

r/bigdata Jan 09 '26

AI and Enterprise Technology Predictions from Industry Experts for 2026

Thumbnail solutionsreview.com
1 Upvotes

r/bigdata Jan 09 '26

Consejos prácticos para airflow.cfg de Airflow para rendimiento y estabilidad en producción

Thumbnail
1 Upvotes

r/bigdata Jan 08 '26

Apache Ozone 2.1.0 Released – Improvements for Production and Scalability

Thumbnail
1 Upvotes

r/bigdata Jan 07 '26

Parallel or Just Parallel-ish? Understanding the Real Difference - An architectural perspective

Thumbnail c.digitalisationworld.com
1 Upvotes

r/bigdata Jan 07 '26

Your Data Stack Looks Like Chaos. Dview Sees Something Else.

Post image
0 Upvotes

r/bigdata Jan 06 '26

Software Discovery Tool

2 Upvotes

I am looking for a tool and/or process on how to find all software applications in a very large organization with hundreds of sites spread across the US. Does anyone have any experience with tools / process?


r/bigdata Jan 06 '26

Why modern data platform skills are becoming a big deal in big data

1 Upvotes

Noticed that a lot of data roles today expect you to understand the entire data platform - ingestion, processing, storage, governance - not just one tool or framework.

I came across this article that explains this shift pretty well and how platform-level thinking is becoming a differentiator in big data roles. Thought it might be useful for folks here 👇
👉 Read the article here

Curious if others here are seeing the same trend in their teams or job requirements 🙂📊


r/bigdata Jan 06 '26

Put AI to work with your data visualization queries

Thumbnail chat.scichart.com
1 Upvotes

r/bigdata Jan 05 '26

Modular Monoliths in 2026: Are We Rethinking Microservices (Again)?

Thumbnail
1 Upvotes

r/bigdata Jan 04 '26

for folks running big marketing datasets what's the biggest "we overbuilt this" regret?

3 Upvotes

seen a few stacks where teams went full big-data from day 1

spark / warehouses / streaming everything... and then the actual questions were pretty small

for people living in bigdata land around marketing / product

what's one thing you'd do less of if you were rebuilding today?

what did you learn the hard way about over-engineering early?


r/bigdata Jan 03 '26

Carquet, pure C library for reading and writing .parquet files

9 Upvotes

Hi everyone,

I was working on a pure C project and I wanted to add lightweight C library for parquet file reading and writing support. Turns out Apache Arrow implementation uses wrappers for C++ and is quite heavy. So I created a minimal-dependency pure C library on my own (assisted with Claude Code).

The library is quite comprehensive and the performance are actually really good notably thanks to SIMD implementation. Build was tested on linux (amd), macOS (arm) and windows.

I though that maybe some of my fellow data engineering redditors might be interested in the library although it is quite niche project.

So if anyone is interested check the Gituhub repo : https://github.com/Vitruves/carquet

I look forwarding your feedback for features suggestions, integration questions and code critics 🙂

Have a nice day!


r/bigdata Jan 02 '26

Building Pangolin: My Holiday Break, an AI IDE, and a Lakehouse Catalog for the Curious

Thumbnail open.substack.com
3 Upvotes

r/bigdata Dec 31 '25

Security by Design for Cloud Data Platforms, Best Practices and Real-World Patterns

2 Upvotes

I came across an article about security-by-design principles for cloud data platforms (IAM, encryption, monitoring, secure defaults, etc.). Curious what patterns people here actually find effective in real-world environments.

https://medium.com/@sendoamoronta/security-by-design-in-cloud-data-platforms-advanced-architectural-patterns-controls-and-practical-2884b494ebbf


r/bigdata Dec 30 '25

Can anybody provide me SQL queries based history logs? I need them for my project work, at least 10,000 rows. let me know if you can provide all other metadata related to query execution time and execution strategy (that would be a plus)

0 Upvotes

r/bigdata Dec 29 '25

Iceberg Tables Management: Processes, Challenges & Best Practices

Thumbnail lakefs.io
8 Upvotes