fluree / core

Fluree releases and public bug reports
0 stars 0 forks source link

Support for Multiple `conn`/Connection Types #80

Open aaj3f opened 5 months ago

aaj3f commented 5 months ago

Description

We need to make it possible for a single Fluree instance to simultaneous support mappings to multiple conn types (e.g. file system, IPFS, s3, etc).

Unspecified whether this is support for multiple conn objects and mapping of which dbs are relevant to each conn, or simply a single conn with mapping of requests to different persistence & address handling.

We need to consider that, with support for federated from or fromNamed queries, we might need to have a single query handle results across an IPFS db a local file system db

@dpetran -- I believe you may have already started work on this, if so please feel free to increase the prioritization or even move to "In Progress" (if not, feel free to remove yourself from "Assignee")