All Projects → neurodata → ndstore

neurodata / ndstore

Licence: Apache-2.0 license
code for storing neurodata images and image annotations

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to ndstore

xyr
Query any data source using SQL, works with the local filesystem, s3, and more. It should be a very tiny and lightweight alternative to AWS Athena, Presto ... etc.
Stars: ✭ 58 (+48.72%)
Mutual labels:  s3
cyclops
Precision current source, with optional optical feedback, for driving LEDs and laser diodes
Stars: ✭ 38 (-2.56%)
Mutual labels:  neuroscience
Pyllusion
A Parametric Framework to Generate Visual Illusions using Python
Stars: ✭ 35 (-10.26%)
Mutual labels:  neuroscience
s3redirect
Turn S3 into a URL redirect website using lambda and NO database!
Stars: ✭ 31 (-20.51%)
Mutual labels:  s3
Sree
S3 client for human beings
Stars: ✭ 55 (+41.03%)
Mutual labels:  s3
cottoncandy
sugar for s3
Stars: ✭ 33 (-15.38%)
Mutual labels:  s3
secure-media
Store private media securely in WordPress.
Stars: ✭ 22 (-43.59%)
Mutual labels:  s3
Delish
Delish, a Food Recipes App in Jetpack Compose and Hilt based on modern Android tech-stacks and MVI clean architecture.
Stars: ✭ 356 (+812.82%)
Mutual labels:  data-store
terraform-aws-s3-bucket
Terraform module that creates an S3 bucket with an optional IAM user for external CI/CD systems
Stars: ✭ 138 (+253.85%)
Mutual labels:  s3
CellExplorer
CellExplorer is a graphical user interface, a standardized processing module and data structure for exploring and classifying single cells acquired using extracellular electrodes.
Stars: ✭ 55 (+41.03%)
Mutual labels:  neuroscience
artificial-neural-variability-for-deep-learning
The PyTorch Implementation of Variable Optimizers/ Neural Variable Risk Minimization proposed in our Neural Computation paper: Artificial Neural Variability for Deep Learning: On overfitting, Noise Memorization, and Catastrophic Forgetting.
Stars: ✭ 34 (-12.82%)
Mutual labels:  neuroscience
nengo-dl
Deep learning integration for Nengo
Stars: ✭ 76 (+94.87%)
Mutual labels:  neuroscience
backblaze
Backblaze.Agent is a high-performance .NET Core implementation of the Backblaze B2 Cloud Storage API.
Stars: ✭ 32 (-17.95%)
Mutual labels:  s3
smockin
Dynamic API, S3 & Mail mocking for web, mobile & microservice development.
Stars: ✭ 74 (+89.74%)
Mutual labels:  s3
pyRiemann
Python machine learning package based on sklearn API for multivariate data processing and statistical analysis of symmetric positive definite matrices via Riemannian geometry
Stars: ✭ 470 (+1105.13%)
Mutual labels:  neuroscience
spring-file-storage-service
The FSS(file storage service) APIs make storing the blob file easy and simple .
Stars: ✭ 33 (-15.38%)
Mutual labels:  s3
stringer-pachitariu-et-al-2018a
Recordings of 10k neurons during spontaneous behaviors
Stars: ✭ 43 (+10.26%)
Mutual labels:  neuroscience
brian2cuda
A brian2 extension to simulate spiking neural networks on GPUs
Stars: ✭ 46 (+17.95%)
Mutual labels:  neuroscience
nftsim
C++ library for simulation of multiscale neural field dynamics
Stars: ✭ 24 (-38.46%)
Mutual labels:  neuroscience
krawler
A minimalist (geospatial) ETL
Stars: ✭ 51 (+30.77%)
Mutual labels:  s3

Scalable database cluster for the spatial analysis and annotation of high-throughput brain imaging data called Neurodata Web Services(formerly called the Open Connectome Project).

Neurodata.io DOI Hex.pm Docs Build Status Service Status

Major directories include:

NOTE: git submodule init and git submodule update for all submodules

Architecture

Installation

  • Use a fresh Ubuntu14.04 instance with sudo access.
wget https://raw.githubusercontent.com/neurodata/ndstore/master/setup/ndstore_install.sh
sudo chmod 7000 ndstore_install.sh
sudo ./ndstore_install.sh

Note: ndstore does not support Docker images because running custom systemd services needs some relaxation of security on the Docker engine leading to issues. We recommend using the install script used above

Benchmarks

The benchmarks were performed on AWS EC2 instance type i2.8xlarge with a MySQL backend.

Read Throughput

Write Throughput

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].