
Blazegraph
neo4j
ArangoDB
OrientDB
Redis
Cayley
Titan
Apache Cassandra
Testcontainers
Arquillian
JUnit
Cucumber
TestNG
PHPUnit
RSpec
Nest.js
No Blazegraph videos yet. You could help us improve this page by suggesting one.
Based on our record, Testcontainers seems to be a lot more popular than Blazegraph. While we know about 54 links to Testcontainers, we've tracked only 2 mentions of Blazegraph. 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.
Triple, mainly represented by RDF with SPARQL as its query language. In TripleStore, data is represented as Subject-Predicate-Object. The database for this kind of data is usually called TripleStore. An example of TripleStore is BlazeGraph. - Source: dev.to / almost 5 years ago
I think the best open-source graphdb, also used for Amazon Neptune, is blazegraph [1] For true data interoperability, as opposed to the silo data models required for property graph databases, the RDF w3c standard with SPARQL [2] is the industry standard. The new global API made possible with the Solid project [3] by Tim Berners-lee uses RDF [1] https://blazegraph.com/. - Source: Hacker News / about 5 years ago
> Anyway, it is a basic practice of keeping test and dev environment as close as feasible to production, to avoid missing issues and wrong assumptions. Containers are great for this during development. Testcontainers are great for this when you don't want to use some mocked in-memory DB because those have the same issues as using a different DB during development: https://testcontainers.com/. - Source: Hacker News / 20 days ago
- Logging and telemetry to give agents insights and visibility into the runtime state of the application The core setup is used at a series C, post-YC startup to ship fast with AI while maintaining high quality standards (in combination with other tools facilitating code review and context management) Part 1 (https://chrlschn.dev/blog/2026/08/the-unexpected-ai-stack-csharp-dotnet-part-1/) is an intro into a... - Source: Hacker News / 21 days ago
Codec round-trips are pure, so you can unit-test encrypt-then-decrypt without a database at all. For the real thing — values actually flowing through Postgres — skunk-crypt's own suite uses Testcontainers to spin up a throwaway postgres:16, which is a good pattern to copy:. - Source: dev.to / 3 months ago
The test job also mounts the host Docker socket so Testcontainers can start sibling containers (for example Spark) from within the job container. - Source: dev.to / 5 months ago
Spins up the actual database (use Testcontainers — it runs in CI just fine). - Source: dev.to / 6 months ago
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.
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.
OrientDB - OrientDB - The World's First Distributed Multi-Model NoSQL Database with a Graph Database Engine.
Cucumber - Cucumber is a BDD tool for specification of application features and user scenarios in plain text.