semsol / arc2

ARC RDF Classes for PHP
Other
332 stars 89 forks source link

Does ARC2 have an in-memory store? #95

Closed k00ni closed 6 years ago

k00ni commented 6 years ago

File store/ARC2_MemStore.php looks promising. Can anybody tell me, if its a full in memory store?

k00ni commented 6 years ago

@semsol: Ping :)

If there isn't one, how hard would it be to port the actual one?

bnowack commented 6 years ago

That class looks more like a copy of the RemoteEndpoint. For an in-memory parser we would need in-memory query processing, which does not exist in ARC2. Pattern evaluation is only translated to SQL at the moment.

k00ni commented 6 years ago

Okay, can be closed due question answered :)