Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
r1290
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
r1290
5mo ago
I just did the exact same thing for my company. I didn’t do the sql lite approach for gdrive though just a direct search. The one part that is still difficult is the data modeling and table level descriptions etc. Maybe you make an update t
2.
▲
by
r1290
6mo ago
Still can’t believe there is no true open source cms that sits on top of a Postgres db. Like. Yea you have payload but you are locked into nextjs. Just a cms that hooks into openapi or Postgres natively would be great. I still prefer Django
3.
▲
by
r1290
6mo ago
Right. Give the agent permissions to search across certain tables. Wonder why reinventing file based detect for the db side is just a current fad?
4.
▲
by
r1290
6mo ago
Agree with this. Is this current world because llms are just trained on the file system? But in a year from now we move to the db?
5.
▲
by
r1290
6mo ago
Wouldn’t touch it with a 10 foot pole. What would you prefer over django of the listed above? Curious.
6.
▲
by
r1290
6mo ago
What’s your opinion on react email?
7.
▲
by
r1290
6mo ago
How does it handle large tables like. 2b rows? And how does it stay updated?
8.
▲
by
r1290
7mo ago
Looks good. Question - is it always better to use a monorepo in this new AI world? Vs breaking your app into separate repos? At my company we have like 6 repos all separate nextjs apps for the same user base. Trying to consolidate to one as
9.
▲
by
r1290
7mo ago
agreed. dealing with a complex polygot projeft. mumtiple mongodb, node hell, etc. hard to onboard.. or move fast
10.
▲
by
r1290
8mo ago
In regards to docs, data and repos. What are you looking for specifically? What entails a good vs bad architecture for a company?
11.
▲
by
r1290
10mo ago
This x1000. I’ve tried every orm in node and nothing compares to Django orm. The way you can scaffold an apps data models is amazing.
12.
▲
by
r1290
10mo ago
What do you recommend as an alternative?
13.
▲
by
r1290
10mo ago
Would love to get thoughts from others on convex who have used it.
14.
▲
by
r1290
1y ago
Django, rails or laravel. Big 3? Seem to make it easy
15.
▲
by
r1290
1y ago
Cool. Can you share more about the tech? Ingestion engine - is this a background task that scrapes the web? You download the mp4 and convert to transcripts then generate embeddings? For each embedding of an episode - how do you break it dow
16.
▲
by
r1290
1y ago
Same. I’m using Django with fast api. Then I have a nextjs front end. I do wish I could bake it all into Django but I’ve learned that it’s best to keep Django api first unless it’s a simple site/app. But with a lot of interaction, usin
17.
▲
by
r1290
1y ago
Fivetran should’ve done this a long time ago. I think that both etl and reverse etl is going open source route. With this ai world we live in now. You just need dagster or temporal - and a few lines of python.
18.
▲
by
r1290
1y ago
Fivetran has been great. But in this new ai world. Something like dragster + dlt and sling. You can have your own fivetran developed in house. I haven’t dove too much into reverse etl- but it would be awesome to see a dtl like open source t