Skip to content

gummibeatz/InnoViz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InnoViz

Interactive visualization of the innovation space

PostgreSQL setup courtesy of digital ocean

psql
CREATE DATABASE innoviz;
CREATE USER innovizuser WITH PASSWORD 'password';
ALTER ROLE innovizuser SET client_encoding TO 'utf8';
ALTER ROLE innovizuser SET default_transaction_isolation TO 'read committed';
ALTER ROLE innovizuser SET timezone TO 'UTC';
GRANT ALL PRIVILEGES ON DATABASE innoviz TO innovizuser;

About

Interactive visualization of the innovation space

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published