Git Product home page Git Product logo

panchemist's Introduction

PanChemist

Pandas-Database intergration without SQLAlchemy

WHY?!

SQLAlchemy is a great framework, but it does not specialize in simple, pandas focused database operations. It is very good for ORMs, but it is overkill for basic interaction. If all you want is to apply some change to a database or get data from a database, now you have to understand how to use SQLAlchemy, which means you have to understand how every database builds connection strings, etc, etc. This is good if you're only doing it once, but the approach is a tad complicated when you a) aren't familiar with code to database integration and/or b) have to keep rewriting the same code to send semi-complicated data to the database (geospatial for instance).

Goals

  • Postgis integration
  • Basic database data discovery (list tables, show table definitions, views, etc
  • SQLite/Spatialite integration
  • MySQL Integration
  • MariaDB integration
  • MongoDB Integration

What's with the name?

I needed a name. I wanted Pandas in it since Pandas (and GeoPandas by extension) and I wanted to indicate that a database was involved and wasn't tied to SQLAlchemy or any sort of ORM tool. Pandb was taken, so I opted for a name like 'Pandas, but not with SQLAlchemy'. It doesn't exactly roll off the tongue and smashing things together doesn't quite work, so what's almost the opposite or similar thing to an Alchemist? A Chemist. PandasSQLChemist or PandasChemist aren't quite right, thus, we get PanChemist, verbal emphasis on the Pan portion.

panchemist's People

Contributors

christophertubbs avatar

Watchers

 avatar

panchemist's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.