AllegroGraph vs RDFLib
Both are rdf databases queried with SPARQL. AllegroGraph (2004, Proprietary, Common Lisp) ranks #22 this month; RDFLib (2002, BSD-3-Clause, Python) ranks #27.
| Attribute | | |
|---|---|---|
| At a glance | ||
| Rank | #22 | #27 |
| Score | 57.5 | 55.7 |
| GitHub stars | — | 2.5k |
| Popularity | 57.4 | 72.1 |
| Activity | 92.8 | 54.3 |
| Community | 36.6 | 40.5 |
| Research | 56.0 | 66.5 |
| Fundamentals | ||
| Description | An RDF triple store with built-in ontology reasoning capabilities. Supports OWL2 RL materialized reasoning for inferring new triples and federated queries across distributed stores. | The de facto standard Python library for working with RDF graphs. Provides pluggable storage backends, a SPARQL query interface, and extensive serialization format support. |
| Vendor | Franz Inc | RDFLib Community |
| Model | RDF | RDF |
| Kind | database | library |
| Category | Established | Established |
| First released | 2004 | 2002 |
| Status | active | active |
| License | Proprietary | BSD-3-Clause |
| Written in | Common Lisp | Python |
| Query languages | SPARQL, Prolog | SPARQL |
| gdotv support | yes | yes |
Feature scores — not surveyed for RDFLib
| Feature | AllegroGraph | RDFLib |
|---|---|---|
| Community & Business | ||
| Active development | ✓ | — |
| Commercial support | ✓ | — |
| Live community | · | — |
| Open Source | · | — |
| Pricing | ✓ | — |
| Trendiness | 0.5 | — |
| Deployment | ||
| Containerization | ✓ | — |
| Work as dedicated instance | ✓ | — |
| Work as embedded | · | — |
| Testing in-memory version | · | — |
| Platform | ||
| Operating on Linux | ✓ | — |
| Operating on Windows | · | — |
| SaaS offering | ✓ | — |
| Operations | ||
| Automatic updates | · | — |
| Client side caching | ✓ | — |
| Data versioning support | ✓ | — |
| Live backups | ✓ | — |
| Distribution | ||
| Cluster Re-balancing | ✓ | — |
| Data Distribution | ✓ | — |
| High-Availability | ✓ | — |
| Query Distribution | ✓ | — |
| Replication support | ✓ | — |
| Developer Experience | ||
| Data types defined | ✓ | — |
| Logging/Auditing | ✓ | — |
| Object-Graph Mapper | ✓ | — |
| Reactive programming | ✓ | — |
| Documentation up-to-date | ✓ | — |
| Binary protocol | · | — |
| CLI | ✓ | — |
| GUI | ✓ | — |
| Data Model | ||
| Multi-database | ✓ | — |
| Graph-native data | ✓ | — |
| REST API | ✓ | — |
| Query Language | ✓ | — |
| Transactions | ||
| Granular locking | · | — |
| Multiple isolation levels | ✓ | — |
| Read committed transaction | · | — |
| Transaction support | ✓ | — |
| Schema & Security | ||
| Constraints | ✓ | — |
| Schema support | ✓ | — |
| Secondary indexes | ✓ | — |
| Server side procedures | ✓ | — |
| Triggers | ✓ | — |
| Authentication | ✓ | — |
| Authorization | ✓ | — |
| Data encryption | · | — |
Links
- AllegroGraph · website · full profile
- RDFLib · website · github · full profile