Skip to content

stackql/stackql-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

StackQL Server with PostgreSQL Backend

Architecture

The architecture involves two primary components:

  1. StackQL Server: This server starts a stackql server accepting stackql queries using the PostgreSQL wire protocol.
  2. PostgreSQL Server: Backend database server used for relational algebra and temporary storage (for materalized views).
graph TD;
    subgraph Container;
		B[StackQL\nServer];
		C[PostgreSQL\nInstance];
    end;
    A[StackQL\nClient] <-- postgre wire protocol\n(port 7432) --> B;
    B <-- gets data from --> E[Cloud/SaaS\nProviders];
    B <-- uses --> C; 
Loading

Running the Container

To run the container, execute the following command:

docker build --no-cache -t stackql_postgres .
docker run -d -p 7432:7432 stackql_postgres

Submitting a Query to the StackQL Server

To submit a query to the StackQL server using psql, use the following command:

psql -h localhost -p 7432 -U stackql -d stackql

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy