From e44b166a4f0f8cade1afd00bd1a5110110be3b6f Mon Sep 17 00:00:00 2001 From: Sammy Hori Date: Mon, 21 Oct 2024 22:24:54 +0100 Subject: [PATCH] Removed SiriXDB from data.json This repository hasn't been updated in a year --- data.json | 9 --------- 1 file changed, 9 deletions(-) diff --git a/data.json b/data.json index 812dc49..c81651d 100644 --- a/data.json +++ b/data.json @@ -414,15 +414,6 @@ ], "description": "API Automation without coding, easy JSON response assertions, Testing REST, SOAP, Kafka and Java/DB APIs, CI/Jenkins Friendly." }, - { - "name": "SirixDB", - "link": "https://github.com/sirixdb/sirix", - "label": "good-first-issue", - "technologies": [ - "Java" - ], - "description": "SirixDB is an evolutionary, versioned NoSQL document store (XML and JSON) written (mostly) in Java. It stores compact snapshots during commits with many concepts borrowed from ZFS and Git. Each revision is indexed and the document store can be queried with temporal queries. It's especially well suited for modern hardware." - }, { "name": "Images-to-PDF", "link": "https://github.com/Swati4star/Images-to-PDF",