
Quiñónez, Carlo J
- Total activity 13
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Activity overview
Latest activity by Quiñónez, Carlo J-
Quiñónez, Carlo J commented,
I was planning on using a git repo and following the workflow described in the link. But since not all our collaborators will be using hackolade, I needed to be able to update the hackolade model f...
-
Quiñónez, Carlo J created a post,
Reverse-engineer entire directory tree
I have a repository of json-schemas in git. I'd like to use Hackolade for editing these, but some collaborators will be editing the schemas directly. Is it possible to mass recursively import an en...
-
Quiñónez, Carlo J created a post,
Unit property
I noticed there's a property called "Unit" defined for numeric data in JSON Schemas. Is there any way to control how it's exported during forward engineering? I added a custom keyword to a standard...
-
Quiñónez, Carlo J commented,
This isn't an issue for me anymore, I ended up using a standard library to convert the JSON Schemas to avro.
-
Quiñónez, Carlo J commented,
When ForwardEngineer a JSON Schema with customProperties at the entity level, all of the custom properties are inside an object called "customProperties" instead of being at the root of the exporte...
-
Quiñónez, Carlo J created a post,
Genarate AVRO from JSON Schema
Can we export AVRO avsc files from a JSON schema definition? There's a quite a few open source libraries for doing this, but it would ideal if I could use hackolade for this.
-
Quiñónez, Carlo J commented,
Thank you for the update Pacal. At the moment, there's not many schemas to manages, so doing it manually isn't a blocker. But over the 6+ months, I expect the number of models to manage will grow ...
-
Quiñónez, Carlo J commented,
I'm also interested in integrating Hackolade into a CI process and am interested in learning more about this. I've already looked into the CLI and it addresses most of my needs, but I was wondering...