Software Alternatives & Reviews

Apache TinkerPop VS Testcontainers

Compare Apache TinkerPop VS Testcontainers and see what are their differences

Apache TinkerPop logo Apache TinkerPop

Apache TinkerPop is a graph computing framework for both graph databases (OLTP) and graph analytic systems (OLAP).

Testcontainers logo Testcontainers

Testcontainers is a modern Java library that comes with the exclusive support of Junit tests.
  • Apache TinkerPop Landing page
    Landing page //
    2022-01-24
  • Testcontainers Landing page
    Landing page //
    2023-10-07

Apache TinkerPop videos

No Apache TinkerPop videos yet. You could help us improve this page by suggesting one.

+ Add video

Testcontainers videos

Testcontainers – From Zero to Hero

More videos:

  • Review - Testcontainers: a Year-in-review (Kevin Wittek)
  • Review - Testcontainers: a Year-in-review (Kevin Wittek)

Category Popularity

0-100% (relative to Apache TinkerPop and Testcontainers)
NoSQL Databases
100 100%
0% 0
Online Services
0 0%
100% 100
Graph Databases
100 100%
0% 0
Automated Testing
0 0%
100% 100

User comments

Share your experience with using Apache TinkerPop and Testcontainers. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

Based on our record, Testcontainers should be more popular than Apache TinkerPop. It has been mentiond 11 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Apache TinkerPop mentions (4)

  • Setup Azure Cosmos DB for Gremlin in Spring Boot Java
    The API for Gremlin is built based on Apache TinkerPop, a graph computing framework that uses the Gremlin query language. - Source: dev.to / 6 days ago
  • Testcontainers
    You might take a look at Tinkerpop: https://tinkerpop.apache.org/. - Source: Hacker News / 2 months ago
  • Getting Started with Redis and RedisGraph
    Property Graph, mainly represented as node and relationship in which they can have properties. The database for this kind of data is usually called Graph Database. Gremlin - by TinkerPop project and Cypher - by Neo4J are their query language (also AQL - Arango Query Language - by ArangoDB, but AQL does not only provides graph query language). - Source: dev.to / over 2 years ago
  • Should You Invent a New Query Language? (Probably Not)
    The most common graph query language at the moment would be Gremlin, which is part of the Apache TinkePop graph computing framework. It is simple to write, easy to learn, and widely supported by many graph databases and even non-graph databases that can emulate graph queries. On the other hand, it can be verbose for long queries but generally works well for both OLTP and analysis work. - Source: dev.to / almost 3 years ago

Testcontainers mentions (11)

  • Multiple MongoDB Databases on Spring Boot
    To be able to test for multiple databases, I recommend you using Testcontainers. That's my configuration to start the container:. - Source: dev.to / 21 days ago
  • Show HN: I open-sourced the in-memory PostgreSQL I built at work for E2E tests
    I don't get it either. Why not use something like https://testcontainers.com/? - Source: Hacker News / 26 days ago
  • Rust Tooling: 8 tools that will increase your productivity
    Testing with added infrastructure can be quite tricky. Testcontainers aims to solve this by providing an open-source framework for providing local, lightweight containers for your application that can be immediately thrown away after use. It also has a Rust SDK! - Source: dev.to / 3 months ago
  • Run and test DynamoDB applications locally using Docker and Testcontainers
    This is a good start. But DynamoDB Local is a great fit for Testcontainers which "is an open source framework for providing throwaway, lightweight instances of databases, message brokers, web browsers, or just about anything that can run in a Docker container.". - Source: dev.to / 3 months ago
  • Quarkus : Greener, Better, Faster, Stronger
    Devservices supports the automatic provisioning of unconfigured third party services in development and test mode. They can be provided by extension leveraging (usually) TestContainer library. - Source: dev.to / 7 months ago
View more

What are some alternatives?

When comparing Apache TinkerPop and Testcontainers, you can also consider the following products

neo4j - Meet Neo4j: The graph database platform powering today's mission-critical enterprise applications, including artificial intelligence, fraud detection and recommendations.

Arquillian - Arquillian is an open-source testing platform that offers no more container lifecycle, deployment hassles, and mocks.

JanusGraph - JanusGraph is a scalable graph database optimized for storing and querying graphs.

Cucumber - Cucumber is a BDD tool for specification of application features and user scenarios in plain text.

ArangoDB - A distributed open-source database with a flexible data model for documents, graphs, and key-values.

JUnit - JUnit is a simple framework to write repeatable tests.