Fundraising Fox

Dgraph

Acquired

Houston, US · Founded 2016 · Delaware corporation · 14 known investors

Dgraph is an open-source, distributed graph database that operates at terabyte-scale for real-time applications, offering both direct database operations and GraphQL API interfaces for developers.

Also known as DGraph · Dgraph Labs, Inc. · dgraph-io

Founders & leadership

Dgraph was founded in 2016 by Manish Jain and Manish Rai Jain.

MJManish Jain
Manish JainCo-founder
MRManish Rai Jain
Manish Rai JaininFounder
PK
Prashanth KoppulaExecutive

Board

SN
Sunandita NijhawanBoard director

Investors · 14

Also in the syndicate · 9

Chris RiccominiDJ PatilGanesh SrinivasanHackVCJP PatilLiquid2 VenturesMichael CallahanRy WalkerSaxeCap

Reported raises · per SEC filings

Form D private placements

$2.9M disclosed across 2 of 3 rounds · 2016–2022

$1.9MraisedNov 2017 · 6 investors · Computers
Rule 506(b)
Officers, directors & promoters on the filing
  • Manish JainExecutive Officer, Director
  • Salil DeshpandeDirector
Offering amount
$1.9M
Amount sold
$1.9M
First sale
Oct 2017
Incorporated
Corporation, Delaware, 2016
Federal exemptions
06b
Full filing on SEC EDGAR ↗
$1.1MraisedJul 2016 · 5 investors · Computers
Rule 506(b)
Officers, directors & promoters on the filing
  • Sunandita NijhawanDirector
  • Manish JainExecutive Officer, Director
  • Prashanth KoppulaExecutive Officer, Director
Offering amount
$1.1M
Amount sold
$1.1M
First sale
Mar 2016
Incorporated
Corporation, Delaware, 2016
Federal exemptions
06b
Full filing on SEC EDGAR ↗

Source: SEC EDGAR Form D. Amounts as filed; amended filings shown once at their latest values.

Company profile

researched Aug 2026

Dgraph, developed by Dgraph Labs, Inc., is an open-source distributed graph database designed for real-time use cases at terabyte scale. It is implemented as a sharded, distributed system that processes queries in parallel and provides distributed ACID transactions, consistent replication, linearizable reads, snapshot isolation and multi-version concurrency control. Users can operate it either as a property graph database for direct database operations and administration, or generate a GraphQL API and graph backend from a GraphQL schema for application development.

The system is written in Go and released under the Apache 2.0 license. It uses BadgerDB, a Go key-value store also built by the same organization, as its on-disk storage interface for posting lists, with log-structured storage organization, write-ahead logging, and configurable Snappy or Zstandard compression. Queries use DQL, a GraphQL-inspired language, and are served over gRPC and HTTP with JSON, RDF and Protocol Buffers responses; the cluster uses the Raft consensus algorithm in a shared-nothing architecture. Native capabilities include full-text search, regular expressions, geo search, inverted indexes and persistent queries. Official platform support covers Linux/amd64 and Linux/arm64, with Docker recommended for testing and deployment.

Beyond the core database, the dgraph-io organization maintains official client libraries for Go, Java, JavaScript and Python, the Ratel data visualizer and cluster manager, Helm charts, benchmarking tools, and a Docusaurus-based documentation site published at docs.dgraph.io.

Founding story

According to Database of Databases, Manish Rai Jain created Dgraph in July 2015 based on his prior experience at Google, where he led a project to unite data structures for serving web search with a backend graph system. The first version, v0.1, was released in December 2015, with the initial open source release cited elsewhere as 2016. The 2022 funding announcement notes the founders' background in distributed systems and graph systems at scale and their aim to build a graph database platform that could serve as an entire application backend rather than only a database.

Business model

Commercial open source: the database is distributed as an Apache 2.0 licensed community edition alongside an enterprise offering with additional enterprise-ready capabilities, plus a hosted cloud service launched in 2020.

Sources describe an enterprise offering with additional enterprise-ready capabilities beyond the Apache 2.0 community edition, and a hosted Dgraph Cloud service; specific pricing is not disclosed in the sources.

Traction

The main dgraph repository has roughly 21.8k GitHub stars and 1.6k forks with over 6,500 commits, and the organization hosts 109 public repositories including BadgerDB (~15.8k stars) and Ristretto (~7k stars). At the time of the 2022 round the project reported over 18,000 GitHub stars and more than 10 million Docker Hub pulls, and the README states Dgraph is production-ready at version v25 and used in production at multiple Fortune 500 companies.

Latest developments

Following the October 2025 acquisition of the combined Hypermode/Dgraph business by Istari Digital, the dgraph-io GitHub organization states the project continues under Istari Digital's stewardship with a focus on maintenance for the community. Repository activity continues into 2026, with commits to dgraph, badger, dgraph4j, docs and new tooling such as the Argus benchmarking harness and the dgdao Go client/DAO. Documentation is versioned for releases v25.2 through v25.4.

Full profile — market position, technology, go-to-market, geography, history, risks & controversies

Market position

Positioned as a native GraphQL, horizontally scalable graph database; the 2022 press release describes it as the most popular open source graph database on GitHub and the youngest company named in Forrester's Graph Data Platform landscape. Project documentation compares Dgraph against Neo4j and JanusGraph on sharding, replication, transactions and licensing.

Compared with Neo4j (single-server with enterprise replicas, Cypher, GPL v3) and JanusGraph (a layer over other distributed databases, Gremlin), Dgraph presents itself as natively sharded and distributed with consistent replication, automatic shard rebalancing, distributed ACID transactions, native full-text, regex and geo search, and Apache 2.0 licensing. Investors quoted in the 2022 round emphasized that many graph databases are either not truly horizontally scalable or are graph overlays on NoSQL stores.

Technology

Sharded and distributed architecture with automatic data movement for shard rebalancing, Raft-based consensus, shared-nothing servers exposing gRPC interfaces, and hybrid in-memory/SSD/disk storage via BadgerDB. Features include distributed ACID transactions, MVCC and snapshot isolation, log-structured merge tree indexing, inverted full-text indexes, hash joins reduced to posting-list lookups, tuple-at-a-time query execution, logical logging with append-only write-ahead logs, and persistent (hashed) queries. Views and query compilation are listed as not supported. The query language is DQL, a GraphQL variant adapted for graph operations, alongside a generated GraphQL API.

Go-to-market

Open-source-led adoption via GitHub, Docker images and documentation/tutorials, with a hosted cloud offering and an enterprise edition; the 2022 funding was intended to build out go-to-market teams while maintaining community stewardship.

Application developers and enterprises with highly connected or sparse data — described as workloads with more than ten SQL tables joined by foreign keys — including Fortune 500 companies and rapid-growth startups. Named users include Lifeline (formerly Philips Lifeline) and Knights Analytics.

Geography

Dgraph Labs, Inc. is a US-based developer; the 2022 announcement datelined San Francisco and described the company as headquartered in California's Silicon Valley, while FinSMEs describes it as San Francisco, CA-based.

History

Dgraph originated in 2015 and had its initial open source release in 2016, becoming a widely starred graph database project on GitHub. The company launched the hosted Dgraph Cloud service in 2020 and dropped official Mac and Windows support in 2021 to focus on Linux. In July 2022 it announced a $6 million seed re-financing round together with a new executive team led by CEO Akon Dey and CTO Gajanan Chinchwadkar. Dgraph Labs was acquired by Hypermode, Inc. in 2023, and the combined company was acquired by Istari Digital in October 2025; the GitHub organization now states Dgraph is under Istari Digital's stewardship with a stated first priority of keeping the project well maintained for the community.

Risks & controversies

The sources note the dropping of official macOS and Windows support in 2021, limiting officially supported platforms to Linux/amd64 and Linux/arm64. Ownership has changed twice (Hypermode in 2023, Istari Digital in 2025); no other controversies are described in the sources.

Compiled by commissioned research from 8 cited public sources — announcements, filings, and press listed under research sources below.

Key figures

latest reported
Current product versionJan 2026v25 (production-ready)
Docker Hub pullsJul 202210,000,000 pulls
GitHub commits (dgraph-io/dgraph)Jan 20266,532 commits
GitHub forks (dgraph-io/dgraph)Jan 20261,600 forks
GitHub stars (dgraph-io/dgraph)Jan 202621,800 stars
Public repositories in dgraph-io GitHub organizationAug 2026109 repositories

Company-reported or press-reported figures, each dated to when it was claimed — not independently audited.

Competitors · 6

by search overlap
Netezza118 shared keywordsIBM is a global technology company whose business spans enterprise software (including Red Hat, HashiCorp, and Confluent), IT infrastructure such as mainframes, servers, and storage, and IT consulting services. The company is also investing heavily in quantum computing and AI-based enterprise offerings, including its Lightwell open-source software security clearinghouse and the Anderon quantum wafer foundry.
Apollo105 shared keywordsApollo provides a GraphQL-based API orchestration platform that unifies APIs and data sources for backend teams and frontend applications. The platform enables enterprises to build federated graphs, manage AI agent workflows, and accelerate application development across web and mobile.
Neo4j71 shared keywordsNeo4j develops a graph database and graph data platform used to build applications that leverage connected data, with products including AuraDB, Graph Data Science, and vector search for GraphRAG and GenAI use cases. It serves organizations from startups to Fortune 500 companies for applications such as recommendations, fraud detection, master data management, identity and access management, and logistics routing.
Hasura60 shared keywordsHasura offers an AI Catalyst Team that partners with organizations to assess fit and deliver AI-driven business transformation. The company positions its data and AI platform for enterprises pursuing AI initiatives.
Hygraph57 shared keywordsHygraph is a GraphQL-native headless CMS platform that enables teams to create, deliver, and distribute content across multiple channels. It serves development teams building digital products who need flexible, API-driven content management without the limitations of traditional CMS systems.
Postman55 shared keywordsPostman is an API platform that helps developers build, test, and manage APIs throughout their lifecycle. It serves organizations across industries, including 98% of the Fortune 500, and provides tooling for API development, quality assurance, and organizational governance.

Companies competing with Dgraph for the same Google search keywords, organic and paid, via search-intersection analysis.

Timeline · 8

launches, deals, and filings
Oct 2025
Combined company acquired by Istari Digital

The combined Dgraph/Hypermode company was acquired by Istari Digital in October 2025; the Dgraph GitHub organization states the project is under the stewardship of Istari Digital.

source ↗

Jan 2023
Dgraph Labs acquired by Hypermode, Inc.

source ↗

Jul 2022
Named in Forrester's Graph Data Platform landscape

Press release states Dgraph was the youngest company to be named in Forrester's Graph Data Platform landscape.

source ↗

Jul 2022
Dgraph secures $6M seed re-financing round

Dgraph announced a $6 million seed re-financing round led by Venrock and Uncorrelated Ventures, with participation from Abstract Ventures, HackVC, SaxeCap, Liquid2 Ventures and several individual executive investors. Funds were earmarked for go-to-market teams, product development for new use cases, and investment in the open source community.

$6M source ↗

Jul 2022
Akon Dey appointed CEO and Gajanan Chinchwadkar CTO

Akon Dey, Ph.D., a database industry veteran with experience at Yahoo! and Visa, joined as CEO. Gajanan Chinchwadkar, Ph.D., previously at AWS, MarkLogic and Sybase, joined as Chief Technology Officer.

source ↗

Jan 2021
Official support dropped for macOS and Windows

Dgraph dropped official support for Mac and Windows in 2021, officially supporting Linux/amd64 and Linux/arm64 architectures.

source ↗

Jan 2020
Launch of hosted Dgraph Cloud service

The company launched its hosted Dgraph Cloud offering.

source ↗

Dec 2015
First Dgraph release (v0.1)

The first version of Dgraph, v0.1, was released in December 2015.

source ↗

Dated company events from announcements, filings, and press; legal rows summarize public dockets and regulator releases.

Legal entities · 1

corporate structure
DgraphDelaware

In the news

Research sources · 8

primary sources listed

8 public sources were cited for this profile; the first-party ones are listed here.

Frequently asked questions

What does Dgraph do?
Open-source, horizontally scalable distributed graph database with native GraphQL/DQL query interfaces, now stewarded by Istari Digital.
Who founded Dgraph?
Dgraph was founded by Manish Jain, Manish Rai Jain in 2016.
Who are Dgraph's investors?
Dgraph's investors include AirTree Ventures, Blackbird Ventures, Bain Capital Ventures, Redpoint Ventures, Venrock.
How much funding has Dgraph raised?
Dgraph has disclosed $2.9M raised across 2 of its 3 known rounds.
Where is Dgraph headquartered?
Dgraph is headquartered in Houston, US.