sqlpage_aide_navigation (table) Content
- Start Row: 0
- Rows per Page: 50
- Total Rows: 21
- Current Page: 1
- Total Pages: 1
orchestration/index.sql | Orchestration | prime | index.sql | 1 | orchestration/index.sql | Explore details about all orchestration | |||
orchestration/info-schema.sql | Orchestration Tables and Views | prime | orchestration/index.sql | 99 | orchestration/info-schema.sql | Information Schema documentation for orchestrated objects | |||
docs/index.sql | Docs | prime | index.sql | 1 | docs/index.sql | Explore surveilr functions and release notes | |||
docs/release-notes.sql | Release Notes | prime | docs/index.sql | 99 | docs/release-notes.sql | surveilr releases details | |||
docs/functions.sql | SQL Functions | prime | docs/index.sql | 2 | docs/functions.sql | surveilr specific SQLite functions for extensibilty | |||
ur/index.sql | Uniform Resource | prime | index.sql | 1 | ur/index.sql | Explore ingested resources | |||
ur/info-schema.sql | Uniform Resource Tables and Views | prime | ur/index.sql | 99 | ur/info-schema.sql | Information Schema documentation for ingested Uniform Resource database objects | |||
ur/uniform-resource-files.sql | Uniform Resources (Files) | prime | ur/index.sql | 1 | ur/uniform-resource-files.sql | Files ingested into the `uniform_resource` table | |||
ur/uniform-resource-imap-account.sql | Uniform Resources (IMAP) | prime | ur/index.sql | 1 | ur/uniform-resource-imap-account.sql | Easily access and view your emails with our Uniform Resource (IMAP) system. Ingested from various mail sources, this feature organizes and displays your messages directly in the Web UI, ensuring all your communications are available in one convenient place. | |||
index.sql | Home | prime | 1 | index.sql | Resource Surveillance State Database (RSSD) | Welcome to Resource Surveillance State Database (RSSD) | |||
console/index.sql | RSSD Console | prime | index.sql | 999 | console/index.sql | Resource Surveillance State Database (RSSD) Console | Console | Explore RSSD information schema, code notebooks, and SQLPage files | |
console/info-schema/index.sql | RSSD Information Schema | prime | console/index.sql | 1 | console/info-schema/index.sql | Info Schema | Explore RSSD tables, columns, views, and other information schema documentation | ||
console/sqlpage-files/index.sql | RSSD SQLPage Files | prime | console/index.sql | 3 | console/sqlpage-files/index.sql | SQLPage Files | Explore RSSD SQLPage Files which govern the content of the web-UI | ||
console/sqlpage-files/content.sql | RSSD Data Tables Content SQLPage Files | prime | console/index.sql | 3 | console/sqlpage-files/content.sql | Content SQLPage Files | Explore auto-generated RSSD SQLPage Files which display content within tables | ||
console/sqlpage-nav/index.sql | RSSD SQLPage Navigation | prime | console/index.sql | 3 | console/sqlpage-nav/index.sql | SQLPage Navigation | See all the navigation entries for the web-UI; TODO: need to improve this to be able to get details for each navigation entry as a table | ||
console/notebooks/index.sql | RSSD Code Notebooks | prime | console/index.sql | 2 | console/notebooks/index.sql | Code Notebooks | Explore RSSD Code Notebooks which contain reusable SQL and other code blocks | ||
console/migrations/index.sql | RSSD Lifecycle (migrations) | prime | console/index.sql | 2 | console/migrations/index.sql | Migrations | Explore RSSD Migrations to determine what was executed and not | ||
console/about.sql | Resource Surveillance Details | prime | console/index.sql | 2 | console/about.sql | About | Detailed information about the underlying surveilr binary | ||
console/statistics/index.sql | RSSD Statistics | prime | console/index.sql | 1 | console/statistics/index.sql | Statistics | Explore RSSD tables, columns, views, and other information schema documentation | ||
lie/index.sql | LinkedIn Explorer | prime | index.sql | 1 | lie/index.sql | LinkedIn Explorer, will enable LinkedIn data integration into Surveilr. It includes manual data export, automated CSV ingestion, SQL Views for querying, and a Web UI for data analysis. | |||
lie/profile.sql | Profile | prime | lie/index.sql | 1 | lie/profile.sql | The Source List page provides a streamlined view of all collected content sources. This page displays only the origins of the content, such as sender information for email sources, making it easy to see where each piece of content came from. Use this list to quickly review and identify the various sources contributing to the curated content collection. |
Error We are sorry, but an error occurred while generating this page. You should contact the site's administrator.
Error in query number 6:
Parsing failed: SQLPage couldn't understand the SQL file. Please check for syntax errors:
SELECT 'text' AS component,
(SELECT CASE WHEN $current_page > 1 THEN '[Previous](?limit=' || $limit || '&offset=' || ($offset - $limit) || ')' ELSE ' END) || ' ' ||
⬆️
'(Page ' || $current_page || ' of ' || $total_pages || ') ' ||
Backtrace
sql parser error: Expected: ), found: $current_page at Line: 42, Column: 35
"console/content/table/sqlpage_aide_navigation.auto.sql" contains a syntax error preventing SQLPage from parsing and preparing its SQL statements.
You can hide error messages like this one from your users by setting the 'environment' configuration option to 'production'.