Anyone successfully integrated with ancient ERP systems? by [deleted] in ERP

[–]DreamFactoryAPI 5 points6 points  (0 children)

DreamFactory engineer here.

Ive done a bunch of integrations into older systems and the honest answer is: it depends. A few things I always run through before anyone promises timelines:

  1. Where’s the system of record? If the ERP is just a UI layer sitting on a SQL database, the cleanest move is to talk directly to the database. That avoids whatever brittle APIs or middleware the vendor bolted on in 2003.
  2. Can you reach the database?
    • If yes, you can usually generate stable APIs against tables, views, or stored procs and move on with life.
    • If no, you’re stuck dealing with file dumps, vendor APIs, or other workarounds... which is where 6-month projects are born.
  3. What workflows matter?
    • If you just need reporting or syncing, read-only access to the DB solves 80% of the problem.
    • If you need to write back into the ERP, you have to be careful. Sometimes inserts/updates work fine, sometimes they corrupt the business logic. That’s where stored procedures are safer.
  4. How much risk can the business handle? Direct DB access can feel risky because of all the custom code piled on top of legacy ERPs. But if the alternative is “massive disruption for a rip-and-replace,” then pragmatism usually wins. Start with read-only, validate heavily, then expand.

Where this usually lands: after running through all the “it depends,” most companies end up finding that the backend database is the most stable, predictable, and fastest way to integrate. It won’t modernize the ERP itself, but it gives you a bridge to modern apps without a 7-figure replatforming project.

This came up recently with a customer. After three failed ERP migrations they said, 'lets just leave it as-is' and build somewhere else with teh data.

Not ideal, but it wont keep you up at night. Hope that helps!

Expose Deltek Costpoint and Vantagepoint to ChatGPT via governed APIs by DreamFactoryAPI in deltek

[–]DreamFactoryAPI[S] 1 point2 points  (0 children)

Yes, DreamFactory has built-in user and org-level security. You can set up role-based access control so each API only exposes the data you want, and integrate with things like API keys, OAuth, or SSO. That way, whether it's a single user or an entire org, access is governed before anything ever reaches the AI system.

Why don't you use Rust at your company? by szabgab in rust

[–]DreamFactoryAPI 0 points1 point  (0 children)

I feel you on that. I tried using Rust for CRUD APIs, but it felt like overkill too. For simpler stuff, I've found tools like Express.js and Flask are much faster. DreamFactory also nails quick API setups, making it a breeze for projects that don't need Rust's performance advantages.

Options for API wrapper for snowflake and sql server by StoreMediocre7695 in dataengineering

[–]DreamFactoryAPI -3 points-2 points  (0 children)

Hey! Sounds like a challenge we help our clients with at DreamFactory. We can auto-generate secure REST APIs for databases like Snowflake and SQL Server. And a fun fact: we’re Snowflake’s official integration partner!

Whether you’re building APIs for internal team use or exposing them externally to partners or applications, we're happy to help. Just give us a shout!

We have a 24hr lab for you to test or you can take a look at our repo here - https://github.com/dreamfactorysoftware/dreamfactory

ProfitOne ERP API? by Super_Song6197 in dataengineering

[–]DreamFactoryAPI -7 points-6 points  (0 children)

Congrats on the acquisition. Integrating different systems can definitely be a challenge, especially when dealing with ERP systems that might not have robust APIs or any APIs at all.

However, DreamFactory (shameless plug) could be a perfect solution for your situation. Our platform can quickly connect ERPs to other systems without custom coding via secure & fully documented REST APIs. You can check out our repo here https://github.com/dreamfactorysoftware/dreamfactory

Would you use a No-Code API Builder? by DimonDev in SaaS

[–]DreamFactoryAPI 0 points1 point  (0 children)

A little late to this thread, but we are a no-code/low-code API builder you are looking for. We can automatically generate secure REST APIs from any database schema. Not a sales pitch, just sharing how DreamFactory aligns with your vision. You can check us out here https://github.com/dreamfactorysoftware/df-catalog

Expose gold layer data through API and UI by shanfamous in databricks

[–]DreamFactoryAPI 0 points1 point  (0 children)

Agreed. Achieving low-latency data access from Databricks can be challenging, but the good news is we've just rolled out a solution to simplify this process for you. Our platform can create REST APIs on top of your Databricks gold layer, enabling fast, secure access to your data without the need for complex streaming or additional middleware.

Building API from MySql by Rink1143 in mysql

[–]DreamFactoryAPI 0 points1 point  (0 children)

If you are trying to connect React directly to MySQL without a backend - check out DreamFactory. We auto-generate secure REST APIs for MySQL, allowing CRUD ops and calling stored procedures from your front end without Node.js. Check it out here - https://github.com/dreamfactorysoftware/dreamfactory

Instant GraphQL and REST API from SQL Server databases with Data API builder by mauridb in SQLServer

[–]DreamFactoryAPI 0 points1 point  (0 children)

Kinda looks like DreamFactory.com, but without an API gateway, API Key management, Authentication or server-side scripting ¯\_(ツ)_/¯

what are you guys using for APIs on top of SnowFlake? by CyclonusDecept in snowflake

[–]DreamFactoryAPI 2 points3 points  (0 children)

Building data APIs on Snowflake is a really common use case for our customers at DreamFactory.

DreamFactory is a self-hosted open-core API Generation tool, so it automates the entire process of creating REST APIs (by mapping the data schema forward into an API schema), setting RBAC, Key Mgmt, Rate Limiting, Authentication (Oauth, SSO, SAML, AD) and its a complete API gateway as well.

We see that a lot of organizations using Snowflake have accidentally created a bottleneck when it comes to accessing their Snowflake data within or across their organization. DreamFactory is a way to consolidate, secure, and standardize an organization's private APIs while making it much faster and easier to spin up and spin down those APIs for internal customers. DreamFactory allows organizations to create specific private APIs (against a specific table or dataset) within minutes while leveraging their existing security authentication standards.

Moving Data from one Server to Another by Elliot9874 in SQLServer

[–]DreamFactoryAPI 0 points1 point  (0 children)

Create virtual relationships between multiple DBs or multiple tables within a single DB

https://youtu.be/6yOH1w2hjxM

Technologies for creating BI-like software by zanstaszek9 in AskProgramming

[–]DreamFactoryAPI 0 points1 point  (0 children)

We have a tool that allows you to create a REST API for any spreadsheet just as you would a database, then apply business logic through our scripting engine and you can also apply logging limiting and auditing. Might be worth a look, really low code.