InfiniteGraph is a distributedgraph database implemented in Java and C++ and is from a class of NOSQL ("Not Only SQL") database technologies that focus on graph data structures. Developers use InfiniteGraph to find useful and often hidden relationships in highly connected, complex big data sets.[2][3] InfiniteGraph is cross-platform, scalable, cloud-enabled, and is designed to handle very high throughput.[4][5][6]
InfiniteGraph can easily and efficiently perform queries that are difficult to perform, such as finding all paths or the shortest path between two items. InfiniteGraph is suited for applications and services that solve graph problems in operational environments. InfiniteGraphs "DO" query language enables both value-based queries and complex graph queries. InfiniteGraph goes beyond graph databases to also support complex object queries.
Adoption is seen in federal government, telecommunications, healthcare, cybersecurity, manufacturing, finance, and networking applications.[7]
History
InfiniteGraph is produced and supported by Objectivity, Inc., a company that develops database management technologies for large-scale, distributed data management and relationship analytics.[6][8][9] The new InfiniteGraph was released in May 2021.
Features
API/Protocols: Java, core C++, REST API
Graph Model: Labeled directed multigraph. An edge is a first-class entity with an identity independent of the vertices it connects..
Concurrency: Update locking on subgraphs, concurrent non-blocking ingest.
Distribution: Lock server and 64-bit object IDs support dynamic addressing space (with each federation capable of managing up to 65,535 individual databases and 10^24 bytes (one quadrillion gigabytes, or a yottabyte) of physical addressing space).