Scalable graph analytics using xGT¶
The Trovares xGT application is a property graph engine designed to support extremely large in-memory graphs. Our analytics tool provides large graph search capabilities for data scientists and business analysts. With rapid ingest rates and the ability to execute complex queries driven by Python scripts, xGT provides unprecedented performance and scalability, especially when processing very large data.
- 1. What Is xGT?
- 2. Managing an xGT Site
- 3. Using the xGT System
- 4. Data Analytics with xGT
- 4.1. Graph Thinking
- 4.2. Graph Data Model: Frames and Namespaces
- 4.3. Data Types and Operators in xGT
- 4.4. Data Movement
- 4.5. Job Management and History
- 4.6. Introduction to the Trovares Query Language (TQL)
- 4.6.1. Structure
- 4.6.2. Constraints on Properties
- 4.6.3. Functions
- 4.6.4. Constant Expressions
- 4.6.5. CASE Expressions
- 4.6.6. Cypher Parameters
- 4.6.7. Modifications, Additions and Deletions
- 4.6.8. What Is an Answer to a TQL Query?
- 4.6.9. Describing the Answer to a TQL Query
- 4.6.10. Modifying How the Answer Set Is Reported
- 4.6.11. Specifying the Results Table
- 4.6.12. Querying over a Table Frame
- 4.6.13. Multiple Query Sections
- 4.6.14. Row Access Control in Queries
- 4.7. TQL for Cypher Users
- 4.8. Access Control
- 4.9. Transactions in xGT
- 4.10. Query Optimization
- 5. Useful Recipes
- 6. Code Samples
- 7. Python API
- 7.1. Main Features
- 7.2. General
- 7.3. Data Access and Manipulation
- 7.4. Exceptions
- 7.4.1. xgt.XgtError
- 7.4.2. xgt.XgtSecurityError
- 7.4.3. xgt.XgtArithmeticError
- 7.4.4. xgt.XgtConnectionError
- 7.4.5. xgt.XgtFrameDependencyError
- 7.4.6. xgt.XgtInternalError
- 7.4.7. xgt.XgtIOError
- 7.4.8. xgt.XgtNameError
- 7.4.9. xgt.XgtNotImplemented
- 7.4.10. xgt.XgtServerMemoryError
- 7.4.11. xgt.XgtSyntaxError
- 7.4.12. xgt.XgtTransactionError
- 7.4.13. xgt.XgtTypeError
- 7.4.14. xgt.XgtValueError
- 7.5. Admin
- 8. xGT Release Notes
- 8.1. 1.6.0 (4-2-2021)
- 8.2. 1.5.1 (2-19-2021)
- 8.3. 1.5.0 (2-8-2021)
- 8.4. 1.4.2 (09-28-2020)
- 8.5. 1.4.1 (09-18-2020)
- 8.6. 1.4.0 (08-24-2020)
- 8.7. 1.3.0 (11-05-2019)
- 8.8. 1.2.0 (06-04-2019)
- 8.9. 1.1.0 (02-21-2019)
- 8.10. 1.0.0 (12-01-2018)
- 8.11. 0.18.0 (10-24-2018)
- 8.12. 0.17.0 (10-01-2018)
- 8.13. 0.16.0 (09-01-2018)
- 9. Appendices
- 10. Glossary