Replies: 1 comment
-
We have a benchmark site for JSON you can check out — https://github.com/gatsbyjs/gatsby/tree/master/benchmarks/gabe-json-text Depending on how your data is setup, it may or might not make sense to use gatsby-transformer-json like that site does. The other approach would be to load the data in your gatsby-node.js and add the data directly via |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a approximately about 1 million of json files, and foreign key related json files, I need to turn into static pages.
Can I do that with Gatsby and how long do you think it would last?
What do you suggest how to do it?
Beta Was this translation helpful? Give feedback.
All reactions