Below are AquaProjects which are example solutions to common database and IT related problems. Click on one to find out what it does.
After downloading a solution, follow the steps listed on the right.
|
Get Started With an Example Project Below are the steps for using a downloaded, zipped AquaProject.
|
| 1. extract the download |
2. right click select Mount |
3. Select unzipped directory to mount |
4. Project mounts, ready to be edited |
Starter project. Demonstrates project creation, debugging and deployment techniques, basic input/output functions and GUI controls in HTML forms.
Download :
http://dd1.aquafold.com/download/v9.0.0/solutions/HelloWorld.zip
Updated: Jan-04-2011
| Overview | Browser output |
Exports the schema DDL and table data of a database. Creates a .ddl file for each instance of a schema object type in the database. Also creates either a csv, xml or xls file containing all table data. If generating csv or xml files, a separate file is created per table. Optionally, creates a zip, tar or gz archive containing all generated files.
Download :
http://dd1.aquafold.com/download/v9.0.0/solutions/Database Exporter.zip
Updated: June-29-2010
| Overview | Schema DDL output | Table data output |
Generates a table creation script containing varying number of tables, columns and field types and executes the script against the specified DB. Also populates the tables with random data based upon field type.
Download :
http://dd1.aquafold.com/download/v9.0.0/solutions/Random Database Generator.zip
Updated: June-29-2010
| Overview | Random tables and columns created |
Tables populated with random data |
Iterates through each slave server and compare its schema with the master server. Any schema differences are written to disk in HTML format.
Download :
http://dd1.aquafold.com/download/v9.0.0/solutions/Master Slave Compare.zip
Updated: June-29-2010
| Overview | Diff output |
Executes the set of SQL Scripts contained in the Project's "User Files" folder against the set of defined servers in the Project's "Servers" folder.
Download :
http://dd1.aquafold.com/download/v9.0.0/solutions/Multiserver Script Execute.zip
Updated: June-29-2010
| Overview | Execution Output |
Backs up a user specified set of SVN folders and stores the contents into a single AES encrypted zip file.
Download :
http://dd1.aquafold.com/download/v9.0.0/solutions/Backup SVN Projects.zip
Updated: June-29-2010
| Overview | Encrypted Zip File Output |
Overlay charts for securities price data, including Moving Average, Envelopes, Keltner Cannel, Bollinger Bands. Allow selecting securities and changing chart parameters.
Download :
http://dd1.aquafold.com/download/v9.0.0/solutions/MathSolutions.zip
Updated: June-29-2010
Detailed Description :
Financial Overlays
| CandleStick Plot | Moving Average (MA), Exponential Moving Average (EMA) |
Moving Average Envelopes | Bollinger Bands | Keltner Channel | Ichimoku Clouds |
Charts of widely used technical indicators for securities price data including Moving Average Convergence-Divergence, Relative Strength Index, Stochastic Oscillator, On Balance Volume and Detrended Price Oscillator. Allow selecting security and changing chart parameters.
Download :
http://dd1.aquafold.com/download/v9.0.0/solutions/MathSolutions.zip
Updated: June-29-2010
Detailed Description :
Technical Indicators
| MACD | Relative Strength Index (RSI) | Stochastic Oscillator | On Balance Volume (OBV) | Detrended Price Oscillator (DPO) |
Examples of reports and charts that use and compare data of a set of securities (a portfolio), including risk
analysis for a given security vs. a portfolio of securities, risk/performance analysis for different portfolios, stock prices
correlation data and reports that help selecting stocks for a diversified portfolio.
Download :
http://dd1.aquafold.com/download/v9.0.0/solutions/FinancialExamples.zip
Updated: June-29-2010
Detailed Description :
Portfolio Management and Risk Analysis Charts
| Stock Volatility | Risk / Performance | Stock Correlations |
Example AquaScript which uses custom Java library. The custom Java library can be used in Aqua Data Studio and Aqua Data Server.
Download :
http://dd1.aquafold.com/download/v9.0.0/solutions/Custom Jar Example.zip
Updated: January-26-2011
| Aqua Data Studio Custom Java Library Location |
Aqua Data Studio Custom Java Library Output |
Aqua Data Server Custom Java Library Location |
Aqua Data Server Custom Java Library Output |