Live data from Hacker News

Show HN: Parabola.io – Automate your work with visual programming

parabola.io

61–68 of 68 posts

Re: Show HN: Parabola.io – Automate your work with visual programming

#61
So, SSIS?

Where I work we're currently replacing everything that's SSIS with .NET services. I get the idea that taking the code out of it seems easier, but I've found it usually just leads to frustrating limitations. For our latest data migration we're moving things out of some SQL-based ticketing system, online accounting services, and FileMaker into Dynamics 365. Sure, it's not pretty to look at, but we can do some deep manipulation and mapping to existing entities in Dynamics that is frankly a chore in any sort of other migration tool.

Ninja Edit: To handle stuff like scheduling, endpoints, etc we use Azure functions.

Re: Show HN: Parabola.io – Automate your work with visual programming

#62

Is there any plans to offer Jira/Atlassian integration?

That's definitely on our roadmap, and we move things around based on need/interest of users. Shoot us an email to hi [at] parabola.io with what you're looking to do and we'd love to see how we can help.

Re: Show HN: Parabola.io – Automate your work with visual programming

#64

Hi HN! I’m Alex from Parabola ( https://parabola.io ). Parabola is a visual programming tool for creating functional data flows that everyone can use. It’s entirely drag-and-drop, handles data sizes much larger than a traditional spreadsheet, calculates everything live, and can run your flows on a schedule of your choosing. I used to work in strategy consulting, doing data analytics for SMBs and Fortune 500 companies…

It's a very nice idea but these tools always have limitations that become super annoying after a while. Programming is total freedom to do what you want and these tools try to make it look like you cab drag and drop data flows together and it will just work in a optimal way. And it will at first, until your first special or odd requirement needs to somehow be implemented in that tool.

Snap! is a visual "blocks" programming language like Scratch, but with the full power of Scheme:

First class functions.

Visual lexical closures.

User defined blocks including control structures.

Macros and special forms.

Call with current continuation!

Written in JavaScript and easy to integrate with JavaScript libraries.

https://snap.berkeley.edu

Adding Machine Learning Blocks to Snap!

https://s4scoding.com/adding-machine-learning-blocks-to-snap...

https://project.ecraft2learn.eu/

https://github.com/ecraft2learn/ai

https://ecraft2learn.github.io/ai/

Re: Show HN: Parabola.io – Automate your work with visual programming

#65

I've been brainstorming a shallow, poor-man's poor man version of this. I couldn't hope to compete. This looks incredible. Kudos!

I've been trying to write a python-based version for embedded applications...

I could see that. I've heard the tools in that space are terrible. That related to your day job industry?

python-based version for tabular data processing & management, ecom oriented mostly (so basically op's product), myself.

Re: Show HN: Parabola.io – Automate your work with visual programming

#66
I understand your business pricing but your personal pricing is quite high at 600/yr for a regular simple user. You may want to consider testing it because consumers are used to 10 per month for the entire adobe photography suite. I know you are just starting up but I think you are going to get less traction at that price point.

Re: Show HN: Parabola.io – Automate your work with visual programming

#67
post #29

Obviously this is meant for companies or individuals without developers or technical skills. If you have the technical knowledge a lock in service like this doesn't make much sense. The problem is that someone without a technical background won't initially see the value in a tool like this and I doubt non technical companies/individuals will need as much automation to justify it's price. Edit: I think a much more sen…

wouldn't it save programmers time? Instead of setting up a writing a program, debugging it, maintaining it, etc?

Re: Show HN: Parabola.io – Automate your work with visual programming

#68

Earlier quoted context omitted.

I've been trying to write a python-based version for embedded applications...

I could see that. I've heard the tools in that space are terrible. That related to your day job industry? python-based version for tabular data processing & management, ecom oriented mostly (so basically op's product), myself.

My main motivation is to have a tool that I can use for both prototyping algorithms and bringing those algorithms into production without having to jump to an entirely different set of tools and techniques.
Post reply on HN