close
Skip to content

PEACEBINFLOW/mindseye-agentic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MindsEye Agentic — Tiger Cloud Connected

This is a Tiger Cloud–ready build of MindsEye Agentic for the Agentic Postgres Challenge.

Quick Start

  1. Schema
psql "$DATABASE_URL" -f db/schema.sql
  1. Seed
export DATABASE_URL="postgres://tsdbadmin:cuugb1bm3427cw0j@un10g6z6ac.xuyc6ez6af.tsdb.cloud.timescale.com:30396/tsdb?sslmode=require"
cd scripts && node seed.mjs
  1. Run
cd server && cp .env.example .env && npm install && npm run dev
cd ../client && npm install && npm run dev

About

A hybrid AI + Postgres proof-of-concept built for the Agentic Postgres Challenge. MindsEye Agentic connects Timescale hypertables, trigram search, and GPT cognition to uncover time-based insights from live event data.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors