Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(toy project) Catalog Site Builder

This is work in progress. An attempt to generalize previous projects into a useful utility.

A tool to build/generate a digital catalog according to a flat JSON schema.

In a nutshell

  1. Ingests data from a Sqlite3, exports the tables as JSON arrays (sqlite3, Bash).
  2. Indexes the arrays into dictionary (Bash, jq)
  3. Generates a GraphQL schema from the dictionaries (Bash, Node)
  4. Generates a Golang GraphQL endpoint (gqlgen, Go)
  5. Serves the content (React)

About

Experimental GraphQL Catalog Generator

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages