Live data from Hacker News

Show HN: EdgeDB 1.0

edgedb.com

11–20 of 332 posts

Re: Show HN: EdgeDB 1.0

#11
post #10
post #5

EdgeDB co-founder Yury here. Ask me anything :) Live launch stream: https://www.youtube.com/watch?v=WRZ3o-NsU_4

Is there an eta or public wip of a python query builder?

Our topmost priority now is launching a hosted version of the product, all hands on deck. Having a proper (and potentially fully type-safe) query builder for Python is literally the next to-do.

Re: Show HN: EdgeDB 1.0

#13
post #3

EdgeDB employee here. We're beyond excited to finally publish a stable release of EdgeDB after 4 years of active development and 15 pre-releases. Happy to answer any questions on here!

4 years!? Wow, I can't imagine how you guys are feeling today, congrats and all the best to the project!

Re: Show HN: EdgeDB 1.0

#15

Is this a potential alternative to graph databases too? How does it compare to them?

If you use a graph database to store application data and you want a strict schema (and potentially improved performance), then YES.

If you use a graph database to run graph algorithms on your data, then NO. Although we'll be working on adding support for recursive queries to EdgeQL in the near future.

Re: Show HN: EdgeDB 1.0

#17
post #13
post #3

EdgeDB employee here. We're beyond excited to finally publish a stable release of EdgeDB after 4 years of active development and 15 pre-releases. Happy to answer any questions on here!

4 years!? Wow, I can't imagine how you guys are feeling today, congrats and all the best to the project!

For the full story read another blog post: https://www.edgedb.com/blog/building-a-production-database-i... :)

Re: Show HN: EdgeDB 1.0

#18
Could someone explain what a graph-relational database is? I'm not able to extract a technical definition from the paragraph below:

"What is a graph-relational database? EdgeDB is built on an extension of the relational data model that we call the graph-relational model. This model completely eliminates the object-relational impedance mismatch while retaining the solid basis of and performance of the classic relational model. This makes EdgeDB an ideal database for application development."

Re: Show HN: EdgeDB 1.0

#19
EdgeDB is built on an extension of the relational data model that we call the graph-relational model. This model completely eliminates the object-relational impedance mismatch while retaining the solid basis of and performance of the classic relational model.

I don't see how can they retain the performance of the relational model when using graphs on top of PG unless they are using PG as storage k/v layer only.

Re: Show HN: EdgeDB 1.0

#20

EdgeDB is built on an extension of the relational data model that we call the graph-relational model. This model completely eliminates the object-relational impedance mismatch while retaining the solid basis of and performance of the classic relational model. I don't see how can they retain the performance of the relational model when using graphs on top of PG unless they are using PG as storage k/v layer only.

Why's that?
Post reply on HN