cesoun / kjv-bible-api

Can I get an Amen.
MIT License
2 stars 1 forks source link

Build pipeline? #5

Closed cesoun closed 3 years ago

cesoun commented 3 years ago
  1. run book-parser.js?
  2. build backend go service. make bin/kjv-bible-api?
  3. copy the json files from data to bin/kjv-bible-api?

Mainly need to see how large the files are when loaded into memory. Once they are there initially it should be fine.

I probably won't implement caching but it would greatly speed up repeated / similar results. Is that caching or memoization?

If Golang has a nice package for doing this I might play with it.

cesoun commented 3 years ago

A Dockerfile might actually be a fatty W here.