Introduction
This page introduces how to query your data with PyKX.
Title |
Description |
---|---|
Query with Python | Learn how to use Pythonic syntax to query on-disk and in-memory tables. |
Query with SQL | Learn how to use SQL to query on-disk and in-memory tables. |
Query with q | Learn how to use the q programming language to query on-disk and in-memory tables. |
Performance Tuning | Learn how to update your queries to make them more memory efficient and performant. |
Next steps
-
If you don't have a historical database available, learn about databases.
-
To learn about creating PyKX Table objects, go to the PyKX introduction notebook.