InfiniteGraph Technical Specifications
- Distributed graph database: Take full advantage of distributed data and distributed processing capabilities.
More Info - Intuitive, graph-focused Java API: Build data-intensive graph-based applications rapidly.
More Info - Policy-driven consistency models: Accelerate ingest by relaxing consistency or choose full ACID mode when required.
More Info - Model-based placement: Physically collocate graph elements that are often accessed together to enhance navigation query performance. Physically separate or isolate frequently accessed data objects to avoid/reduce lock contention.
More Info - Distributed parallel navigation queries: Query the graph through a powerful navigation API, executing in-process or across distributed servers.
More Info - Blueprints support: Provide access to InfiniteGraph via an established open-source API, supporting the use of popular tools such as Tinkerpop Gremlin.
More Info - Plugin framework: Package and deploy reusable custom navigators and result formatters.
More Info - Indexing framework: Enhanced query performance through automatic and manual index lookup.
More Info - Graph view: Define a filtered view of your graph, allowing for even faster results (queries can “infer” that a path will be unsuccessful by referring to a pre-compiled view of only the data that is relevant to the navigation).
More Info