Timeline for What is the best approach to store and execute script from .NET application
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 8, 2017 at 6:33 | answer | added | Theraot | timeline score: 1 | |
| Jun 8, 2017 at 6:30 | comment | added | Roman Artemov | It also worth to mention that I need to give to interpreter's process the source code, optional input multi-line data and in some cases additional multi-line data to modify script behavior (for example template for 3rd party library used in script). | |
| Jun 8, 2017 at 5:19 | comment | added | Roman Artemov | @Theraot Data could be extracted from various sources, for now I will include functionality allowing extraction from local files. But later I want to expand it to SQL and may be web. The way data are extracted is defined again by user with scripts. In general, app will manage many scripts and will allow user to manage and present data by pipelining selected scripts and executing them. I will provide predefined example scripts for data extracting and transformation and I want to allow users to add their own functionality. | |
| Jun 7, 2017 at 20:33 | comment | added | Theraot | What if I told you, that the file system is a database? - The question here is not really whatever or not you store them in a database, but one of what kind. I presume you are waging relational databases vs the file system, yet there are other options to consider. I need to know more about the requriements, for example you mention editing the scripts, is this something regular users should do? Also, what data you need to associate with the scripts (in particular, do you need to reference other data you have in a relational database)? | |
| Jun 7, 2017 at 19:14 | history | asked | Roman Artemov | CC BY-SA 3.0 |