stupid question I know the ES connector isn't there yet but if I wanted to use elasticsearch with my data inside my prisma postgres db is there a option for that? Would it work just indexing the db or anyone done this yet?
h
Harshit
03/18/2019, 4:55 PM
I think you should manually index things are every inserting for now.
I can't seem to think any other good options till we support ES. btw there are plans for a prisma sdk in the future that will allow for community maintained connectors. That way we can accelerate connector development
b
btotharye
03/18/2019, 5:02 PM
yea I don't need ES yet but will long term once I get the storefront done, etc so was just curious
btotharye
03/18/2019, 5:03 PM
looks like eventually the connector and stuff will be there so thats good, I figured creating the indexs on the mutation calls then would be the best option