socialite
socialite copied to clipboard
Social Data Reference Architecture - This Repository is NOT a supported MongoDB product
I might be wrong but the result from the query of the followers of djw which present the result as follows : `$ db.followers.find({_f : "djw"}, {_id : 0, _t...
Adding below to pom.xml will help resolve the issues: 1. Maven compiler source and target as a child of ``` 1.7 1.7 ``` 2. JAXB dependency ``` javax.xml.bind jaxb-api 2.3.0...
Hello, thank you for this great job you shared. Now that mongodb 3.4 officially supports graphs, it would be really nice to update socialite using these new specific methods. Thanks
Got this trace and cant make sense out of it: INFO [2024-03-08 18:14:03,274] com.mongodb.socialite.ServiceManager: Initializing configured services INFO [2024-03-08 18:14:03,335] org.reflections.Reflections: Reflections took 50 ms to scan 1 urls, producing...
Steps to reproduce run-time error: 1. Compile Socialite 2. Attempt to load data --- Output: ``` Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException at java.base/java.lang.Class.forName0(Native Method) at java.base/java.lang.Class.forName(Class.java:467) at org.jboss.logging.Logger.getMessageLogger(Logger.java:2248) at...
Fix for compilation errors "Source option 5 is no longer supported. Use 7 or later." and "Target option 5 is no longer supported. Use 7 or later." --- Command to...
MongoInterruptedException's msg and its stacktrace handling fix in BenchmarkCommand's worker threads
Each successful benchmark's run currently ends with this output from each BenchmarkCommand's worker Runnable caused by their interruption: ``` ... at com.mongodb.internal.connection.DefaultServerConnection.command(DefaultServerConnection.java:123) at com.mongodb.operation.CommandOperationHelper.executeWrappedCommandProtocol(CommandOperationHelper.java:242) at com.mongodb.operation.CommandOperationHelper.executeWrappedCommandProtocol(CommandOperationHelper.java:233) at com.mongodb.operation.CommandOperationHelper.executeWrappedCommandProtocol(CommandOperationHelper.java:136) at com.mongodb.operation.FindOperation$1.call(FindOperation.java:701)...
Based on performance assumptions, the mongodb-driver should be updated from version 3.8.1 to version 3.12.11. The aggregated performance gain equals to 9.62%. Test's Methodology: 10 cold runs with mongodb-driver v3.8.1,...