Good resources for Mongo with springboot and aggregatation and all?

|
Kiran 2022-09-26 19:56:35
I haven’t heard about it
Anirudhhhhhhhh 2022-09-26 20:13:06
The Best AWS DEVOPS faculty in both naresh it & Ashok it?
Backhere 2022-09-26 20:21:08
Kiran 2022-09-26 19:56:35
I haven’t heard about it

he mean spring batch, item reader, writer, processor

Backhere 2022-09-26 20:22:33
shyam 2022-09-26 19:51:50
Like same kind of stuff is used in elastic search

we have made a generic query builder for these kinds of things. so what it actually do is based on passed values and fields creates query

Backhere 2022-09-26 20:23:00
it actually cpnvers a map into mongo query.
shyam 2022-09-26 20:23:39
@Backhere bro can’t use db
Backhere 2022-09-26 20:24:02
shyam 2022-09-26 20:23:39
@Backhere bro can’t use db

then where is data stored??

shyam 2022-09-26 20:25:33
Its just POC we have created a custom response because we are assuming that the we will get full data from dB and then we will have to filter it using java
shyam 2022-09-26 20:26:10
Backhere 2022-09-26 20:22:33
we have made a generic query builder for these kinds of things. so what it actually do is based on passed values and fields creates query

Can you share some references? Maybe it will help

Backhere 2022-09-26 20:27:04
shyam 2022-09-26 20:25:33
Its just POC we have created a custom response because we are assuming that the we will get full data from dB and then we will have to filter it using java

ohk you mean you will be filtering based on , available parameters but at service layer itself.

shyam 2022-09-26 20:27:14
Yes
G 2022-09-26 20:29:51
Bhasker01 2022-09-26 17:27:49
Any one have idea about SPRING AOP ..

Yes..

Backhere 2022-09-26 20:32:00
create a model, with following fields

queryOperation
fieldName
value
values[]
startValue
endValue

and you have to handle operations manually.

plus reflection get value.

Backhere 2022-09-26 20:32:10
Backhere 2022-09-26 20:32:00
create a model, with following fields

queryOperation
fieldName
value
values[]
startValue
endValue

and you have to handle operations manually.

plus reflection get value.

shyam

shyam 2022-09-26 20:32:58
Okay
Backhere 2022-09-26 20:34:37
i am feeling demotivated for 2 days, if anybody has anything , push it to my dm.
JustAbstrac 2022-09-26 20:48:57
Backhere 2022-09-26 20:34:37
i am feeling demotivated for 2 days, if anybody has anything , push it to my dm.

Do moonlighting

jitesh soni 2022-09-26 20:51:47
Good resources for Mongo with springboot and aggregatation and all?
Naveen Lovely 2022-09-26 22:48:54
Any one help me on how to create a spring boot rest service with HATEOS and HAL
AlwiYayayayay 2022-09-27 01:37:51
Hi guys
I wanna stored an array data to the database, so what datatype in db I should use ?
Karthik 2022-09-27 01:53:08
AlwiYayayayay 2022-09-27 01:37:51
Hi guys
I wanna stored an array data to the database, so what datatype in db I should use ?

Try using an array only.
In Jpa data persist the array object in db individually.

Or upsert into couchbase have to check

Karthik 2022-09-27 01:54:00
UPSERT INTO travel-sample.inventory.hotel (KEY, VALUE)
VALUES (“key1”, { “type” : “hotel”, “name” : “new hotel” });
AlwiYayayayay 2022-09-27 01:58:41
Karthik 2022-09-27 01:53:08
Try using an array only.
In Jpa data persist the array object in db individually.

Or upsert into couchbase have to check

is it okay to use VARCHAR ?

Karthik 2022-09-27 01:58:56
AlwiYayayayay 2022-09-27 01:58:41
is it okay to use VARCHAR ?

Yeah

Karthik 2022-09-27 01:59:16
But u have to iterate through the array and insert individual values I guess
Bhasker01 2022-09-27 05:15:21
G 2022-09-26 20:29:51
Yes..

Can you ping me once

CodeBuddy123 2022-09-27 07:03:29
+1
Krish 2022-09-27 07:04:19
Anirudhhhhhhhh 2022-09-26 20:13:06
The Best AWS DEVOPS faculty in both naresh it & Ashok it?

Ya which institute and faculty

G 2022-09-27 07:05:55
Anirudhhhhhhhh 2022-09-26 20:13:06
The Best AWS DEVOPS faculty in both naresh it & Ashok it?

Sriman – if you want full fledged…no need to depends on proxys..if you practice reguraly

codecraft01 2022-09-27 07:47:51
/get notes
|