omniscale / imposm3

Imposm imports OpenStreetMap data into PostGIS
http://imposm.org/docs/imposm3/latest/
Apache License 2.0
710 stars 156 forks source link

Add JSONB column support #275

Open Krizz opened 3 years ago

Krizz commented 3 years ago

This pull request adds JSONB column type support.

tyrauber commented 1 year ago

@Krizz, do you remember why you closed this pull request? Seems to me jsonb column support instead of hstore columns would be very useful.

Krizz commented 1 year ago

@tyrauber Becuase the go.mod file was referencing my own repository and then I forgot about that pull request. Reopening it now.

tyrauber commented 1 year ago

@Krizz That'd be great! Native jsonb is definitely preferable to hstore IMO. Let me know if I can help in anyway.

tyrauber commented 1 year ago

@Krizz, Would you mind rebasing off master?

@olt, may we get eyes on this? It would be really nice to have jsonb as an option instead of hstore. JSONb doesn't require an extension, performs better and is easier to query for nested data.

Thank you @Krizz for opening this back up.