Insights to Guide Smarter Decisions

Explore how industry leaders are harnessing temporal graph technology to unlock new opportunities. From thought-provoking blogs to real-world case studies and whitepapers, our business resources offer the strategic perspective you need to stay ahead in a data-driven world.

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Graphs vs. Relational model
Blogs

Graphs vs. Relational model

Graphs have attracted significant interest in recent years. You are probably hearing about all the buzz and how everything is becoming encapsulated around graphs.
July 3, 2025
2 min
Prisoners Dilemma and advanced Graph analytics
Blogs

Prisoners Dilemma and advanced Graph analytics

One of the most-famous game theories conceptualised all the way back in 1950s. Prisoners dilemma is a framework that elegantly shows when you pursues your own self-interest, the outcome is worse than if you were to co-operate. However, reality has it that people often opt for the choice that they believe benefits them the most (as any rational person would do). However, this comes at the high risk of disbenefiting everyone involved. Including yourself!
July 3, 2025
2 min
Are temporal graphs relevant to you?
Blogs

Are temporal graphs relevant to you?

When first taking the plunge into the realm of graphs, moving away from the typical tabular view of the world, we quickly see how compelling an abstraction it can be.
July 3, 2025
1 min
Raphtory 0.4.0 Release
Blogs

Raphtory 0.4.0 Release

This includes, amongst many other things, a brand new analytics engine and an overhaul of the distributed deployment. Please check out the patch notes below and the newly updated examples/tutorials on our site.
July 3, 2025
1 min
How we scaled to 4.6 million updates a minute on just a laptop
Blogs

How we scaled to 4.6 million updates a minute on just a laptop

Last week we released Raphtory 0.4.0, making some major changes to the way we ingest and analyse data. With this we increased throughput to a consistent 4.6 million updates a minute (running only on a laptop) and reduced the time taken for messaging during analysis by over 10x.
July 3, 2025
2 mins
Alan Turing Institute: The dizzying potential of dynamic graphs
Blogs

Alan Turing Institute: The dizzying potential of dynamic graphs

From social media to transport patterns, Raphtory promises to shed new light on how networks evolve
July 3, 2025
1 min
No items found.
Announcing the FinBench (Financial Benchmark) task force
News

Announcing the FinBench (Financial Benchmark) task force

If you work in the anti-financial crime and risk space, then you have probably had to make the hard decision of picking the right tool for the job.The problem? Everyone claims to be the best at what they do!From relational databases, graphs to analytical platforms, it can be a long strenuous process to pick the right tool that works best for you and your organisations needs.
June 16, 2025
1 min
FAQs

Pometry's ability to ingest from and write to any data source, its small footprint allowing for flexible deployment (including ephemeral use), and its design philosophy of not needing to be the "centre of the universe" mean you can integrate it strategically without being forced into a proprietary ecosystem for all your data needs.

Pometry is architected from the ground up to treat time as a fundamental aspect of data. Every piece of data, every relationship, and every property is understood within its temporal context, allowing for efficient queries and analytics that track evolution and change as first-class citizens, rather than an afterthought.

Python APIs offer ease of use, rapid development, and seamless integration with the rich Python data science ecosystem. The high-performance Rust APIs are for advanced users who need to extract every ounce of performance, work directly with data buffers, or build custom, ultra-low-latency extensions using lock-free mechanisms. The high-level Rust and Python APIs hold a 1:1 parity, with the HPC Rust APIs being slightly more complex tailored for advanced users.

Pometry is designed to be open. It can ingest data from virtually any source (CSVs, Parquet, Kafka, SQL databases, data lakes like S3/Azure Blob) and write results and enriched data back out to any system. It doesn't require you to centralise all your data within it.

Through a combination of highly optimised Rust code, advanced techniques like lock-free data structures, vectorised execution (leveraging SIMD/AVX512), efficient memory management, and an architecture designed specifically for graph workloads. This allows us to maximise the utility of modern CPUs without requiring massive clusters for many demanding tasks.

The small footprint enables incredible deployment flexibility: run Pometry on edge devices, embed it directly within your Python ML pipelines for zero-latency analytics, deploy in resource-constrained environments, or use it as a lightweight, powerful server. It simplifies distribution and reduces overhead.

Pometry is extremely efficient where others are not. We employ advanced compression techniques that significantly reduce the storage footprint of your data, temporal or static. We’ve demonstrated compressing 4TB of raw CSV data down to just 350GB in our optimized graph format. With our highly efficient on-fly decompression, we ensure you are able to save on storage cost without performance impact on analytics. This means you can handle very large datasets without necessarily needing massive storage infrastructure, contributing to lower costs and better performance on commodity hardware.