{"id":29016499,"url":"https://github.com/memgraph/roadmap","last_synced_at":"2026-02-03T16:09:25.216Z","repository":{"id":103095405,"uuid":"601090849","full_name":"memgraph/roadmap","owner":"memgraph","description":"Learn more about Memgraph product roadmap!","archived":false,"fork":false,"pushed_at":"2025-06-03T15:33:31.000Z","size":65,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"main","last_synced_at":"2025-06-04T01:34:15.636Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://memgraph.com/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/memgraph.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-02-13T10:53:03.000Z","updated_at":"2025-06-03T15:33:33.000Z","dependencies_parsed_at":"2024-03-01T09:30:48.041Z","dependency_job_id":"0964b6d3-0bf1-45a5-9f38-5e83f83ef69a","html_url":"https://github.com/memgraph/roadmap","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/memgraph/roadmap","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memgraph%2Froadmap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memgraph%2Froadmap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memgraph%2Froadmap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memgraph%2Froadmap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/memgraph","download_url":"https://codeload.github.com/memgraph/roadmap/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/memgraph%2Froadmap/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261962050,"owners_count":23236859,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-25T22:30:28.883Z","updated_at":"2026-02-03T16:09:22.716Z","avatar_url":"https://github.com/memgraph.png","language":null,"readme":"# Roadmap 🗺️\n\nLast update 2025-01-14\n\u003cimg width=\"1762\" height=\"1120\" alt=\"Screenshot 2026-01-14 at 11 03 27 AM\" src=\"https://github.com/user-attachments/assets/e60f0cd9-8e1a-4226-9d3a-9fc602ce5028\" /\u003e\n*the next update ETA 2026-02-03 ⏳\n\n## Release Cycle ♻️\n\nMemgraph product team works in 6-week release cycles. Every six weeks, a new release of Memgraph includes all finished features and resolved bug reports. The exact release dates are visible as Due Dates under [milestones](https://github.com/memgraph/memgraph/milestones). There might be bug-fix releases between regular releases, depending on how critical these fixes are for Memgraph's production deployments.\n\nThe exact cycle structure is visualized in the diagram below:\n\u003cimg width=\"1200\" alt=\"ReleaseCycle_hybrid\" src=\"https://github.com/user-attachments/assets/300a83ed-b299-438d-bb4c-2928f7024064\" /\u003e\n\nThe team is also considering some form of Long-term Support (LTS) structure. If you have specific input about how we should organize around LTS, feel free to reach out or [open a new issue under this repo](https://github.com/memgraph/roadmap/issues) with the exact expectations.\n\n## Daily Build of Memgraph and Mage 🏗️\n\nMemgraph CI builds the latest version of Memgraph and Mage each day. Daily packages are available to download [HERE](https://memgraph.github.io/daily-builds/). Daily builds are useful for experimenting with recent improvements. Keep in mind these are not \"official\" releases and might not be suitable for running in production. But if you want to live on the edge, who are we to stop you from doing that 😂\n\n## Milestones 🥅\n\n* [Core Engine](https://github.com/memgraph/memgraph/milestones)\n* [Console](https://github.com/memgraph/mgconsole/milestones)\n* [GQLAlchemy](https://github.com/memgraph/gqlalchemy/milestones)\n\n## Projects 🏹\n\n* [All GitHub Projects](https://github.com/orgs/memgraph/projects)\n* [AI Toolkit](https://github.com/memgraph/ai-toolkit) \u0026 [AI Demos](https://github.com/memgraph/ai-demos)\n* Every Memgraph repo has a list of issues (standard GitHub issues). We link all the issues planned to be resolved in the short term under [Community Bugs and Incremental Features](https://github.com/orgs/memgraph/projects/12).\n\n## Capabilities Graph 🤔\n\nWhat does Memgraph offer as an engine? Desired system properties are:\n  * easy-to-use\n  * speed:\n      * low-latency\n      * high-throughput\n  * scale:\n      * data-scale\n      * algo-scale\n  * correct\n  * stable\n  * feature-rich\n  * easy-to-change\n  * efficient\n\n## [Skills](https://github.com/memgraph/skills) Graph 🧰\n\nWhat should I master to tackle my use case using Memgraph? Graph meisters skills:\n  * quick start of an operational graph\n  * setting up a client\n  * using cypher\n  * configuring storage\n  * taking large amounts of data in (cypherl, CSV, JSON, PARQUET, ...)\n  * what are the right data types\n  * indexing\n  * query-modules\n      * [python query modules](https://github.com/memgraph/skills/tree/main/memgraph-python-query-modules) \n      * [c/c++ query modules](https://github.com/memgraph/skills/tree/main/memgraph-cpp-query-modules)\n      * [rust query modules](https://github.com/memgraph/skills/tree/main/memgraph-rust-query-modules)\n  * understanding graph algorithms\n  * using data streams\n  * using triggers\n  * controlling the memory usage\n  * doing backups\n  * using CRON to schedule backups/snapshots\n  * setting up encryption\n  * operating under k8s\n  * manage your schema\n  * figuring out the data retention (TTL)\n  * shard your data\n  * leverage GPUs\n  * enterprise\n    * monitoring\n    * high-availability\n    * authorization (roles)\n    * sometimes there is a need to impersonate a database user\n    * SSO\n    * multi-tenancy\n    * ensuring auditability\n    * make your databases compliant\n\n## Feedback 🆘\n\nTo help Memgraph improve, please complete the [Roadmap survey](https://docs.google.com/forms/d/e/1FAIpQLSfDRK-JllJKjWufhXuxo9-bQ4OMmCoHGkj7ZKGOTpdVttCcMw/viewform?usp=dialog). Thanks a lot!\n\n## Next Steps 🚶\n\nThe best way to advance the journey with Memgraph is through [documentation](https://memgraph.com/docs). Feel free to learn more about Memgraph, spin it, or upgrade to the latest version. If you want to dive deep into the code details, [memgraph/memgraph](https://github.com/memgraph/memgraph) is the best place to start!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmemgraph%2Froadmap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmemgraph%2Froadmap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmemgraph%2Froadmap/lists"}