Closed JavierJia closed 7 years ago
could @luochen01 and @haochen07 take a look at the issue and simplify the ingestion and registration process? thank you!
It's a very important design decision since it affects user's experiences to use our system. Can we do a F2F meeting to discuss?
sure.
I added @HotLemonJuice to this issue. If we want to make those three Population datasets into one, then we need some data processing work to merge them, and also the front-end queries need to be changed accordingly.
I propose that the logic of the process can be
Thus I suggest that we
Any ideas on that? @luochen01 @HotLemonJuice
Yeah. @luochen01 is right. And I agree with @haochen07 's proposal. By separating data ingestion from registration, we allow for the possibility of using other data.
Why wouldn't we just use One script to combine data ingestion and registration? For registration, we can run the script after Cloudberry is running.
You mean one script and you run it after cloudberry is running?
One script would be great for the purpose of the quick start. However, we also may also want to use two scripts in the develop or production system. Sometimes the data is already in the AsterixdB, we only need to register the dataset. I think let start with two scripts, comparing with a lot of manual work that will be already great enough :-)
@JavierJia Let's schedule a F2F meeting to discuss this important topic?
Sure. Will send the invitation later.
On Apr 22, 2017 9:35 AM, "Chen Li" notifications@github.com wrote:
@JavierJia https://github.com/JavierJia Let's schedule a F2F meeting to discuss this important topic?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/ISG-ICS/cloudberry/issues/318#issuecomment-296385284, or mute the thread https://github.com/notifications/unsubscribe-auth/AA3jlal3SmsD-FBBPrvId4d3cEk3I5igks5ryiw3gaJpZM4NE173 .
I saw @luochen01 's PR tonight. Great job on refactoring the register and data feed scripts. And I think the issue is fixed on current stage. Is there something still to do for us ?
It solved 50%. I will take care of the part of starting neo and twittermap servers logic.
We introduced many knobs for the purpose of making a general system. However, the current process of bringing up the TwitterMap demo is too complicated. Before the Admin web page, we need to at least provide ONE script that can handle all the preparation logic.
lookup
query still work? Then the DDL part in Cloudberry is much simpler.