ChronoGraph vs GFQL
Both are property graph databases. ChronoGraph (2017-02, AGPL-3.0, Java) ranks #145 this month; GFQL (2023, BSD-3-Clause, Python) ranks #19.
| Attribute | ChronoGraph | GFQL |
|---|---|---|
| At a glance | ||
| Rank | #145 | #19 |
| Score | 14.0 | 58.9 |
| GitHub stars | 54 | 2.6k |
| Popularity | 34.3 | 62.3 |
| Activity | 27.9 | 63.7 |
| Community | 41.1 | 68.8 |
| Research | — | 49.6 |
| Fundamentals | ||
| Description | A TinkerPop-compliant embedded graph database with system-time content versioning. Implemented as a temporally-enhanced key-value store using B-tree structures, enabling historical graph queries and analysis. | A dataframe-native graph query language with vectorized processing and optional GPU acceleration. Supports Cypher-like syntax, embedded within the PyGraphistry library. |
| Vendor | — | Graphistry |
| Model | Property Graph | Property Graph |
| Kind | embedded | query-engine |
| Category | Emerging | Growing |
| First released | 2017-02 | 2023 |
| Status | inactive — Last meaningful commit several years ago. Minimal community. | active |
| License | AGPL-3.0 | BSD-3-Clause |
| Written in | Java | Python |
| Query languages | Gremlin | GFQL, openCypher |
| gdotv support | no | no |
Feature scores — not surveyed for GFQL
| Feature | ChronoGraph | GFQL |
|---|---|---|
| Community & Business | ||
| Active development | 0.25 | — |
| Commercial support | · | — |
| Live community | · | — |
| Open Source | ✓ | — |
| Pricing | · | — |
| Trendiness | · | — |
| 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 | 0.25 | — |
| Binary protocol | 0.75 | — |
| 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 | 0.5 | — |
| Secondary indexes | ✓ | — |
| Server side procedures | · | — |
| Triggers | · | — |
| Authentication | · | — |
| Authorization | · | — |
| Data encryption | · | — |
Links
- ChronoGraph · website · github · full profile
- GFQL · website · github · full profile