Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
A proof-of-concept jupyter extension which converts english queries
...When a user enters a textual command, the extension interprets the request and generates a corresponding Python code snippet that can be inserted into the notebook and executed automatically. The system uses natural language processing techniques to identify the intent of the query, extract relevant variables, and map the request to predefined code templates. Technologies such as sentence embeddings and named entity recognition are used to interpret user instructions and construct appropriate code outputs.
This program scans WAP RSSI readings and turns then into an ARFF file.
This program runs on a laptop with a wireless card. It scan for wireless access points (WAPs) and notes their Base Station ID or BSSID and their Received Signal Strength Indicator or RSSI.
This data, along with an identifier for the physical location or 'ROOM', and the name of the computer it is being run on are stored as an ARFF file, which is compatible with programs such as WEKA and RAPIDMINER.