InfiniteGraph is a distributed graph 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
Developer(s)Objectivity, Inc.
Written inJava, C++[1]
TypeGraph database
LicenseProprietary[1]
Websiteinfinitegraph.com

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 as well as complex graph queries. InfiniteGraph goes beyond graph databases to also support complex object queries.

Adoption is seen in federal government, telecommunications, healthcare, cyber security, manufacturing, finance, and networking applications.[7]

History edit

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 edit

  • 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.
  • Consistency: Flexible (from ACID to relaxed).
  • 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).
  • Processing: Multi-threaded.
  • Query Methods: "DO" Query Language, Traverser and graph navigation API, predicate language qualification, path pattern matching.
  • Parallel query support
  • Visualization: InfiniteGraph "Studio."
  • Schema: Supports schema-full plus provides a mechanism for attaching side data.
  • Transactions: Fully ACID.
  • Source: Proprietary, with open-source extensions, integrated components, and third-party connectors.
  • Platforms: Windows and Linux

References edit

  1. ^ a b "InfiniteGraph". Database of Databases. Retrieved 1 November 2019.
  2. ^ Joyce Wells (June 26, 2013). "DBTA 100: The Companies That Matter Most in Data". Database Trends and Applications. Retrieved September 8, 2014.
  3. ^ Scott M. Fulton (August 24, 2011). "The Other Non-SQL Alternative". Readwrite. Retrieved September 8, 2014.
  4. ^ "The Rise of the Cloud Database". Readwrite. May 7, 2013. Retrieved September 8, 2014.
  5. ^ "Georgetown University taps Objectivity for Big Data research". Readwrite. May 1, 2013. Archived from the original on July 1, 2017. Retrieved September 8, 2014.
  6. ^ a b Levi Gundert (December 11, 2013). "Big Data in Security – Part III: Graph Analytics". Readwrite. Retrieved September 8, 2014.
  7. ^ "Graph Database Use Cases". Objectivity, Inc. October 15, 2021. Retrieved October 15, 2021.
  8. ^ Rip Empson (August 16, 2011). "InfiniteGraph Steps Out Of Beta To Help Companies Identify Deep Relationships In Large Data Sets". TechCrunch. AOL. Retrieved August 16, 2011.
  9. ^ Matt Aslett (February 9, 2011). "Objectivity identifies use cases for its InfiniteGraph graph database unit". The 451 Group. Retrieved February 9, 2011.

External links edit