Skip to content

Commit

Permalink
Merge pull request #14 from tulip/ZachMarcus-basically-noop
Browse files Browse the repository at this point in the history
Relationalize: Update README.md spaces to test release process.
  • Loading branch information
ZachMarcus authored Aug 22, 2024
2 parents fa20606 + 4dd207e commit a43f82b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ It draws inspiration from the [AWS Glue Relationalize transform](https://docs.aw
## JSON Object Collections
When working with JSON often there are collections of objects with the same or similar structure. For example, in a NoSQL database there may be a collection describing users with the following two documents/objects:
```javascript
//Document 1
// Document 1
{
"username": "jsmith123",
"created_at": "2022-12-15T20:24:26.637Z",
Expand Down Expand Up @@ -67,7 +67,7 @@ For example, the schemas generated by relationalizing and schema generating the
"connections": "str"

}
//users_connections
// users_connections
{
"connections__rid_": "str",
"connections__index_": "int",
Expand Down

0 comments on commit a43f82b

Please sign in to comment.