Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

261 postgres correlation #262

Merged
merged 95 commits into from
May 25, 2020
Merged

261 postgres correlation #262

merged 95 commits into from
May 25, 2020

Conversation

skydivin4ng3l
Copy link
Contributor

@skydivin4ng3l skydivin4ng3l commented May 4, 2020

fixes #261

Implements Lazy Schema creation for postgre dataToDatabase operator

@skydivin4ng3l skydivin4ng3l added the WIP Not yet ready for review label May 4, 2020
skydivin4ng3l and others added 25 commits May 5, 2020 12:30
Copy link
Contributor

@Quacck Quacck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Really nice so far :)

Also please ensure our CI kinda runs through


MongoDatabase database = mongoClient.getDatabase(mongoConfig.getName());
MongoCollection<Document> coll = database.getCollection(collection_name);
// System.out.println("INVOKE");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this comment still needed?

Comment on lines 80 to 84
if (ackFuture.get()){
// System.out.println("Success");
} else {
System.out.println("Failed");
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please improve error handling or error logging. If its just logging, maybe add information for when (which input) it failed or why. Use our overall logger perhaps?

Copy link
Contributor

@Quacck Quacck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yo

@Quacck Quacck merged commit 65b4156 into dev May 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Get Postgres as Planned Data recorder working
3 participants