InfiniteGraph
   HOME

TheInfoList



OR:

InfiniteGraph is a
distributed Distribution may refer to: Mathematics *Distribution (mathematics), generalized functions used to formulate solutions of partial differential equations *Probability distribution, the probability of a particular value or value range of a varia ...
graph database A graph database (GDB) is a database that uses graph structures for semantic queries with nodes, edges, and properties to represent and store data. A key concept of the system is the ''graph'' (or ''edge'' or ''relationship''). The graph relat ...
implemented in
Java Java (; id, Jawa, ; jv, ꦗꦮ; su, ) is one of the Greater Sunda Islands in Indonesia. It is bordered by the Indian Ocean to the south and the Java Sea to the north. With a population of 151.6 million people, Java is the world's List ...
and
C++ C++ (pronounced "C plus plus") is a high-level general-purpose programming language created by Danish computer scientist Bjarne Stroustrup as an extension of the C programming language, or "C with Classes". The language has expanded significan ...
and is from a class of
NOSQL A NoSQL (originally referring to "non- SQL" or "non-relational") database provides a mechanism for storage and retrieval of data that is modeled in means other than the tabular relations used in relational databases. Such databases have existed ...
("Not Only SQL") database technologies that focus on
graph data structures Graph may refer to: Mathematics *Graph (discrete mathematics), a structure made of vertices and edges **Graph theory, the study of such graphs and their properties * Graph (topology), a topological space resembling a graph in the sense of discr ...
. Developers use InfiniteGraph to find useful and often hidden relationships in highly connected, complex
big data Though used sometimes loosely partly because of a lack of formal definition, the interpretation that seems to best describe Big data is the one associated with large body of information that we could not comprehend when used only in smaller am ...
sets. InfiniteGraph is cross-platform, scalable, cloud-enabled, and is designed to handle very high throughput. 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.


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. 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. * Consistency: Flexible (from
ACID In computer science, ACID ( atomicity, consistency, isolation, durability) is a set of properties of database transactions intended to guarantee data validity despite errors, power failures, and other mishaps. In the context of databases, a sequ ...
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 In computer science, a thread of execution is the smallest sequence of programmed instructions that can be managed independently by a scheduler, which is typically a part of the operating system. The implementation of threads and processes dif ...
. * 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 In computer science, ACID ( atomicity, consistency, isolation, durability) is a set of properties of database transactions intended to guarantee data validity despite errors, power failures, and other mishaps. In the context of databases, a sequ ...
. * Source: Proprietary, with open-source extensions, integrated components, and third-party connectors. * Platforms: Windows and Linux


References


External links

* {{Official website, objectivity.com/products/infinitegraph/ Data analysis software Proprietary database management systems Graph databases Distributed data stores NoSQL products Structured storage