Product Hunt logo dark
  • Launches
    Coming soon
    Upcoming launches to watch
    Launch archive
    Most-loved launches by the community
    Launch Guide
    Checklists and pro tips for launching
  • Products
  • News
    Newsletter
    The best of Product Hunt, every day
    Stories
    Tech news, interviews, and tips from makers
    Changelog
    New Product Hunt features and releases
  • Forums
    Forums
    Ask questions, find support, and connect
    Streaks
    The most active community members
    Events
    Meet others online and in-person
  • Advertise
Subscribe
Sign in
Subscribe
Sign in
Mongodb Atlas Data API Client

Mongodb Atlas Data API Client

This library is a wrapper around the Mongodb Atlas Data API.

5.0
•1 review•

10 followers

This library is a wrapper around the Mongodb Atlas Data API.

5.0
•1 review•

10 followers

Visit website
Unified API
This library is a wrapper around the Mongodb Atlas Data API. It is designed to make it easier to interact with the API from a Node.js application.
  • Overview
  • Launches1
  • Reviews1
  • Team
  • More
Company Info
npmjs.com/package/mongodb-atlas-data-api
Mongodb Atlas Data API Client Info
Launched in 2024View 1 launch
Forum
p/mongodb-atlas-data-api-client
  • Blog
  • •
  • Newsletter
  • •
  • Questions
  • •
  • Forums
  • •
  • Product Categories
  • •
  • Apps
  • •
  • About
  • •
  • FAQ
  • •
  • Terms
  • •
  • Privacy and Cookies
  • •
  • X.com
  • •
  • Facebook
  • •
  • Instagram
  • •
  • LinkedIn
  • •
  • YouTube
  • •
  • Advertise
© 2025 Product Hunt
Mongodb Atlas Data API Client gallery image
Free
Launch tags:
API•GitHub•Database
Launch Team
Charanjit Singh

What do you think? …

Charanjit Singh
Charanjit Singh
Crove

Crove

Maker
📌
**Introducing MongoDB Atlas Data API Client: Streamline Node.js Interactions with Atlas Data API** **What's the big deal?** * **Effortless Data Access:** This Node.js wrapper simplifies how you work with the MongoDB Atlas Data API, making data interactions a breeze. * **Use Case Versatility:** Perfect for Next.js apps, serverless functions, and scenarios where you want database access without exposing sensitive connection details. **Snappy Installation:** ```bash npm install mongodb-atlas-data-api # Or pnpm install mongodb-atlas-data-api # Or yarn add mongodb-atlas-data-api ``` **Quick Demo:** ```javascript import "dotenv/config"; import { AtlasApi } from "mongodb-atlas-data-api"; const atlasApiClient = new AtlasApi({ basePath: process.env.ATLAS_BASE_PATH, auth: { type: "apiKey", apiKey: process.env.ATLAS_API_KEY as string, }, dataSource: "Cluster0", collection: "User", database: "myDatabase", }); const run = async () => { const response = await atlasApiClient.find({ findManyRequestBody: { filter: { firstName: "test", }, }, }); console.log(response); }; run(); ``` **Got Feedback?** This library is open-source and welcomes your contributions! Help us make it even better. **I'd love to hear your thoughts and answer any questions.**
Report
1yr ago
Appwrite
Appwrite — The open-source Vercel alternative
The open-source Vercel alternative
Promoted

Do you use Mongodb Atlas Data API Client?

5.0
Based on 1 review
Review Mongodb Atlas Data API Client?
Reviews
Helpful
Thunai
Aditya Santhanam
Aditya Santhanam
used Mongodb Atlas Data API Client to buildThunaiThunai
(964 points)
Delivers flexible, cloud-native, and high-performance database solutions.
Report
2mo ago