bibleapi-bibles-json
bibleapi-bibles-json copied to clipboard
KJV data
@rkazakov wanted to thank you for making bible data available and also share the way I am further publishing it. I am working on a generic persistence layer (content - addressable) for graph like structures. The data, potentially very large, is partitioned in blocks that can be stored in any K,V stores, such S3, IndexedDB, etc. Navigating the graph tries to minimize the number of blocks to load, strongly inspired by Neo4J index-free adjacency. Particularly interesting is the use of IPFS as KV blockstore, meaning the graph can be stored and queried serverless and decentralized. I created a very first demonstrator for the technology (which is still WIP), based on the data you are kindly providing. The demo can be accessed directly from IPFS. May be of interest. Once again, thank you for your work!