planetscale-java VS neon

Compare planetscale-java vs neon and see what are their differences.

neon

Neon: Serverless Postgres. We separated storage and compute to offer autoscaling, branching, and bottomless storage. (by neondatabase)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
planetscale-java neon
8 125
5 12,403
- 4.1%
9.3 9.9
8 days ago 5 days ago
Kotlin Rust
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

planetscale-java

Posts with mentions or reviews of planetscale-java. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-11.
  • Breaking the Myth: Scalable, Multi-Region, Low-Latency App Exists And Will Not Cost You A Kidney.
    4 projects | dev.to | 11 Apr 2024
    For MySQL, we've got PlanetScale, and for PostgreSQL, there's Neon.
  • From Messy to Memorable: Shorten Your Links, Boost Your Brand
    7 projects | dev.to | 22 Feb 2024
    PlanetScale – database
  • Self-hosting Ghost with Docker and PlanetScale
    2 projects | dev.to | 14 Jan 2024
    PlanetScale and Ghost were previously incompatible due to differences in their support for foreign key constraints. With PlanetScale now supporting foreign key constraints, a seamless collaboration between the two is achievable. Nonetheless, there remain minor incompatibilities that require resolution.
  • Iotawise: An Open-Source Habit Tracking App
    8 projects | dev.to | 10 Jan 2024
    PlanetScale: The MySQL database ensuring data integrity and performance.
  • AWS cancels serverless Postgres service that scales to zero
    4 projects | news.ycombinator.com | 10 Jan 2024
    AWS Serverless MySQL/Postgres offerings are straight trash. I used v1 to build a new app but had nothing but problems. Extremely slow starts (from zero), horrible scaling (it would always get stuck), (relatively) huge bills for the smallest capacity, limitations all over the place. After the first year on that I looked into v2 but my costs would have doubled and I didn't believe their promises of faster scaling. I moved to PlanetScale [0] and was very happy ($30/mo covered prod and dev/qa vs well over that for v1 even with having scale to zero on the AWS dev/qa instances). Also you can quickly be forced into paying for RDS Proxy if you are using lambdas/similar which is not cheap (for me). PS doesn't scale to 0 but at the time $30/mo was a decent savings over AWS Aurora Serverless.

    This year I started to run into some issue with PS mainly around their plans changing (went from pay for reads/writes/storage to pay for compute/storage). Yes, yes, I know they still offer the $30/mo plan but it's billed as "Read/write-based billing for lower-traffic applications" and they dropped all mentions of auto-scaling. That coupled with them sleeping your non-prod DB branches (no auto-wakeup, you had to use the API or console) even after saying that was a feature of the original $30 plan rubbed me the wrong way. Eventually the costs (for what I was getting) were way too out of whack. My app is single-tenant (love it or hate it, it's what it is) so for each customer I was paying $30/mo even though this is event-based software (like in-person, physical events that happen once a year) so for most the year the DB sat there and did nothing.

    Given all that I looked into Neon [1] (which I had heard of here on HN, but PS support suggested them, kudos to them for recommending a competitor, I always liked their support/staff) and while going from MySQL to Postgres wasn't painless it was way easier than I had anticipated. It was one of the few times Prisma "just worked", I don't think I'd use it again though, that DB engine is so heavy especially in a lambda. I just switched over fully last week to Neon and things seem to have gone smoothly. I can now run multiple databases on the same shared compute and it scales to 0. In fact it's scale up time is absurdly fast, the DB will "wake up" on it's own when you connect to it and unlike AWS Aurora Serverless v1 it comes up in seconds instead of 30-60+ so you don't even have to account for it. With AWS I had to have something poll the backend waiting to see if the DB was awake yet, to fire off my requests, if it was asleep. With Neon I don't even consider it, the first requests just take an extra second or two if that.

    I don't have any ill will towards PlanetScale and I quite enjoyed their product for almost the whole time I used it. Also their support is very responsive and I loved the branching/merging features (I'll miss those but zero-downtime migrations aren't required for my use-case, just nice to have). In fact if I had written my app to be multi-tenant then I'd probably still be on them since I could just scale up to one of their higher plans. It does seem like Neon is significantly (for me/my workload) cheaper for more compute, I had queries taking _forever_ on PS that come back in a second or less on Neon all while paying less.

    All that said, I _highly_ recommend checking out Neon if you need "serverless" hosting for Postgres that scales to 0.

    [0] https://planetscale.com/

    [1] https://neon.tech/

  • Imagine the best Kubernetes Dashboard. What does it have?
    3 projects | /r/devops | 10 Dec 2023
    See dashboard here
  • Suggestions on where to deploy angular/node app
    1 project | /r/Angular2 | 9 Dec 2023
    Planetscale: https://planetscale.com/ has a free plan with 5GB storage and limit on reads/writes
  • PlanetScale Connector for JVM
    1 project | news.ycombinator.com | 13 Nov 2023

neon

Posts with mentions or reviews of neon. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-01.
  • How to ditch Neon
    2 projects | dev.to | 1 May 2024
    If you're reading this you probably got a really steep bill from Neon after finding yourself on their "Scale" plan. If you do want to stay with Neon but avoid surprise bills then go to the Plans page and choose what you actually want.
  • Serverless Postgres with Neon - My first impression
    1 project | dev.to | 24 Apr 2024
    Such is the case with Neon, a serverless Postgres service, that went generally available on April 15. Congrats Nikita Shamgunov and team on the launch. When I saw the announcement, I knew I had to try it out for myself and report back with my findings.
  • Neon Is Generally Available: Serverless Postgres
    6 projects | news.ycombinator.com | 15 Apr 2024
    I want to use this as a chance to bring attention to a GitHub issue that I think would help reduce friction for Neon:

    https://github.com/neondatabase/neon/issues/4989

    If the Neon driver were to allow us to easily pass in a localhost connection, the development and test experience would be easier. Perhaps Neon could swap to something like this internally: https://github.com/porsager/postgres.

    Having run a local dev environment connected to Neon and tests connected to Neon got in our way of adoption. We'd prefer to develop and run tests against a regular Postgres localhost database.

    To the PMs of Neon, put yourself in the shoes of a new developer thinking of giving Neon a try. What changes will I have to make to my code and my development workflow?

  • 11 Planetscale alternatives with free tiers
    8 projects | dev.to | 11 Apr 2024
    Neon is an open source and cloud-native serverless database platform that focuses on simplicity and ease of use. It supports Postgres databases and offers built-in features like bottomless storage, autoscaling, and branching.
  • Breaking the Myth: Scalable, Multi-Region, Low-Latency App Exists And Will Not Cost You A Kidney.
    4 projects | dev.to | 11 Apr 2024
    For MySQL, we've got PlanetScale, and for PostgreSQL, there's Neon.
  • Ask HN: Freelance website builders/maintainers, what's in your 2024 toolkit?
    9 projects | news.ycombinator.com | 1 Apr 2024
    8. https://neon.tech/As you might know not one tool fits all, I still have strong preferences for the following. It helps me get going faster and get things done right first time and helps in ease of maintenance.

    Language: Typescript.

  • Why PlanetScale broke our trust in database startups
    1 project | news.ycombinator.com | 15 Mar 2024
    Migrated away when they removed the free tier, ended up using https://neon.tech/
  • Parsing the Postgres protocol – logging executed statements
    5 projects | news.ycombinator.com | 14 Mar 2024
    Cool! At Neon[0], I work full time on our custom postgres proxy[1]. It's a very nice protocol to work with, although our usecase is quite a bit more complex compared to the ideas presented in the post.

    Neon databases scale to zero, so the proxy needs to spin up databases on the fly. The proxy doesn't do that but it knows if the databases is running and asks our control plane to schedule it if it isn't. It's a fun service to maintain.

    The biggest pain is error handling. Postgres is really bad for error messages and codes. The only available code we can use is usually protocol violation...

    [0]: https://neon.tech/

  • Neon: Serverless Postgres
    1 project | news.ycombinator.com | 13 Mar 2024
  • No More Free Tier on PlanetScale, Here Are Free Alternatives
    3 projects | dev.to | 8 Mar 2024
    Neon - PostgreSQL

What are some alternatives?

When comparing planetscale-java and neon you can also consider the following projects:

lens - Lens - The way the world runs Kubernetes

supabase - The open source Firebase alternative.

OpenLens - OpenLens Binary Build Repository

cockroach - CockroachDB - the open source, cloud-native distributed SQL database.

Tailwind CSS - A utility-first CSS framework for rapid UI development.

yugabyte-db - YugabyteDB - the cloud native distributed SQL database for mission-critical applications.

zod - TypeScript-first schema validation with static type inference

orioledb - OrioleDB – building a modern cloud-native storage engine (... and solving some PostgreSQL wicked problems) Β πŸ‡ΊπŸ‡¦

TypeScript - TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

MongoDB - The MongoDB Database

flyctl - Command line tools for fly.io services

edgedb - A graph-relational database with declarative schema, built-in migration system, and a next-generation query language