VOOZH about

URL: https://thenewstack.io/neurelo-takes-an-api-first-route-to-programming-with-databases/

⇱ Neurelo Takes an API-First Route to Programming with Databases - The New Stack


TNS
SUBSCRIBE
Join our community of software engineering leaders and aspirational developers. Always stay in-the-know by getting the most important news and exclusive content delivered fresh to your inbox to learn more about at-scale software development.
REQUIRED
It seems that you've previously unsubscribed from our newsletter in the past. Click the button below to open the re-subscribe form in a new tab. When you're done, simply close that tab and continue with this form to complete your subscription.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.
Welcome and thank you for joining The New Stack community!
Please answer a few simple questions to help us deliver the news and resources you are interested in.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Great to meet you!
Tell us a bit about your job so we can cover the topics you find most relevant.
REQUIRED
REQUIRED
REQUIRED
REQUIRED
REQUIRED
Welcome!

We’re so glad you’re here. You can expect all the best TNS content to arrive Monday through Friday to keep you on top of the news and at the top of your game.

What’s next?

Check your inbox for a confirmation email where you can adjust your preferences and even join additional groups.

Follow TNS on your favorite social media networks.

Become a TNS follower on LinkedIn.

Check out the latest featured and trending stories while you wait for your first TNS newsletter.

PREV
1 of 2
NEXT
VOXPOP
As a JavaScript developer, what non-React tools do you use most often?
Angular
0%
Astro
0%
Svelte
0%
Vue.js
0%
Other
0%
I only use React
0%
I don't use JavaScript
0%
Thanks for your opinion! Subscribe below to get the final results, published exclusively in our TNS Update newsletter:
NEW! Try Stackie AI
From clobbered drafts to real-time sync
Apr 14th 2026 10:00am, by David Moore
TypeScript 6.0 RC arrives as a bridge to a faster future
Mar 14th 2026 9:00am, by Darryl K. Taft
Mastra empowers web devs to build AI agents in TypeScript
Jan 28th 2026 11:00am, by Loraine Lawson
2024-01-31 06:00:21
Neurelo Takes an API-First Route to Programming with Databases
profile,
API Management / Data / Rust / Software Development

Neurelo Takes an API-First Route to Programming with Databases

What if every single read and every single write from your software to your database becomes a standard API purpose-built for your data model?
Jan 31st, 2024 6:00am by Susan Hall
👁 Featued image for: Neurelo Takes an API-First Route to Programming with Databases

In cloud native computing, abstractions in compute, network and storage have made developers’ lives easier in many ways. But with data? Not so much.

Developers still have to weave together ways to define data, integrate, program, monitor, scale and secure it. In MongoDB’s 2022 Report on Data and Innovation, 73% of the 2,000 IT professionals polled said that working with data is the hardest part of building applications.

“This whole layer is an iceberg of complexities and challenges of itself,” said Chirag Shah, co-founder and CEO of the startup Neurelo, which is taking an API-first approach to making it simpler

Neurelo aims to bring a single layer abstracting complexities of dependencies between the application and the database to those building applications using PostgreSQL, MongoDB and My SQL.

APIs Built for Your Data Model

Shah and co-founder Guru Kamat, both of whom come from database backgrounds, saw this “iceberg” first-hand in their work with customers.

👁 Guru Kamat

Guru Kamat

👁 Chirag Shah

Chirag Shah

Shah previously was vice president of products at MongoDB and led product and go-to-market functions at VMware, Hewlett Packard Enterprise and other firms. Kamat was head of engineering for Stripe Security Foundations and vice president of engineering at Palo Alto Networks for Prisma Cloud.

That experience led them to create Neurelo, based in Los Altos, California, about a year and a half ago. Looking at the future, they decided it would be API-first and asked themselves, “What if every single read and every single write from your software to your database becomes a standard API purpose-built for your data model? In minutes, not days, not weeks. Now, the very first day, when developer starts …They go to start writing the programs in a minute.”

👁 Image

With its 1.0 release of its Cloud Data API Platform, Neurelo is offering those custom auto-generated APIs based on your data model, eliminating the need to rely on drivers, driver query languages, object-relational mapping (ORM) or Node.js-based object data modeling (ODM) for MongoDB. It also automatically creates documentation for the API and handles version control, changing code and schemas as the application demands.

“The API by itself is a massive developer velocity boost because all your gestation period of starting with database programming, query language, drivers, all of those things are completely neutralized. They can just expose [their] data models and get started in a minute,” Shah said.

In a post from his experience with an early access version of Neurelo, software developer and coding instructor Sean R. Reid wrote that setting up an Express or Django API would at minimum require six or seven steps, more likely double that, which wouldn’t necessarily be daunting if he enjoyed backend work. But he doesn’t.

“My ‘happy place’ is the frontend, React, Remix, Next, Vue, etc. … Building an API was like that one chore you keep pushing to the bottom of your to-do list….”

He details resurrecting a long-dormant project named BOOMKARKS after a spelling error:

“There are many upsides to Neurelo, but let’s start with the biggest: I added my database as a data source and BOOM 💥, I had an API!

“Seriously, that’s all there was to get up and running with the BoomKarks API. Neurelo read my schema and conjured up `GET`, `POST`, `PUT` and `DELETE` routes for all my primary tables. Within minutes I could throw out some `fetch()` queries and was able to do all the basic CRUD. No Node, no Python, no PHP, just point the data source as my PostgreSQL server, flip the switch and BOOMKARKS LIVES!”

The APIs are generated on both REST and GraphQL formats and can handle myriad create, read, update, and delete (CRUD) operations across individual tables or collections as as well as JOIN queries across multiple entities in the database. The APIs, which Shah describes as very similar in technology to that of Stripe or Twilio, are stored on its fully managed cloud platform.

Custom Complex Queries and More

Neurelo also can auto-generate custom complex queries using natural language prompts. This release is based on OpenAI technology, though the company has been experimenting with Bard and other AI models. It’s been training large language models on all the database-specific syntax and semantics so you can just ask questions and it generates optimized queries in SQL (Structured Query Language) or MQL (Mongo Query Language) as needed for the specific database, taking in the context of your application from the data model.

Though abstraction creates a certain opacity, Neurelo aims to show what’s happening with every read and write taking place through the API.

“The industry misses the mark when they give you query-level observability. Every database vendor gives you that, right? But the real understanding is, ‘Give me my data access pattern. What are my reads? What are my hotspots? Which column is getting a 90-percent read traffic?’ Things like that [are] profound, that changes how you actually do a lot of things in production,” he said, explaining that if a particular column is getting heavy traffic, for instance, that could determine the way you scale.

Neurelo’s observability can be set up across different environments — dev, test, prod — to track API and database query performance.

It also offers a Schema-as-Code feature to treat database schema like source code to track changes with version control. It provides a codified repository — a central source of truth — for automated collection and management of metadata across all aspects of the database, helping to consistently enforce standards and improve collaboration among team members.

It has released SDKs for TypeScript, Go, Java, PHP and Python, though Shah said Neurelo works with any language.

“If you’re a frontend developer, building an application into, let’s say, HTMX … you can just start making restful calls to your database through us, you don’t even have to worry about database drivers not supporting those languages,” he said.

The technology itself is built in Rust. Founding software engineer James Shockley explained why they chose Rust in this video:

Analyst Torsten Volk, managing research director at Enterprise Management Associates (EMA), weighed in on the security aspects of Neurelo.

“The combination of centrally managed access tokens and the ability to whitelist specific IPs and IP ranges aligns Neurelo’s security measures with those of other hosted data services such as MongoDB or AWS DynamoDB. Additionally, Neurelo allows organizations to host its runners  — dedicated agents responsible for data retrieval and manipulation — on-prem. This on-prem hosting option enables organizations to apply the ‘least privilege’ security principle, effectively narrowing the runners’ permissions to minimize the risk and impact of a security breach,” he said.

When used in conjunction with microsegmentation of the organization’s network, Neurelo’s approach offers additional security by isolating workloads, which restricts the lateral movement of threats within the system. This architectural separation between the Neurelo-hosted control plane and the locally managed execution agents (runners) addresses a broad range of security concerns, he explained.

“As modern distributed microservices applications increasingly depend on application-centric security strategies rather than solely on infrastructure hardening, Neurelo’s model of a cloud-hosted control plane with on-prem hosted agents is well-suited for secure integration into corporate environments. It’s important to note, however, that certain use cases, particularly those with stringent regulatory requirements, may not be compatible with a cloud-based control plane. Nevertheless, these cases represent a relatively small fraction of enterprise applications, suggesting that Neurelo’s platform could be applicable and secure for the vast majority — potentially over 90% — of enterprise workloads.”

Roadmap for the Enterprise

“Database programming can be a daunting task, especially for those new to the field. Understanding the intricacies of data types, constraints, indexing and transactions is a prerequisite for building efficient and reliable database applications. Even experienced developers can find themselves spending hours or even days debugging and optimizing queries to achieve the desired performance,” according to a company white paper.

Some companies have thrown a lot of different tools at the problem — it’s not unusual to find five or more tools for each database — while a few tech giants like PayPal, X (formerly Twitter) and Facebook have built their own abstraction layers, projects that are expensive to build and maintain.

This release is only the first milestone along Neurelo’s roadmap. It’s working toward more enterprise-level features like field tagging and other access controls of sensitive information and plug-n-play integration with caching, search and other systems. There also are plans to develop an on-premises version.

“The utilization of APIs is a key part in the development life cycle, allowing Neurelo to create, modify, and enhance functionalities swiftly. This approach accelerates developer productivity and acts as a catalyst for innovation,” said analyst Paul Nashawaty of The Futurum Group by email.

“… Neurelo’s API abstraction layer plays a role in simplifying the complexities associated with database management. Developers can interact with the underlying database systems through well-defined API endpoints, reducing the intricacies traditionally associated with direct database manipulation. This abstraction layer enhances developer understanding and optimizes the overall development process. Additionally, by leveraging the managed cloud services, Neurelo ensures the security and reliability of its APIs, offering a robust and scalable environment. This strategic integration not only results in a faster time to production but also affords better control, predictability and cost-effectiveness, ultimately contributing to Neurelo’s technological advancement and competitive edge in the market.”

TRENDING STORIES
Susan Hall is the Sponsor Editor for The New Stack. Her job is to help sponsors attain the widest readership possible for their contributed content. She has written for The New Stack since its early days, as well as sites...
Read more from Susan Hall
SHARE THIS STORY
TRENDING STORIES
TNS owner Insight Partners is an investor in: OpenAI.
SHARE THIS STORY
TRENDING STORIES
TNS DAILY NEWSLETTER Receive a free roundup of the most recent TNS articles in your inbox each day.
The New Stack does not sell your information or share it with unaffiliated third parties. By continuing, you agree to our Terms of Use and Privacy Policy.