Foundry: Data Cloud Only
Get a Datafye Data Cloud running in under 5 minutes. Use your own algo containers to access normalized, low-latency market data.
What you'll have:
Running Data Cloud with historical and live synthetic market data
REST and WebSocket APIs for data access
Your algo connected and consuming data
Prerequisites:
Docker Desktop installed and running
8GB+ RAM available
Python 3.7+ (optional - for testing with example algo)
Step 1: Install the Datafye CLI
curl -fsSL https://downloads.n5corp.com/datafye/cli/latest/install.sh | sudo bashVerify installation:
datafyeExpected output:
Step 2: Download Deployment Descriptor
This descriptor configures:
Synthetic dataset with 10 symbols:
Tech: AAPL, MSFT, GOOGL, AMZN, NVDA
Growth: TSLA, META, NFLX, AMD, INTC
Trades and quotes (tick data)
1-minute OHLC bars
90 days of historical data
No API keys required
Step 3: Provision the Data Cloud
Sneak Preview Note: This quickstart shows the expected workflow and interface. During the preview period, provisioning is not yet available and this command will display a "not yet implemented" message. This is expected behavior for the preview.
Expected Output (when available):
Provisioning takes 3-5 minutes.
What Just Happened?
The deployment descriptor configured:
Data Cloud - Normalized market data service with REST and WebSocket APIs
Synthetic Dataset - 10 symbols with 90 days of historical data:
Tech: AAPL, MSFT, GOOGL, AMZN, NVDA
Growth: TSLA, META, NFLX, AMD, INTC
Data Types - Trades, quotes, and 1-minute OHLC bars
What's running:
Data Cloud container serving market data at
http://localhost:8080Historical data loaded and ready to query
Live synthetic data streaming in real-time
About the Synthetic Dataset: The Synthetic dataset attempts to generate realistic market data and is appropriate for demo and API testing purposes. It is NOT suitable for actual algo development - use real market data providers (Polygon, Alpaca, etc.) for developing and validating production algorithms.
Step 4: Test the Data Cloud
Option A: Python Test Script (Recommended)
Download and run the test script:
Output:
Option B: CLI Commands
If Python isn't available:
Step 5: Connect Your Algo
Download the example algo:
Output:
Your algo is now consuming data from the Datafye Data Cloud!
Manage Your Deployment
Next Steps
Build custom algos:
Customize your data:
Upgrade to Full Stack:
Foundry: Full Stack - Add backtesting and AI assistance
Troubleshooting
Docker not running: Start Docker Desktop and retry.
Port 8080 in use: Stop the conflicting service or see CLI Reference for custom ports.
No data returned: Wait 1-2 minutes after provisioning for data to load.
Last updated

