Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yschindel authored Oct 26, 2024
1 parent 6412114 commit 86c07ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions viz_ifc-consumer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The Kafka messages have the following format:
"project": "string",
"filename": "string",
"timestamp": "number",
"content": "Buffer"
"location": "string"
}
```

Expand All @@ -25,7 +25,7 @@ The service saves the IFC files to MinIO, in a bucket specified in the `MINIO_IF

The files are saved with a unique name, which is a combination of the project name, the original filename, and a timestamp.

Example: `my-project/my-file_1724230400000.gz`
Example: `project2/file2_2024-10-25T16:36:04.986173Z.gz`

## Fragmentation

Expand Down

0 comments on commit 86c07ed

Please sign in to comment.