Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

# 🚀 **NeoBase Now Supports MongoDB & Data Export!** 🎉 #38

Closed
Kamainkokamain opened this issue Mar 20, 2025 · 1 comment
Closed

Comments

@Kamainkokamain
Copy link

🚀 NeoBase Now Supports MongoDB & Data Export! 🎉

We’re thrilled to announce that NeoBase now supports MongoDB! Alongside this, we’ve introduced data export functionality in CSV and JSON formats, making it easier than ever to work with your data beyond NeoBase.


🟢 Introducing MongoDB Support!

MongoDB is one of the most widely used NoSQL databases, designed for high-performance, scalable, and flexible data storage. Unlike relational databases, MongoDB stores data in JSON-like documents, making it ideal for handling unstructured or semi-structured data.

With this new integration, NeoBase can now generate MongoDB queries just as it does for SQL databases! Whether you’re working with complex nested documents, aggregations, or large-scale collections, NeoBase enables you to query your MongoDB databases effortlessly using natural language.

🔹 What’s Included?

Natural Language to MongoDB Query Conversion – Just describe what you need, and NeoBase will generate the appropriate MongoDB queries.
Aggregation Pipeline Support – Execute powerful data transformations using MongoDB's aggregation framework.
Pagination Handling – Fetch large datasets efficiently using cursor-based pagination.
Optimized Queries – NeoBase ensures queries are structured efficiently, reducing unnecessary computation.

Example Queries:

  • "Find all users who signed up in the last 30 days."
  • "Get the top 5 most popular products based on purchases."
  • "Show me the total revenue grouped by month for the last year."

📂 Export Your Data Easily!

We know that working with data doesn’t stop at querying. That’s why NeoBase now allows you to export query results into CSV and JSON formats! Whether you're analyzing data in Excel, integrating with another system, or sharing insights, this feature makes it seamless.

🔹 How It Works?

Export any query result with just a click.
Choose between CSV or JSON formats based on your needs.
Preserve formatting and ensure compatibility with data processing tools.


🔥 What’s Next?

This is just the beginning! We’re continuously improving NeoBase to support more databases and data-handling features. Stay tuned for Redis, Neo4j, and more coming soon!

💬 Try it out and let us know your feedback!

👉 [Visit NeoBase on ProductHunt](https://www.producthunt.com/posts/neobase-2)

Let’s revolutionize database interactions together! 🚀

Originally posted by @bhaskarblur in #34

@edalcin
Copy link

edalcin commented Mar 22, 2025

Hi! I'm trying to connect to my MongoDB Community server and I'm having this error:

failed to ping MongoDB: connection() error occurred during connection handshake: auth error: sasl conversation error: unable to authenticate using mechanism "SCRAM-SHA-1": (AuthenticationFailed) Authentication failed.

What I'm doing wrong?

Thanks in advance, and congrats for the app! Amazing!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants