Overview
TigerGraph Cloud is the industry's first and only distributed, native graph database-as-a-service - built for innovators who would rather focus on building breakthrough applications than managing infrastructure. Designed to power both real-time analytics and transactional workloads, TigerGraph Cloud helps businesses harness the power of connected data at scale.
Users can launch in minutes, build proof-of-concepts in hours, and deploy production solutions in days - without the burden of configuring servers, managing backups, or addressing security patches. The platform scales effortlessly to support tens of terabytes and over 100,000 real-time deep link queries per second on a single machine, all while benefiting from elastic, pay-as-you-go pricing and a low total cost of ownership.
Now Available: TigerGraph Savanna (https://aws.amazon.com/marketplace/pp/prodview-txouq7rtexndc )
For organizations seeking next-gen cloud-native architecture and greater control over their data infrastructure, TigerGraph Savanna is our latest evolution in graph technology. Built for cloud-native scale, real-time performance, and AI-powered insights, Savanna introduces:
- Native storage-compute separation for elastic scalability and cost efficiency.
- API-first architecture for DevOps and data pipeline integration.
- Kubernetes orchestration and support for GSQL, GQL, and openCypher.
- Pre-built Solution Kits for fraud detection, customer intelligence, cybersecurity, and more.
- Flexible deployment models: fully managed or Bring Your Own Cloud (BYOC).
Whether you're scaling enterprise AI initiatives or modernizing your analytics stack, TigerGraph Savanna delivers the fastest, most flexible way to turn connected data into real-time decisions.
Highlights
- Fully managed cloud graph database: deploy a production-ready, distributed graph database in minutes with no infrastructure setup or maintenance required.
- Highly scalable & performant: scale to over 100 TB and execute 100,000+ deep link queries per second on a single machine for real-time insights.
- Accelerated time to value with Starter Kits: quickly build graph solutions using pre-built Starter Kits with ready-to-use schemas, queries, and dashboards for common use cases.
Details
Introducing multi-product solutions
You can now purchase comprehensive solutions tailored to use cases and industries.
Features and programs
Buyer guide

Financing for AWS Marketplace purchases
Pricing
Dimension | Cost/unit |
|---|---|
gigabytes of ram per hour | $0.075 |
terabytes of disk per hour | $0.002 |
terabytes of backup disk per hour | $0.02 |
gigabytes of transfer | $0.15 |
TigerGraph Service Units | $0.01 |
Vendor refund policy
All fees are non-cancellable and non-refundable.
How can we make this page better?
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
Software as a Service (SaaS)
SaaS delivers cloud-based software applications directly to customers over the internet. You can access these applications through a subscription model. You will pay recurring monthly usage fees through your AWS bill, while AWS handles deployment and infrastructure management, ensuring scalability, reliability, and seamless integration with other AWS services.
Resources
Vendor resources
Support
Vendor support
- Standard Support: 9 AM - 5 PM EST, business days.
- Premium Support: 24x7x365 with Named Technical Support Engineer.
- Submit Tickets: https://tigergraph.zendesk.com .
- Support Resources: https://www.tigergraph.com/support/ .
- SLA Claims: tigergraph-sla-request@tigergraph.com .
- Sales Questions: cloud_sales@tigergraph.com .
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.

Standard contract
Customer reviews
Graph insights have transformed verse relationships and now support real-time thematic exploration
What is our primary use case?
I have been using TigerGraph for the last two years. The use case for TigerGraph is at quran.com, where we need to connect the mapping verse connections to model each verse as a node and the relationship between the verses, such as shared themes, concepts, and linguistic links. This creates a semantic network of the Quran, and I made a thematic visualization of the Quran for this structure.
First, I needed to define what kind of nodes and relationships our graph would contain using TigerGraph. For the verse, I made it Surah, including Surah number, verse number, Arabic text, and translation. Then I created a theme with the primary ID and the description. I created a unidirectional edge called has_theme from verse to theme, and then I created a unidirectional edge called related_to from verse to verse with relationship type, which could be a string such as same_theme, cities, or explains, and then the weight as a double.
In this schema, each verse is a vertex, each theme is a vertex, and vertices connect to themes through has_theme edges. Verses can also connect directly to other verses through related_to edges where they share semantic connections. I inserted data for verses sharing the same theme. I then wrote a query to find verses by theme using the TigerGraph GSQL query language to retrieve all verses connected to a specific theme. The visualization graph shows two circular nodes representing the verses, labeled such as 2:1, 3, and 3:200, and one center node representing the theme patient. Edges shown as arrows connect each verse to the patient node and also a direct edge between the two verses if the related_to connection was added.
What is most valuable?
The best features TigerGraph offers include, first of all, the performance and scalability, which is why we started using it. Then there is the modern hybrid engine for AI that moves beyond simple data connection to real on-the-graph RAG for explainable AI, and the developer and enterprise features like powerful query language, low-cost solution, and cloud-native deployment. Additionally, it seamlessly connects with the ultra-fast connectors for common data sources like Snowflake , Databricks , and Kafka, which we are using.
Regarding how TigerGraph has handled large datasets or high query loads in my experience, it demonstrates world record scale with the ability to process graph data containing large dataset sizes. In this context, we can increase throughput by adjusting concurrency settings for loading jobs and modifying the Kafka loader replica number configuration to increase the number of concurrent Kafka loading jobs beyond the default one. With the ultra-fast connector and Kafka integration, we can add the built-in primary TigerGraph Kafka connector, which requires nothing to install as it is based on a trusted Kafka Connect framework. The connector streams from one source data, such as our application stream, into TigerGraph on the internal Kafka cluster. A Kafka loading job ingests the messages into the graph dataset. This design allows for faster, scalable, and concurrent data streams from multiple sources and supports modern data formats.
GSQL is Turing complete and combines SQL-like syntax with procedural programming, supporting accum, post-accum, and order by with traversals. It also supports openCypher and ISO GQL for flexibility across teams. With cloud-native deployments like Savanna, TigerGraph Savanna offers separate storage and compute so you can scale resources independently and pause workspaces for cost savings. It includes automatic failover, high availability, and fine-grained role-based authentication out of the box.
The impact of TigerGraph has been significant. It reduced complex multi-join query times from minutes to milliseconds, enabled real-time fraud detection across billions of transactions, and cut development effort by over seventy percent because the graph traversal logic that previously required thousands of lines of SQL became just a few dozens of lines of GSQL. The ability to visualize connected data in GraphStudio helped business users discover hidden relationships, such as shared account identifiers that had gone undetected for years.
What needs improvement?
Every organization needs improvements. GraphStudio has UI/UX issues and bugs. The visual interface has several frustrating bugs, for example, graph exploration results sometimes disappear and node selection can be difficult when edges are very close together. Additionally, loading jobs created by GSQL do not appear in GraphStudio at all, forcing users to manage the UI and command line separately. A dark theme is also missing in the new versions.
Regarding query development, the query installation process can be painfully slow, with some users reporting that installed queries get dropped or hang, especially when the system is overloaded. Additionally, there is no way to create or replace a query directly, which complicates iterative development. Large result sets over two gigabytes cannot be paginated, requiring workarounds such as writing to files.
There are some missing modern developer features such as query profiling, and TigerGraph does not support openCypher syntax or interpret queries, and it failed to track create, update, and delete operations. The lack of built-in pagination for large REST API responses remains a pain point for building production applications. Integrating TigerGraph with popular Graph RAG frameworks has been challenging. The light-RAG integration suffers from performance issues due to inefficient per-node operations rather than batch processing. Microsoft's GraphRAG does not abstract the storage layer, so its output can be stored independently.
What do I think about the stability of the solution?
TigerGraph is stable in my experience.
What do I think about the scalability of the solution?
Regarding scalability, TigerGraph is exceptional as demonstrated by verified benchmarks. The performance scales horizontally while automatic partitioning maintains sub-second performance for deep multiple-hop traversals even as data grows and supports real-time streaming ingestion with over one hundred million updates per machine per hour.
How are customer service and support?
The customer support is better, and whenever I reached out, it was extremely responsive.
Which solution did I use previously and why did I switch?
Before choosing TigerGraph, we evaluated other options, including Amazon Neptune and Neo4j. Neo4j was the strongest contender given its mature ecosystem, Cypher query language, and strong community support. Neptune was also appealing for its managed and cloud-native architecture. However, TigerGraph's on-premises flexibility and proven performance at petabyte scale ultimately aligned better with our data sovereignty and performance needs, which is why we chose TigerGraph.
What about the implementation team?
I have been working in my field for more than six years. I started with front-end development and then moved towards back-end development and also worked on a couple of mobile apps and other areas such as DevOps, augmented reality, virtual reality, and some AI automations.
What was our ROI?
The documented ROI is substantial based on a Forrester Total Economic Impact study. We saved nine point six million dollars in increased profits over three years from the new products and services enabled by graph-powered insights.
What's my experience with pricing, setup cost, and licensing?
Regarding pricing and setup cost, I am not much aware of the details because I am handling the technical part of full-stack development, and the accounts team handles these matters. However, I can say that the Community Edition is completely free and supports production usage, and it is perfect for development and proof of concept work. For the cloud-based Savanna offering, free credits are provided to new users for a full year, allowing for thorough evaluation before any financial commitment. Moving forward, it works with a pay-as-you-go model.
Which other solutions did I evaluate?
Before choosing TigerGraph, we evaluated other options, including Amazon Neptune and Neo4j. Neo4j was the strongest contender given its mature ecosystem, Cypher query language, and strong community support. Neptune was also appealing for its managed and cloud-native architecture. However, TigerGraph's on-premises flexibility and proven performance at petabyte scale ultimately aligned better with our data sovereignty and performance needs, which is why we chose TigerGraph.
What other advice do I have?
Start with the Community Edition and then design your graph schema iteratively. Expect a learning curve with GSQL and test real-world scale early so you can plan your export strategy and engage with the TigerGraph solution team for any enterprise licenses. I would rate this product a nine out of ten.
Graph intelligence has boosted fraud detection and AI insights but still needs better data updates
What is our primary use case?
My main use cases for TigerGraph include a knowledge base, which is the number one use case, and second is fraud detection analysis.
A specific example of how I use TigerGraph for fraud detection relates to cybersecurity or threat detection, which is very relevant to our infrastructure. It can identify the model, the host, users, permissions, logging patterns, and network connections. It can detect any kind of insider threat detection, attack path analysis, and lateral movement detection. It can find all the systems reachable from one compromised account, enabling threat detection or fraud detection.
What is most valuable?
TigerGraph fits very well in the AI world as it provides the enterprise knowledge graph and gives a semantic relationship engine that can be used with LLM, AI agents, and RAG pipelines. It connects to documents, people, tickets, systems, incidents, and metadata and generates relationships, offering very fast relation and multi-hop traversal. Native relationship and graph analysis scalability can be done compared to Neo4j.
TigerGraph offers the best features in relationship intelligence, VectorDB semantic similar search, LLM reasoning and chat, and also provides graph traversals, delivering connected intelligence which is why it is used across social media, banking, healthcare, fraud analysis, and recommendation systems.
Of those features, relationship intelligence, VectorDB, semantic search, LLM reasoning, and graph traversals, TigerGraph stands out as the most valuable for my team. Compared to other graph technologies including Neo4j and ArangoDB, TigerGraph is very scalable, suitable for larger enterprises with bigger data sizes, and enables faster graph traversal. It also provides a lot of intelligence on top of that, which others do not, along with solid enterprise support including backup and restore features. Overall, operational data, semantic search, and AI agentic integration make it very helpful.
The features I mentioned are very well architected for enterprise setups, and additional AI plus graph features provide significant help in ML and AI integration.
TigerGraph has positively impacted my organization through numerous applications in AI, fintech, insurance, and crypto-related use cases. It allows real-time analysis and real-time fraud ring detections, providing insights into suspicious transactions and path analysis. It enables account linkage analysis, offering faster risk decision-making than traditional SQL and NoSQL, which can take minutes or hours for complex relationship queries. The relationship and knowledge graph support reduced fraud losses and improved compliance, alongside a better AI recommendation system that includes personalization and smarter AI responses.
Since using TigerGraph, I have noticed outcomes such as faster analysis in areas including root cause detection. It effectively delivers relationships that are critical, providing connection intelligence that matters a lot. It handles standard transactional workloads better than standard options and its distributed architecture supports various use cases, including supply chain and recommendation.
What needs improvement?
TigerGraph can be improved by adding features for multi-updates and in-place upgrades when documents are inserted. Additionally, it should enhance scaling capabilities as data grows, with more collections and documents added. The performance of complex joins should improve to make relationships more direct instead of requiring multiple hops.
Beyond those improvements, I suggest increasing visibility on internal features, more metrics, and views to help identify potential issues.
For how long have I used the solution?
I have been using TigerGraph for almost two and a half years.
What do I think about the stability of the solution?
TigerGraph is stable.
What do I think about the scalability of the solution?
Its scalability is impressive; it scales very well to a certain level and quite fast, showing improved performance compared to other technologies.
How are customer service and support?
Customer support is very good and has been helpful in resolving any issues, with fast interaction and effective solutions.
Which solution did I use previously and why did I switch?
Before TigerGraph, I used Neo4j with the goal of achieving a more scalable solution and improving performance, particularly as data sizes increased.
What was our ROI?
TigerGraph has led to a significant return on investment, saving mostly major time compared to when I previously used Neo4j, where it typically consumed a lot of time. With TigerGraph, I save about thirty percent of time compared to before.
Which other solutions did I evaluate?
I did evaluate other options, particularly Neo4j, before deciding on TigerGraph.
What other advice do I have?
My advice for others considering using TigerGraph is to test it, conduct a proof of concept, and verify that it meets their requirements. Perform a load test to see the performance. I would rate this review as a seven out of ten.
Which deployment model are you using for this solution?
If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?
Digital twin has transformed real-time supply chain simulations but still needs richer community tools
What is our primary use case?
A specific example of how the digital twin has benefited my organization is that I have managed to make the digital twin work in near real time, carrying out scenario simulations that in traditional databases take several minutes or tens of minutes to run the queries. In TigerGraph, it is a matter of seconds. I have been able to show clients how the digital twin is capable of working in near real time by simulating scenarios of their supply chain.
What is most valuable?
The visualization layer and the management from the cloud have made my team's work easier compared to previous solutions because it allows us to run queries and modify the graph schema practically effortlessly.
TigerGraph has positively impacted my organization by allowing me to show how graphs and their algorithms are used. It has allowed my organization to be at the forefront of this technology because I bet on it before anyone else did, and now this technology is in demand. This has put my organization in a very prevalent market position.
A specific result that reflects this positive impact on my company's market position is that I have almost a 100% win rate on bids for projects that involve graphs, thanks to my experience with TigerGraph.
What needs improvement?
For how long have I used the solution?
What do I think about the stability of the solution?
What do I think about the scalability of the solution?
How are customer service and support?
What was our ROI?
What's my experience with pricing, setup cost, and licensing?
Which other solutions did I evaluate?
What other advice do I have?
Which deployment model are you using for this solution?
If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?
Graph analytics have transformed fraud detection and real-time insights for transaction data
What is our primary use case?
TigerGraph serves as a graph database to model accounts and transactions as edges for our company. In our organization, we implement TigerGraph in an application called Hi HQ. We deal with a large amount of interconnected data, such as customer, transaction, and product relations, so we needed to implement a solution that can effectively analyze highly connected data. We modeled entities like customers, products, and transactions as nodes, and their interactions as edges. Using this, we built graph analytics workflows to traverse the relationships quickly and identify patterns such as suspicious activity and customer behavior trends.
How has it helped my organization?
TigerGraph has positively impacted our organization as we needed to deal with a large volume of datasets like customer transactions and product interactions. The goal was to implement a system that can easily and efficiently provide complex relationships in the data and facilitate faster insights. We implemented TigerGraph to model our data as nodes and relations using its analytic capabilities and parallel processing architecture. We built queries that could traverse multiple connections and analyze patterns much faster than before, significantly improving our ability to analyze connected data, reducing query processing time, and enabling faster decision-making. It helps our team uncover hidden relationships in data, improving our operational efficiency and analytical capabilities.
Since we needed to reduce the query execution time in our application, it has reduced it by up to 60%. Data relationship analysis that used to take minutes is now reduced to seconds, and we can process multiple millions of relationships in real-time, which provides significant value.
We have seen a return on investment since query processing has improved to under 30 seconds, and our analytic team's productivity has improved by 30%. The infrastructure cost has reduced as fewer complex queries are now required. Previously, if three people were needed for an analysis, it can now be handled by one member, and the business team receives insights much faster, improving the speed of decision-making.
What is most valuable?
The best feature of TigerGraph is the interconnectivity, which is very good for our needs as we were looking for highly connected data such as customer transactions. We needed our database to provide solutions for complex relationship queries quickly, and we can scale it with a large dataset. We adopted TigerGraph because it has massively parallel processing, real-time graph analytics, and deep link multi-hop queries.
I find the GSQL query feature to be the most reliable because it is a powerful SQL-like query language designed for graph analytics and complex pattern matching, which is the best aspect of TigerGraph.
Scalability is one of the key factors why we chose TigerGraph, as it provides fast analytics when the dataset increases and meets our needs very well.
What needs improvement?
TigerGraph can improve on certain factors, particularly the simple query language, as the learning curve can be very hard for new users or beginners. The visualization tools could also be improved.
For new developers, especially those who are freshers, the learning curve for the simple query language should be made easier because it is relatively harder for them to learn without much experience in any tech stack. I have a few team members who are freshers, and it is relatively harder for them to learn this kind of solution.
For how long have I used the solution?
I have been using TigerGraph for the past 1.5 years.
What do I think about the stability of the solution?
TigerGraph is very stable.
What do I think about the scalability of the solution?
Scalability is one of the key factors why we chose TigerGraph, as it provides fast analytics when the dataset increases and meets our needs very well.
How are customer service and support?
I have not needed customer support for any tasks, but I think it is good.
Which solution did I use previously and why did I switch?
We did not use any different solution prior.
How was the initial setup?
TigerGraph is deployed in our organization in a public cloud environment with TigerGraph servers set up in our organization's cloud environment. The deployment involves setting up TigerGraph servers in our organization's cloud environment.
What about the implementation team?
We are just a buyer and do not have any other business relationship with this vendor.
What was our ROI?
Since we needed to reduce the query execution time in our application, it has reduced it by up to 60%. Data relationship analysis that used to take minutes is now reduced to seconds, and we can process multiple millions of relationships in real-time, which provides significant value.
We have seen a return on investment since query processing has improved to under 30 seconds, and our analytic team's productivity has improved by 30%. The infrastructure cost has reduced as fewer complex queries are now required. Previously, if three people were needed for an analysis, it can now be handled by one member, and the business team receives insights much faster, improving the speed of decision-making.
What's my experience with pricing, setup cost, and licensing?
I do not know much about the setup cost and pricing, as I did not set it up. The initial setup is a little costlier compared to traditional databases, but it is justified for our organization's needs.
Which other solutions did I evaluate?
Before choosing TigerGraph, we evaluated Amazon Neptune , which is a fully managed graph database service available on AWS that supports both property graph and RDF model.
What other advice do I have?
If your application or company needs a platform that will grow and handle datasets growing into millions in the near future, and if your company has the budget for TigerGraph, then you should go for it. It may be a little costly, but it ultimately provides very fast analytical capabilities of datasets, which is great. I would rate this product a 9 out of 10.