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. Frame Management
- 4.5. Data Movement
- 4.6. Job Management and History
- 4.7. The Trovares Query Language (TQL)
- 4.8. TQL Structure
- 4.9. TQL Constraints on Graph Elements
- 4.10. TQL UNWIND Clause
- 4.11. TQL CALL Clause
- 4.12. TQL Modifications, Additions and Deletions
- 4.13. What Is a Result from a TQL Query?
- 4.14. TQL Row Access Control in Queries
- 4.15. TQL for Cypher Users
- 4.16. Access Control
- 4.17. Transactions in xGT
- 4.18. 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.11.0 (06/17/2022)
- 8.2. 1.10.1 (3/7/2022)
- 8.3. 1.10.0 (2/11/2022)
- 8.4. 1.9.1 (1/17/2022)
- 8.5. 1.9.0 (11/1/2021)
- 8.6. 1.8.0 (8/30/2021)
- 8.7. 1.7.1 (7/7/2021)
- 8.8. 1.7.0 (6/21/2021)
- 8.9. 1.6.0 (4/2/2021)
- 8.10. 1.5.1 (2/19/2021)
- 8.11. 1.5.0 (2/8/2021)
- 8.12. 1.4.2 (9/28/2020)
- 8.13. 1.4.1 (9/18/2020)
- 8.14. 1.4.0 (8/24/2020)
- 8.15. 1.3.0 (11/5/2019)
- 8.16. 1.2.0 (6/4/2019)
- 8.17. 1.1.0 (2/21/2019)
- 8.18. 1.0.0 (12/1/2018)
- 8.19. 0.18.0 (10/24/2018)
- 8.20. 0.17.0 (10/1/2018)
- 8.21. 0.16.0 (9/1/2018)
- 9. Appendices
- 10. Glossary