Showing 19 open source projects for "web database server"

View related business solutions
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    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.
    Start Free
  • 1
    Stellarium

    Stellarium

    A planetarium software that shows a 3D simulation of the night sky

    Stellarium renders 3D photo-realistic skies in real time with OpenGL. It displays stars, constellations, planets, nebulae and others things like ground, landscape, atmosphere, etc.
    Leader badge
    Downloads: 2,876 This Week
    Last Update:
    See Project
  • 2
    mySQM+ DIY SQM WEATHER STATION

    mySQM+ DIY SQM WEATHER STATION

    ESP32 mySQM+ Sky-Meter/Weather Station with loads of features

    mySQM+ Sky Quality Meter/Weather Station (c) R Brown, 2020-2025, All rights reserved. Permission is granted for personal and Academic use only. Code or portions of code may not be copied or used without appropriate credit given to author(s). EXPANSION BOARDS - You can expand this project using the two types of project expansion boards at https://sourceforge.net/projects/myesp-boards/
    Leader badge
    Downloads: 27 This Week
    Last Update:
    See Project
  • 3

    myFP2ESP8266 Focus Controller

    This is a port of the myFP2ESP32 Wifi Focus Controller to the ESP8266

    A ESP8266 WiFi focuser. DRV8825, ULN2003, L298N, L293DMINI , L9110S, Support for Webserver, ALPACA, and TCP/IP. (c) Robert Brown 2014-2025, Holger M, 2019-2021. All rights reserved. Code or portions of code may not be copied or used without appropriate credit given to author(s).
    Downloads: 16 This Week
    Last Update:
    See Project
  • 4
    myESP32S3-N16R8 WiFi Focuser

    myESP32S3-N16R8 WiFi Focuser

    ESP32S3_DEVKITC_1 N16R8 Wifi focuser

    An ESP32S3 WiFi Focuser (ALPACA-ASCOM-LINUX-INDI-TCPIP-WINDOWS) (c) Robert Brown 2014-2026, Holger M, 2019-2021. All rights reserved. Code or portions of code may not be copied or used without credit given to authors. Read Part1 pdf to determine the board you will need, then download those board files. Downloading all files will cause confusion and hinder your project progress. Both PCB and DIY are supported. After creating the board, go to UserGuide Part2 (Files/Documents) and follow...
    Leader badge
    Downloads: 75 This Week
    Last Update:
    See Project
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 5
    myFP2ESP32-Dev WiFi ASCOM Focuser

    myFP2ESP32-Dev WiFi ASCOM Focuser

    ASCOM-INDI ESP32-Dev Wifi focuser

    An ESP32-Dev WiFi focuser. DIY or PCB designs. (c) Robert Brown 2014-2025, Holger M, 2019-2021. All rights reserved. Code or portions of code may not be copied or used without appropriate credit given to authors. Spreadsheet to calculate what stepper motor to use. https://sourceforge.net/projects/arduinoascomfocuserpro2diy/files/Documentation/Nema-Stepper-Motors.xlsx/download Spreadsheets to calculate...
    Leader badge
    Downloads: 80 This Week
    Last Update:
    See Project
  • 6
    echoes

    echoes

    Echoes is a radio spectral analysis software for SDR devices

    Echoes it's a radio spectral analysis software for SDR devices, designed for meteor scattering purposes. The older releases supported only RTL-SDR devices. They are very cheap SDR based on DVB-T TV tuner dongles based on Realtek's RTL2832U chipset. Starting from 0.50 Echoes embeds SoapySDR allowing the support of many other SDRs. Echoes doesn't demodulate neither decode any human-made signal. Its main goal is to analyze and record the total power of natural signals and generate...
    Leader badge
    Downloads: 55 This Week
    Last Update:
    See Project
  • 7
    SITools2
    SITools2 is a new CNES generic tool performed by a joint effort between CNES and scientific laboratories. The aim of SITools is to provide a self-manageable data access layer deployed on already existing scientific laboratory databases.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8

    astroDevice

    Software platform for the control of astronomical instruments.

    astroDevice is a software platform for the control of astronomical instruments (telescope mount, filter wheel, focuser and CCD) through a single interface. This platform manages any astronomical device through plug-ins. It can manage multiple devices of same type (eg two telescope mounts). astroDevice is an alternative to ASCOM and INDI by providing a common interface between each device type and astronomy software such as Starry Night, KStars, Skychart and Stellarium. The platform is based...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    VisIVO Gateway Portlets

    VisIVO Gateway Portlets

    Portlets to submit VisIVO Server jobs

    Portlets to submit VisIVO Server jobs to analyze and create customized views of 3D renderings from astrophysical datasets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • 10

    fw2csv

    Convert data file from fixed width format table to CSV

    Fixed width data files are probably the most annoying data to import into database. This utility allows user to insert user-defined column separators into user-defided positions of flat file table given in fixed-width format. I am using this utility to import astronomical catalogs provided as flat tables at CDS ftp-server into postgresql; Build: $ make all [cc={icc|gcc}] Install: $ make install [prefix=/path/to/your/bin/directory] Example of usage: $ gzip -dc table.dat.gz | fw2csv --stops=4,10,11,20,30,36 -d '|' -header 1 | psql wsdb -c "copy mytable from stdin with csv delimiter '|'" For the list of available options call $ fw2csv --help
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    OpenAstrology is Java based Object-orientated implementation of Astrology. OpenAstrology will provide a platfrom to plug-in in the knowledge of Astrology and the derived solution will be the best real time Astrology solution
    Downloads: 5 This Week
    Last Update:
    See Project
  • 12
    Ciclope Astro is a Web 2.0 application to control an astronomical observatory (telescopes, cameras, domes, etc.). It contains other tools as album (folksonomy & votes), forum, news (RSS), karma system. Developed using the Google Web Toolkit framework.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    SPIDR (Space Physics Interactive Data Resource) is a distributed database and application server network, built to select, visualize and model historical space weather data. SPIDR is a web-application and a grid of data mining web-services.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    The Open Source Sunspots Organizer is a php interface designed to register all data acquired from sunspots' observation. It supports a login system to separate observers. As a php based interface it needs a web server to run.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Star Namer
    Web based software for searching, viewing and naming stars for anyone who needs to display information about stars in the Smithsonian Astronomical Observatory Catalog. Includes a CSV backup of the db and modules for displaying star information.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Gridder is a group of portlets that simplify the use and administration of grid services. Especially for job submission management. Gridder also extends and documents the functionality of the OGCE Bundle. It is plenty of useful documentation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Project Galileo at Sourceforge.net aims to provide developers a unique opportunity to develop open source software for an on-line telescope for schools across the UK. See http://www.projectgalileo.org.uk for more details.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Ciclope Planetarium is a web-based planetarium that provides a simulation of the sky from any location at any time and date. Developed using Google Maps API & AJAX. Available in PHP & J2EE. Integrated in the Ciclope Stars project (www.ciclope.info/stars)
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB