sszuev opened a new issue, #1961: URL: https://github.com/apache/jena/issues/1961
### Version 4.x.x ### Question There are two ideas: 1) In [ONT-API](https://github.com/owlcs/ont-api) we need thread-safe graph. For this purpose, I created a separate simple library: https://github.com/sszuev/concurrent-rdf-graph It contains `SynchronizedGraph` & `ReadWriteLockingGraph`. It would be convenient to use only Jena instead of Jena + this library, 2) There is an idea about simple Graph backed by FS. There is no ready implementation yet, but it can be easily provided using this library: https://github.com/DataFabricRus/textfile-utils It contains file-content merge-sort and binary-search functions (btw, I also raised a question in commons mailing list about this library: https://lists.apache.org/thread/x7j34q8t4j728yzj0so24p6wstvm5lox; by now no final decision). In Jena there is already persistent graph-implementations, so not sure that this new functionality is really needed. So, the question to Apache Jena community: do we need these two Graphs in Jena? Even we don't need, I think it is good to have this issue for a record. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
