stupid question I know the ES connector isn't ther...
# orm-help
b
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
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
yea I don't need ES yet but will long term once I get the storefront done, etc so was just curious
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
I'm using yoga with prisma basically