-
When I use the datetime() function in a Cypher Create query I see the value below in Memgraph lab.
```json
{
"year": 2024,
"month": 11,
"day": 23,
"hour": 22,
"minute": 40,
…
-
Hello,
I am seeing google telemetry in the frontend, when running it through the lab docker image.
Is there a easy way to disable that telemetry?
For the memgraph mage docker image, there is…
-
I setup memgraph using docker-compose like so:
```
version: '3.8'
services:
batbard_memgraph:
image: memgraph/memgraph-platform:2.11.1-memgraph2.11.0-lab2.8.3
restart: always
po…
-
Since that version of `memgraph-platform` image
```
memgraph/memgraph-platform 4175e85fe222 7 weeks ago 4.27GB
```
I cannot pull new images with `userns-remap` enabled for my docke…
-
**Describe the bug**
```
2024-03-20 14:42:22 [2024-03-20 13:42:22.500] [warning] auth_module_create_missing_role flag is deprecated. It not possible to create roles through the module anymore.
2024…
-
I am running 2 helm charts: one for memgraph-platform (memgraph/memgraph-platform:latest docker image) and second for memgraph (memgraph/memgraph:latest)
When I open UI and go to "Logs" section I s…
-
**Memgraph version**
x.18
**Environment**
Ubuntu, Docker
**Describe the bug**
Because of https://github.com/memgraph/memgraph/issues/2492 I downgraded to x.18 and I had a system with about 1.…
-
Hi!
We are in the middle of switching from neo4j to memgraph.
We would love to see
https://neo4j.com/labs/apoc/4.1/overview/apoc.periodic/apoc.periodic.commit/
in this module, since a lot of ou…
-
I have Windows 11. Docker is set so that is uses WSL. When I run `docker run -it -p 7687:7687 -p 7444:7444 -p 3000:3000 memgraph/memgraph-platform` I get the following output
```
2023-08-25 06:37:…
-
i'm using foreach to read from csv file and create edge between tow nodes in Memgraph which is too slow to say the least
like 2000 edge in 45 minutes
then i switch my foreach to parralel.foreach
th…